我正在尝试从网站安装 OpenWrap 。不幸的是,运行 o.exe 应用程序崩溃并且“openwrap shell 已停止工作”。有没有人有类似的问题?这是调用堆栈:
Unhandled Exception: System.Net.WebException: The underlying connection was clos
ed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unabl
e to read data from the transport connection: An existing connection was forcibl
y closed by the remote host. ---> System.Net.Sockets.SocketException: An existin
g connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at System.Net.PooledStream.EndRead(IAsyncResult asyncResult)
at System.Net.Connection.ReadCallback(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at OpenWrap.Preloading.NotifyProgressWebClient.DownloadDataCompleted(Object s
ender, DownloadDataCompletedEventArgs e)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_Thre
adPoolWaitCallback tpWaitCallBack)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)