HELP with .Net Remoting!!

Feb 6 2004 9:15 AM
can any1 here help me with my problem?... Ok i have a DLL Assembly based on C# which incorporates .net remoting to enable communication between computers using HttpChannels. I have managed to apply the DLL to a WinForm application and it works like a charm for server-client simulation across a few computers.. But the problems start to surface when i try to apply the same DLL to a control based on WinForms, which is later embedded onto a WebForm as an .... This control is supposed to perform some graphic functions eg. draw shapes and apply color onto a WinForm. The control was working fine until i tried to apply the same remoting codes into this control... It seems that control has problem loading itself due to the Serialization Formatters...... Can someone please help me? all help is appreciated!!! HELP!!!