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� 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
