I have a project that I would like to add unit test. There are other unit tests in the project that were written by previous developers. I am contacting to test an object that reads, and an XML file into an object. To do this, I select a test project and add unit test, and then select the class for which I want unit test. The stubbed out class is automatically generated, and I can successfully compile the project, but when I started, I got an error
No input file found: C: \ Blah \ Blah \ Blah \ Blah \ MYPROJECTNAME.vsmdi.
I tried to check all the files in the test solution and recreate the unit test, but I still get the same error
For information:
- There are no vsmdi files in my project
- Starting Visual Studio 2010
- TFS 2010
- Orientation of the .NET 2.0 runtime (cannot go to 4.0 due to control limitations)
- This is a console application.
- Using MSTest
Any help would be appreciated! Thanks ... Orin
source share