Requested Service not found
Posted
by mathirengasamy
on Stack Overflow
See other posts from Stack Overflow
or by mathirengasamy
Published on 2010-04-16T09:24:14Z
Indexed on
2010/04/16
9:33 UTC
Read the original article
Hit count: 278
c#
I have an windows service application with which works on remoting.That is used to display the ballontip. sometime it displays this error...
Exception :Requested Service not found
Inner Exception : Stack Trace : Server stack trace: at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Baloontip.clsBaloonTool.Messagebox(String Message)
anybody help me..thanks in advance
© Stack Overflow or respective owner