views:

135

answers:

2

When creating a new MVC Project in VS2008 Professional (SP1 installed), I do not get prompted for a Unit Test project.

I have searched and found this solution (http://stackoverflow.com/questions/294117/creating-new-asp-net-mvc-project-unit-test-dialog-does-not-show-up) BUT I have already installed the Testing Tools and still no Unit Test dialogue appears.

Any ideas?

A: 

Ultimately, the unit test project that is automagically added is just a class library project with the proper references added. Instead of worrying why the dialog doesn't pop up, add a class library project to your solution that references your testing framework. You'll end up with the results you want.

Ben Robbins
Thanks but I know how to create the test project manually, I just like it when it does create the Test Project automatically.
FailBoy
+1  A: 

I ended up formatting my pc, reinstalling Windows 7 and VS08 SP1 and MVC

FailBoy