Unit Test runner gives MissingMethodException when attempting to get coverage...
Hullo,
I'm running my unit tests via the Test Runner and get them to pass fine, then when I click the 'Cover All Tests with dotCover' button the tests fail and I get this error:
System.MissingMethodException: Method not found: 'Void System.Runtime.DesignerServices.WindowsRuntimeDesignerContext.JetBrains_Profiler_Core_Instrumentation_Begin(UIntPtr ByRef)'.
Erm,
This is an Asp.Net MVC3 project..
Cheers
Chris
Please sign in to leave a comment.
If you recently installed BugAid, that's the culprit. See this post: http://bugaidsoftware.userecho.com/topic/90536-make-bugaid-and-dotcover-work-together/
I did indeed install Bugaid, Thanks!