We need more infor for this. Can you publicsh the relevant method signatures?
I can confirm that the object SHOULD not be serialized - that is, unelss you reference the object anywhere in the event parameters, naturally. Thomas Tomiczek THONA Software & Consulting Ltd. (Microsoft MVP C#/.NET) (CTO PowerNodes Ltd.) > -----Original Message----- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Samstag, 9. Oktober 2004 14:06 > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] .net remoting events > > Hi there. > > I am having trouble with remoting events. > > I have a server class that exposes an event. The event > subscribers are notified of change when this server state > changes. ON the client i subscribe to the servers event > using your stock standard remoted proxy. > However when the event fires, it appears that the client > object is serialized to the server and is executed on the server. > > That sounds weird as i would expect that the method would > call a method on the client, and not copy the object back to > the server and fire there. > > Can anyone help me as to weather i maybe doing something > wrong, and point me in the right direction. I want the event > to fire on the client gui and not on the server. > > Regards > Dan > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > Some .NET courses you may be interested in: > > Essential .NET: building applications and components with > CSharp August 30 - September 3, in Los Angeles > http://www.develop.com/courses/edotnet > > View archives and manage your subscription(s) at > http://discuss.develop.com > =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
