在Win10安装后,创建工程报错退出,日志信息如下:
2016-03-21 22:06:03,875 CocoStudio.Basic.CSLogger.Error(:0) - 从服务器上获取XML信息时出错
System.IO.IOException: 无法从传输连接中读取数据: 远程主机强迫关闭了一个现有的连接。。 —> System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.Receive(Byte] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
在 System.Net.Sockets.NetworkStream.Read(Byte] buffer, Int32 offset, Int32 size)
— 内部异常堆栈跟踪的结尾 —
在 System.Net.ConnectStream.Read(Byte] buffer, Int32 offset, Int32 size)
在 System.Xml.XmlTextReaderImpl.ReadData()
在 System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
在 System.Xml.XmlTextReaderImpl.ParseText()
在 System.Xml.XmlTextReaderImpl.ParseElementContent()
在 System.Xml.XmlTextReaderImpl.Read()
在 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
在 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
在 System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
在 System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
在 System.Xml.Linq.XElement.Load(Stream stream, LoadOptions options)
在 CocoStudio.Projects.FrameworkHelper.GetXmlInfoFromServer()
