Re: [Mono-list] Events using Remoting

2004-12-01 Thread =?ISO-8859-1?Q?Andr=E9s_Ot=F3n?=
Hello, I cann't test it at MS.NET. I attach the solutio created with monodevelop. The solution is called LinuxMeeting. Well, you find inside three projects: Common, Server and Client. Common: Used to shared the classes between Server and Client. Client: ejem, the client ;-). Server: Logicaly

[Mono-list] Events using Remoting

2004-11-25 Thread =?ISO-8859-1?Q?Andr=E9s_Ot=F3n?=
Hello, I have a problem using events with MarshalByRefObject classes. I explain it: I have two programs server and client and one lib to share something classes. At lib I have the abstract class A : MarshalByRefObject. The server register at http channel this class and implement it. The client