Converting MVC 2 RC to MVC 2 RTM

Ok, this is more of a hack than a true conversion, but I haven’t noticed the difference… yet.

Remember to back up what you’re not willing to lose!

  1. Remove your MVC project from your solution. Don’t delete, just remove. Then save all (Shift-Ctrl-S)
  2. Edit your MVC project *.csproj file and change the ProjectTypeGuids to:
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>image
  3. Add your project back into your solution and save everything
This entry was posted in ASP.Net and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>