我更新了vs2017最新版本15.7.6,实时测试由于以下错误而崩溃,我的项目是MVC 4.6.1 no core。
[09:30:09.588 Info] Live Unit Testing started.
[09:30:11.398 Error] Live Unit Testing is being turned off because a process that it depends on has either exited unexpectedly or encountered an unrecoverable exception. Restart Visual Studio before trying to start Live Unit Testing again.
[09:30:11.398 Error] Log files present in the '%Temp%\servicehub\logs' folder may contain information that can help diagnose this problem.
[09:30:11.428 Info] Live Unit Testing stopped.
08/07/2018 09:04:23:错误:1:异常: StreamJsonRpc.RemoteInvocationException:对象引用未设置为 对象的实例。在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务 任务) System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务 任务) System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(任务任务)
在StreamJsonRpc.JsonRpc.d__671.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.VisualStudio.LanguageServices.Remote.JsonRpcEx.<InvokeAsync>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) 08/07/2018 09:04:23 : Error : 1 :exception: StreamJsonRpc.RemoteInvocationException: Object reference not set to an instance of an object. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
1.MoveNext() ---从上一个引发异常的位置开始的堆栈跟踪- System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务 任务) System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务 任务) Microsoft.VisualStudio.LanguageServices.Remote.JsonRpcEx.d__10.MoveNext() ---从上一个引发异常的位置开始的堆栈跟踪- Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
at StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__67
有什么主意吗?