koraykazgan
Programmer
Hi there,
I want to program a remoting application, where the remotable object will be hosted in IIS. This should be a singleton object, because I need to exchange information between users.
Besides I will have a winForms application, which will activate that object and use it, as it were local. I have programmed such an application, but when I want to raise events, I am recieving deserialization errors.
I have analyzed many samples and articles about that problem, but I couldn't find a solution, where the remote object is hosted in IIS and events are used.
Can you help me with my problem? A sample program, which is working in this scenario would be best.
Thanks for help,
bye.
I want to program a remoting application, where the remotable object will be hosted in IIS. This should be a singleton object, because I need to exchange information between users.
Besides I will have a winForms application, which will activate that object and use it, as it were local. I have programmed such an application, but when I want to raise events, I am recieving deserialization errors.
I have analyzed many samples and articles about that problem, but I couldn't find a solution, where the remote object is hosted in IIS and events are used.
Can you help me with my problem? A sample program, which is working in this scenario would be best.
Thanks for help,
bye.