I am using VS2012 Ultimate to work on a ASP.NET MVC3 app and keen on using the new Page Inspector feature. The server side source tracking is not working and diagnostics gives the message:
Project must use Razor v2 or later
The error messages page says to Migrate your MVC 3 project to MVC 4 or a later release.
Is there anyway to do this without upgrading to MVC 4?
Looks like we can update MVC 3 app to use Razor 2:
http://dotnet.dzone.com/articles/using-razor-v2-aspnet-mvc-3
You will not have to update your app to MVC 4, but would need MVC 4 to be installed.