Skip to content

穿透访问中出现种册窗黑屏

Hopeshine edited this page Mar 2, 2021 · 1 revision

穿透访问时出现进入系统后窗口黑屏,可能的原因是因为网络不好。dp2 内务的窗口当时开发较早,没有采用 async 编程,所以当通讯不畅的中途容易出现黑屏。

有时候还会出现如下报错信息,都是通讯不畅导致:

System.ServiceModel.CommunicationException:Router Error: WebCallAndResponse() 出现异常: System.Net.Http.HttpRequestException:An error occurred while sending the request.
{stack-trace-begin}   在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext(){stack-trace-end}
Clone this wiki locally