English 中文(简体)
是什么原因可以导致我的妇联放弃奇怪的袖珍例外?
原标题:What could cause my WCF to throw strange Socket Exceptions?
  • 时间:2010-01-05 17:58:16
  •  标签:
  • c#
  • .net
  • wcf

有时,它会成为一小ocket:

Stack trace:    at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.ServiceModel.Channels.SocketConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)

有时,它扔下了以下的ObjectAbortedException:

    Stack trace:    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

行为非常随意。 这违背了通常奏效的静态呼吁。

最佳回答

采用与服务合同接口的班次只立即进行,再使用。 造成多方面的例外情况,这些例外没有回落到客户手中,也没有在事件记录中留下。

问题回答

什么错误?

如果是WSA的错误之一(100053 WSAECONNABORTED,10054 WSAECONNRESETand Friends),它就意味着IP的ack已经关闭。 如果在等待995年自愿加入《公约》时成为一等综合组织,则意味着一个显示一等一/一号请求的透镜已经撤回,请求则由监督厅提出。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签