Web サイトから OpenWrap をインストールしようとしています。残念ながら、o.exe アプリを実行するとクラッシュし、「openwrap shell has stopped working」というメッセージが表示されます。誰かが同様の問題を抱えていますか?コールスタックは次のとおりです。
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)