Friday, January 9, 2015

VS2010 Web projects in VS2012

If you have the below error while opening up VS2010 project in VS2012, the solution is way simple.


Migration Report

The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?prd=12395&pver=11&sbp=ProjectTypeDeprecated&plcid=0x409&clcid=0x409&ar=MSDN&sar=ProjectCompatibility&o1=E3E379DF-F4C6-4180-9B81-6769533ABE47


Solution:

Open up csproj file and change "ProjectTypeGuids" to

<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>

Re-open the solution and there you go!

No comments:

Post a Comment