Auto setup unit test projects in VS2008, need help

I am starting to play with the new ASP.NET MVC framework and reading in some tutorials, I saw that besides creating an MVC project, there is an option to add a Unit Test project using the Test framework (which I have) which are basically already set up for MVC testing ...
It should appear when you create a new MVC project and looks like this:

http://quickstarts.asp.net/previews/mvc/images/mvcCreateUnitTestProject.PNG http://quickstarts.asp.net/previews/mvc/images/mvcCreateUnitTestProject.PNG

But it is not so, and I have myself to create a project Unit Test, adding to the solution, which is time consuming and annoying in general, given the structure of the MVC project ...
I scanned the test environment parameters and found no way to do this is to find some window or or an option for creating a test MVC project.
Any ideas?

+1


source to share


1 answer


Nevermind, reinstalling the MVC framework fixed the issue



+2


source