I can do all three methods of .NET remoting: SingleCall, Singleton, and Client Activated Objects (CAO).

How do I use the public events of the remoted class??

I can create my object withevents and it will work fine, but if I try to handle one of the object's events in a sub, I get an error when I create the object, claiming that it can not find the file. This happens in all three methods of remoting.

--Johnny