Hi,
I've got a problem with Remoting and I was wondering if you kind folks could
shed some light on it. Here's the situation:-
I have a windows service that gathers information from a source once a
minute; After it has gathered the information I need it to inform any client
applications ...
more >>
Hi
I have an application written in .Net 2.0 using remoting. When remoting
is turned on at the client side I get the FieldAccessException. The
server is hosted in IIS and is therefore using http channel. The remote
class derives from MarshalByRefObject. The remote method just returns a
string...
more >>