I have a remoted object which supports the following interface PostReport(Report rp, SqlTransaction xa My client gets a connection to our database, gets a transaction and performs several operations It then makes the call to our remoting server on another machine and passes is the ...
I'm aware that there are two methods to create a remote object, either server activated or client activated. I managed to get the server activated method to work but couldn't figure out how to code the client activated method. Can anyone post the client and server code (C# or VB) ...