A
Andrew Reeves
I am trying to serialize and deserialize an object from
one machine to another. This I have no problem with
provided both machines have references to the class. When
I try to deserialize a class MyObject on a remote machine
that knows nothing about MyObject it throws an exception
stating it is unable to find the assembly.
I notice that the Terrarium sample application seems to
do this though. How is this done? Do you have to inherit
a base class that both parties know about? I have tried
this with no success.
Thanks
Andrew Reeves
(e-mail address removed)#NoSpam#
(Remove #NoSpam# from email address)
one machine to another. This I have no problem with
provided both machines have references to the class. When
I try to deserialize a class MyObject on a remote machine
that knows nothing about MyObject it throws an exception
stating it is unable to find the assembly.
I notice that the Terrarium sample application seems to
do this though. How is this done? Do you have to inherit
a base class that both parties know about? I have tried
this with no success.
Thanks
Andrew Reeves
(e-mail address removed)#NoSpam#
(Remove #NoSpam# from email address)