Click here to Skip to main content
15,921,646 members

Comments by Member 11490761 (Top 5 by date)

Member 11490761 20-Aug-15 7:31am View    
Thanks alot.

I was mentioning integrated security = true, i removed it and now its working fine.
With my Pool Identity set as Application Pool
Member 11490761 20-Aug-15 7:03am View    
Ok sure :) thanks
Member 11490761 20-Aug-15 6:48am View    
I set it too true,still coming the same stack trace what i shared u earlier.
The db code is return in try catch block only.

This situation i face wen i am giving identity as application Pool.
When changed to local and run my application its working all fine.
Member 11490761 20-Aug-15 6:18am View    
serviceDebug includeExceptionDetailInFaults="False"

I have put the code in try catch block only, Unable to judge why i am facing this issue.
Member 11490761 20-Aug-15 1:04am View    
Yes.
Stack trace :
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

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 MGSLocal.IPOS_Local.AddExchange(Response objResponse, ServiceParameters objServiceParameters)
at MGSLocal.POS_Mgtrnx_LocalClient.AddExchange(HandshakeEDCResponse objHandshakeEDCResponse, ServiceParameters objServiceParameters) in D:\Reference.cs:line 706
at MGSLocal.Clstrnxcom.ExchangeProcessing(ServiceParameters objServiceParameters) in D:\Clstrnxcom.cs:line 309