Closed GoogleCodeExporter closed 8 years ago
Gallio fully supports VS2010 and .NET 4. It also runs perfectly on Win7x64.
The exception you get indicates that a file could not be found
(MyAssemblyName).
Have you correctly referenced your projects? Maybe you have copied the output
test assembly somewhere without copying its dependencies.
Original comment by Yann.Tre...@gmail.com
on 27 Jun 2011 at 1:35
I have two projects in my solution the main project which produce
MyAssemblyName.exe and the test project where i try to run my tests which
reference the first one. I tried to run the tests from the test project output
folder, all assemblies are available in this folder. I tried also to run the
test from resharper and i have the same issue.
Original comment by ZeRi...@gmail.com
on 29 Jun 2011 at 1:18
"all assemblies are available in this folder."
Including MyAssemblyName.exe?
Original comment by Yann.Tre...@gmail.com
on 29 Jun 2011 at 1:33
In the "References" folder of your test project. Right-click on
"MyAssemblyName" and select "Properties". Ensure that "Copy Local" of is set to
true.
Original comment by Yann.Tre...@gmail.com
on 29 Jun 2011 at 1:35
Yes, i check, all assemblies are in target folder, i can run MS Test for
exemple but not mbunit ones.
Original comment by ZeRi...@gmail.com
on 30 Jun 2011 at 8:24
Have there been updates to this in the last 5 months? I'm having this same
problem now as well.
Original comment by defensel...@gmail.com
on 7 Nov 2011 at 10:53
Original issue reported on code.google.com by
ZeRi...@gmail.com
on 25 Jun 2011 at 2:06