I'm testing a remoting application with 2 server: - SvrA (Windows 2003 Server, VS.NET 2003) - SvrB (Windows 2000 Server, .NET 1.1)
I can do remoting from SvrA (the client of a Client Activated Object) to SvrB (the CAO server) but when I try to do remoting from SvrB to SvrA I get an exception: System.Runtime.Remoting.RemotingException: Requested Service not found This exception is raised by this line of code: ILease lease = (ILease)RemotingServices.GetLifetimeService(msgReceiver); Note that the msgReceiver CAO as already been instantiated (even if not yet used). I've tested with Ping, I've chached with 'netstat -a', what other should I look at to cacth the cause of this exception? TIA (luKa) =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Guerrilla ASP.NET, 10 Nov 2003 in London and 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnet Guerrilla .NET, 8 Dec 2003, in Los Angeles http://www.develop.com/courses/gdotnet View archives and manage your subscription(s) at http://discuss.develop.com
