Can anyone explain this one to me, as Ive got a not ideal solution
- Have a project in VS 2008 with MS unit tests in
- Import the project to VS 2010
- Store files in My documents folder which is redirected to a server over the LAN
- Try to run tests, but no tests are found, and it comes up with a message no test are run as tests are disabled
- When building the test project it says error trying to load the test dll, but gives the right path to the server location
- I check to make sure the project, a winforms jobbie can run which it does
- So I change to run the project on the local computer and everything works fine
Can you only run tests in VS 2010 projects locally?
Thanks