vote up 1 vote down star

I'm beginning to toy with the new ASP.NET MVC framework, and reading around in some tutorials I saw that in addition to creating the MVC project, theres an option to add a Unit Test project, using the Test framework (which I have) thats basically already set up for MVC testing.
Its supposed to pop up when you create a new MVC project, and look like this -

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

But it doesn't, and I'm forced to create the Unit Test project myself by adding it into the solution, which is time consuming and generally annoying to do considering the MVC project structure...
I've looked around the Test framework settings and found no way to make that window appear, or find any option to create an MVC test project.
Any ideas?

flag

50% accept rate
Why don't you close the question or mark your answer;-) – Josh Nov 25 '08 at 20:24

1 Answer

vote up 2 vote down

Nevermind, reinstalling the MVC framework corrected the problem

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.