views:

63

answers:

3

i have a .proj file in which this reference is included, but i cannot find the a appriate assembly on my disk.

Microsoft.VisualStudio.QualityTools.UnitTestFramework

which visual studio edition does this assembly include, or is there another way to get this assembly?

+1  A: 

For 2008, Pro, Developer and Suite.

Richard
A: 

The Microsoft.VisualStudio.QualityTools.UnitTestFramework is installed only with Team System.

Just remove this assembly from references and use any other testing framework you want.

Alex Reitbort
You don't need to remove it to use another test framework.
Brian Rasmussen
You do if the dll is missing from your computer.
Alex Reitbort
A: 

Well... not to copy but...

That's the Visual Studio unit testing framework which is available in

  • Visual Studio Team System 2005
  • Visual Studio Team System 2008
  • Visual Studio 2008 Professional

Note that VS 2005 Pro doesn't have it. VS 2008 Pro is actually the first non-Team system version to also have unit testing built-in.

chakrit