Cant open Nerd Dinner 1.0 VS 2008 SP1 MVC 2
- by josephj1989
I was trying to download some ASP.NET MVC Sample application to learn MVC. I tried Music Store and TownHall but they wont open in my VS2008.So I tried the common Nerddinner 1.0 but it gives error "The project Type is not supported by this installation" . I tried the 3rd Method suggested in the following post
http://stackoverflow.com/questions/1002907/cant-open-nerddinner-project-in-vs2008
This is about changing the project type GUIDS.Now the project loads but when I run it throws an exception
<add assembly="System.Web.Mvc, Version=1.0.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
I presume this is happening because the Nerddinner 1.0 is for MVC 1.0 and I have MVC 2.0 installed. How do I proceed now. I have spent a lot of time trying to get an MVC application working on my PC. I am happy if I can get any properly architected , MVC application of medium to high complexity to work on my PC.
thanks