tmauldin / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

VS2010 and Gallio 3.2.610 x64 bundle : An exception occurred while invoking a test driver. #739

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.A test project based on the Gallio template with valid test methods
2.Resharper 5.1 installed, so that you can run the unittests via Resharper
3.The test will run without problems
4.If you run now the same test with the MSRuntest (click on the test method, 
from the popup menu choose Run Tests)
5.A new list entry "Test" appears in the output tab of VS with the error : An 
exception occurred while invoking a test driver.
6.Each time now when you rebuild your test dll or you launch a test via the 
resharper Gallio (not MSTest anymore!), you will be redirected to the output 
tab with the exception message.

What is the expected output? What do you see instead?
Expected no error, but sees always the exception

What version of the product are you using? On what operating system?
Visual Studio 10.0.30319.1.
GallioBundle-3.2.610.0. (via x64 setup)

Please provide any additional information below.

Workaround : close the VS solution and relaunch the solution, the entry Test in 
the output tab will not be there anymore --> the exception does not popup 
anymore.
If you run again a mstest (for example in a other MSTest specific project) and 
you have again the error when running Gallio tests.

Original issue reported on code.google.com by eric.van...@gmail.com on 30 Sep 2010 at 9:35