Wednesday, June 06, 2007

.Net Remoting Woes

I've run into a number of problems related to Serialization that have prevented normal, everyday, remoting from working.

Signed Assemblies

When using signed assemblies…

Specifying Types as Serializable

It may not seem obvious at first, but .Net remoting is a form of serialization. Serialization is the "deconstruction" of an object into a flat binary object for storage or transmission over some medium. So, when an object is remoted using, say, MarshalByRefObject attention must be paid to serialization…

0 Comments:

Post a Comment

<< Home