.NET 2.0:已建立的连接被主机中的软件中止
场景:
我尝试使用以下代码将视频发布到 YouTube:
YouTubeEntry createdEntry = service.Upload(newEntry);
这在我的开发计算机(运行 Windows XP)上运行良好。
- 它在 Win2k 服务器(运行 .NET 2.0)上失败,并出现以下错误:
2010-07-15||01:14:08 PM||已建立的连接被主机中的软件中止||系统||| |在 System.Net.Sockets.Socket.Send(Byte[] 缓冲区,Int32 偏移量,Int32 大小,SocketFlags socketFlags) -->在 System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
我的问题:
- 我应该如何解决这个问题?
Scenario:
I try to post a video to YouTube with the following code:
YouTubeEntry createdEntry = service.Upload(newEntry);
This works fine on my developer machine (running Windows XP).
- It fails on a Win2k server (running .NET 2.0) with the following error:
2010-07-15||01:14:08 PM||An established connection was aborted by the software in your host machine||System|||| at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
--> at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
My Question:
- How should I troubleshoot this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)