hi ..
i got the following error in activator.creat einstance method

'Exception has been thrown by the target of an invocation.' this is the error.


here is my code:

public object getService(Stri ng name)
{
object o = services[name];
if (null != o)
{
return o;
}
Type t = Type.GetType(PA CKAGE_PREFIX + version + "."...