Is it possible to serialize an assembly and transfer it to another process
on another machine (say, via remoting calls)? I've looked and looked, but
haven't found any references to such a thing.

I'm working on a mobile agent project for a course, using .NET. So far,
we've been moving the assemblies from one machine to another by copying the
DLL, and then serializing the agent object and transferring it to the other
machine via remoting calls.

It seems cleaner if there was some way to transmit the assembly without
doing a file transfer (serializing the agent object is still necessary
because we need to maintain state). Is it even possible to transmit an
assembly from one process to another without copying a DLL?

Lorin

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to