CreateInstanceFromAndUnwrap

M

mr t

Hi, anyone know how to make this code work?

Dim obj As MarshalByRefObject =
CType(nd.CreateInstanceFromAndUnwrap("RLCMailer.dll",
"RLCMailer.RLCMailer"), MarshalByRefObject)

or even

Dim obj As Object = nd.CreateInstanceFromAndUnwrap("MyDll.dll",
"MyDll.MyClass")

I get error: MyDll.MyClass IS NOT SERIALIZABLE.

what am I doing wrong. the method "CreateInstance", works, in other
worsds this works:
Dim obj As Object = nd.CreateInstanceFromAndUnwrap("MyDll",
"MyDll.MyClass")

but CreateInstanceFromAndUnwrap (which loads from a file) does not
work for some reasons. is there any reason for that.

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top