all groups > visual studio .net enterprise tools > july 2007 >
You're in the

visual studio .net enterprise tools

group:

How to get VS.Net to recognize a project as a "Test Project" for unit tests


How to get VS.Net to recognize a project as a "Test Project" for unit tests cmay
7/13/2007 12:14:23 PM
visual studio .net enterprise tools:
I have a project (DLL Library) created with a ton of NUnit tests.

I was easily able to alter a few lines to convert these into VSTS
tests.

However, VS.Net refuses to "see" this project as a test project.

The buttons to run the tests such as "Start selected test project
without debugger" are disabled.

How can I convince VS.Net that this is a "test project"?
Re: How to get VS.Net to recognize a project as a "Test Project" for unit tests Stevanich
8/31/2007 10:57:54 AM
cmay,

I would imagine that the project file (*.*proj) is not correct for a Test
Project type. Try creating a new Visual Studio test project, and diffing
the project files to see if the project type GUIDs are different.

Hope this helps,


Steve

[quoted text, click to view]

AddThis Social Bookmark Button