[Mono-devel-list] About Remoting

Nick Drochak ndrochak at gol.com
Tue Dec 16 01:16:07 EST 2003


|  -----Original Message-----
|  From: mono-devel-list-admin at lists.ximian.com [mailto:mono-devel-list-
|  admin at lists.ximian.com] On Behalf Of yoros at wanadoo.es
|  Sent: Tuesday, December 16, 2003 2:52 PM
|  To: mono-devel-list
|  Subject: [Mono-devel-list] About Remoting
|  
|  Hi,
|  
|  I attach a code to run under MS.NET, please can anybody do it and tell
|  me what happends?
|  
|  In MONO it throws an exception looking for an assembly (the Client.exe)
|  because I send a MarshalByRefObject to the Remoting Class. I think if I
|  copy Client.exe in the Server directory, the process may work, but I
|  think it should work without that copy.
|  

Actually the exe's are looking for the dll's (Info and IInfo), .  I think
you'll need to put the dll's in the same directory with each exe, or in the
GAC, or in a subdirectory under the exe's then use a exe.config file to
specify the location.

HTH,
Nick D.




More information about the Mono-devel-list mailing list