I have just installed the Extensions on a newly installed VS 2008, and I cannot get the MVC App + Test project to work. When I start the project I get the following error box: "A problem was encountered creating the sub project 'MvcApplicationTest'. Value
does not fall within the expected range.". After that project creation exits.
I can see that the Mvc project itself has been created on disk, just not the test project. So creating a new project wthout tests works just fine.
Is there a specific requirement for the VS2008 install that I am probably missing or is something else wrong?
Couple of quick questions first. Are you using VS 2008 Express, Pro or VSTS? If you are using the 'higher' versions, are you still able to create a Test Project along with the MVC app? Do you see the full MVC app structure created OK?
Simon
This posting is provided "AS IS" with no warranties, and confers no rights.
I am using Pro. And the MVC base project is created OK - I can also create a MVC app by itself without problems. It is just when I create MVC+Test it fails with the test project.
fehaare
0 Points
2 Posts
Problem creating MVC Application and Test project
Dec 10, 2007 01:50 PM|LINK
Hi,
I have just installed the Extensions on a newly installed VS 2008, and I cannot get the MVC App + Test project to work. When I start the project I get the following error box: "A problem was encountered creating the sub project 'MvcApplicationTest'. Value does not fall within the expected range.". After that project creation exits.
I can see that the Mvc project itself has been created on disk, just not the test project. So creating a new project wthout tests works just fine.
Is there a specific requirement for the VS2008 install that I am probably missing or is something else wrong?
SimonCal
Participant
1910 Points
384 Posts
Microsoft
Re: Problem creating MVC Application and Test project
Dec 10, 2007 04:34 PM|LINK
Couple of quick questions first. Are you using VS 2008 Express, Pro or VSTS? If you are using the 'higher' versions, are you still able to create a Test Project along with the MVC app? Do you see the full MVC app structure created OK?
This posting is provided "AS IS" with no warranties, and confers no rights.
fehaare
0 Points
2 Posts
Re: Problem creating MVC Application and Test project
Dec 10, 2007 07:14 PM|LINK
I am using Pro. And the MVC base project is created OK - I can also create a MVC app by itself without problems. It is just when I create MVC+Test it fails with the test project.
Could it be some test stuff that I am missing?