When I recompile I am getting the following error:
Unable to copy file "obj\Debug\<myproject>.dll" to "bin\Debug
\<myproject>.dll". The process cannot access the file 'bin\Debug
\Blog.Specs.dll' because it is being used by another process.
Blog.Specs
I'm using VS2010 and SpecFlow for my unit testing. I don't think
either of these are a factor to this bug.
In the Settings | Assembly Reload: I have all three options selected.
When I select the root level in the Tests tree within the NUnit GUI
and recompile there is no compiler error and all of the tests are run
as expected.
However, when I select a specific test within the Tests tree and then
recompile I get the error. When switch back to the root again
recompile works fine.
It seems there is a file lock when a specific test is selected.
--
You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
To post to this group, send email to
nunit-...@googlegroups.com.
To unsubscribe from this group, send email to
nunit-discus...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/nunit-discuss?hl=en.