K
kw_harry
I have a class with a contructor that is declared
Protected Friend. In another class in the same assembly I
try to create a new instance of the class using
Activator.CreateInstance, but I get a missing procedure
exception. Is there a reason why this doesn't work? I
don't have a problem when I directly call the contructor,
but Activator.CreateInstance does not work. Any ideas?
Thanks.
Protected Friend. In another class in the same assembly I
try to create a new instance of the class using
Activator.CreateInstance, but I get a missing procedure
exception. Is there a reason why this doesn't work? I
don't have a problem when I directly call the contructor,
but Activator.CreateInstance does not work. Any ideas?
Thanks.