Visual Studio and TestDriven.Net

Apr 28 2007 11:13 AM
Hi! I'm pretty new to c# and not really sure wether this this a visual studio problem or something else... I'm trying to use Testdriven.Net to integrate Nunit into Visual Studio 2005, but I can't get it to work. It seems to install fine and i get the proper menu item and all but when i try to run tests i get: The type or namespace 'Nunit' could not be found(are you missing a using directive or an assembly reference) The type or namespace 'Test' could not be found(are you missing a using directive or an assembly reference) The type or namespace 'TestFixture' could not be found(are you missing a using directive or an assembly reference) Does anyone have an idea how to fix it? thx //T