Resharper or dotCover Bug
I have both April 2nd builds of ReSharper and dotCover installed. When I click the Green/Yellow gutter button to run a test. I get an exception that I cannot submit due to this message in the Submit Exception window:
"The remote server returned an error: (403) Forbidden."
When I'm at work, I get a proxy error and this is the error I get when I'm at home on a VPN. Awesome.
Anyway, the actual exception data from the technical information link is below. Hope it helps. Now back to TFS/MTest...
Derek
~~~
Object reference not set to an instance of an object.
--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.ReSharper.UnitTestProvider.MSTest
StackTraceString = “
at JetBrains.ReSharper.UnitTestProvider.MSTest.MsTestRunConfigurationInfo.get_CodeCoverageEnabled() in c:\Agent\work\f77db10a21924f5e\src\UnitTestProvider.MSTest\src\MsTestRunConfigurationInfo.cs:line 92
at JetBrains.ReSharper.UnitTestProvider.MSTest.MsTestProvider.GetTaskSequence(UnitTestElement element, IList`1 explicitElements) in c:\Agent\work\f77db10a21924f5e\src\UnitTestProvider.MSTest\src\MsTestProvider.cs:line 79
at JetBrains.ReSharper.UnitTestExplorer.UnitTestSession.<>c__DisplayClass1b.<Run>b__17() in c:\Agent\work\f77db10a21924f5e\src\UnitTestExplorer\src\Session\UnitTestSession.cs:line 267
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.VsVersion = 9.0.30729.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTestExplorer.UnitTestSession.<>c__DisplayClass1b.<Run>b__17() in c:\Agent\work\f77db10a21924f5e\src\UnitTestExplorer\src\Session\UnitTestSession.cs:line 311
at JetBrains.ReSharper.UnitTestFramework.UnitTestManager.<>c__DisplayClass21.<BuildAndExploreProjects>b__1f(BuildSession session, List`1 errors) in c:\Agent\work\f77db10a21924f5e\src\UnitTestFramework\src\UnitTestManager.cs:line 805
at JetBrains.ReSharper.UnitTestFramework.UnitTestManager.<>c__DisplayClass30.<BuildAndExploreProjects_SolBuilder>b__27() in c:\Agent\work\f77db10a21924f5e\src\UnitTestFramework\src\UnitTestManager.cs:line 850
at JetBrains.Application.ReadLockCookie.Execute(Action action) in c:\Agent\work\f77db10a21924f5e\Platform\src\Shell\src\ReadLockCookie.cs:line 69
at JetBrains.Threading.Invocator.<>c__DisplayClass12.<QueueReadLock>b__11() in c:\Agent\work\f77db10a21924f5e\Platform\src\Shell\src\Threading\Invocator.cs:line 323
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Agent\work\f77db10a21924f5e\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 254
at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__6(QueuedAction action) in c:\Agent\work\f77db10a21924f5e\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 477
at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\Agent\work\f77db10a21924f5e\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 949
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\Agent\work\f77db10a21924f5e\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 480
at JetBrains.Threading.JetDispatcher.Closure.Execute(Object dummy) in c:\Agent\work\f77db10a21924f5e\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 589
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
”
Please sign in to leave a comment.