You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get this exception when I take coverage code.
SerializableException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at AxoCover.Models.Testing.Runner.ITestExecutionService.RunTests(TestExecutionTask[] executionTasks, TestExecutionOptions options)
at AxoCover.Models.Testing.Execution.ExecutionProcess.RunTests(TestExecutionTask[] testExecutionTasks, TestExecutionOptions options)
at AxoCover.Models.Testing.Execution.TestRunner.RunTests(TestItem testItem, Boolean isCovering, Boolean isDebugging)
at AxoCover.Models.Testing.Execution.TestRunner.<>c__DisplayClass40_0.<RunTestsAsync>b__0()
I open Event Viewer and get that error log:
Source: .Net Runtime
Application: AxoCover.Host-x64.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FF8BA1B38A0 (00007FF8B9CE0000) with exit code 80131506.
Hi, I get this exception when I take coverage code.
I open Event Viewer and get that error log:
Source: .Net Runtime
Source: Application Error
My coding environment are:
The text was updated successfully, but these errors were encountered: