Did you try Serialize attribute to the class.
so that it will not give the exception.
I can Serialise the class itself, I can even serialise and deserialise the
typeof( MyClass ) using a normal formatter. But its when I try to send
typeof( MyClass ) as a parameter to a method on a remoted object that I get
the error.
Greg
> Did you try Serialize attribute to the class.
> so that it will not give the exception.
[quoted text clipped - 23 lines]
> >
> >.
Greg Bacchus - 10 Jan 2004 02:04 GMT
Oops... sorry my dumb!!
I forgot to include the class in the host application. Doh!
Greg
> I can Serialise the class itself, I can even serialise and deserialise the
> typeof( MyClass ) using a normal formatter. But its when I try to send
[quoted text clipped - 30 lines]
> > >
> > >.