.NET Remoting exception
-
Dear Guys, I’m stuck up at some point in my chat application. I’m using remoting (SAO), for my application. When client and server are on the same machine they work quite fine as expected, but when I shifted client on another machine, it throws the following exception. I’m using TCP channel. Using HTTP also it throws the same error. Anybody, who has worked on remoting, please help me. Server encountered an internal error. For more information, turn on customError s in the server's .config file. Server stack trace: Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req Msg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgDa ta, Int32 type) at ChatMediator.IClientImplement.SendMessageTome(IClientImplement clientObjec t) at RemoteServer.Mediator.SendMessageToAll(IClientImplement ici) in E:\Jayant\ RemotingChatApplication\RemoteServer\Server.cs:line 73 Jayant D. Kulkarni Brainbench Certified Software Engineer in C#, ASP.NET, .NET Framework and ADO.NET