views:

22

answers:

0

The target framework is .NET 4.0. My solution is a ASP.NET MVC2 project. I'm using the latest Gallio/mbunit build 3.2.603.

When trying to run code coverage on some mbunit tests, I get no results : Empty results generated: none of the instrumented binary was used. Look at test run details for any instrumentation problems. The tested mbunit tests are all passing.

In the Event viewer I see following error: (QTAgent.exe, PID 6492, Thread 7) CoveragePlugIn.InitAspNet threw in calling WorkerProcessIdentity or WorkerProcessImpersonatedIdentity for 'src\app\blabla.WebGui': Microsoft.VisualStudio.Enterprise.Common.AspNetHelperException: Could not find WebDev.WebServer40.Exe. at Microsoft.VisualStudio.Enterprise.Common.WebDevHelper.StartWebDev(Boolean reset) at Microsoft.VisualStudio.Enterprise.Common.BaseWebDevHelper.InternalLaunch(Boolean reset) at Microsoft.VisualStudio.TestTools.CodeCoverage.CoveragePlugIn.InitAspNet(TestRun testRun)

The message is clear, the QTAgent is not finding the Webserver40.exe, but I have no clue where to begin...

Has it to do with the x64 environment?