When adding MVC to an existing Asp.Net project, these are the Guids to be added to the project file. After adding these, the actions for adding Controllers, etc. will become available in Visual Studio. VS has to be restarted, though, to avoid strange exceptions.
Guid | Tools Needed to Open Project | Build references |
---|---|---|
{E53F8FEA-EAE0-44A6-8774-FFD645390401} | Asp.Net MVC 3 | System.Web.Mvc 3.0.0.0 |
{E3E379DF-F4C6-4180-9B81-6769533ABE47} | Asp.Net MVC 4 | System.Web.Mvc 4.0.0.0 |
{349c5851-65df-11da-9384-00065b846f21} | Web Designer |
No comments:
Post a Comment