Hey all,
I've decided to integrate NUnit with VWD2008.
I did the following- 1) Installed NUnit - Ran a Sample project that was included with the installation all the tests were fine. 2) Installed TestDriven.Net 2.0 - Personal distribution. 3) I have written on an MVC Project a test and when I try to right click the context and run the Test it fails. In addition I had to add reference the NUnit.framework dll in order to write the tests.
What have I done wrong?