Visual Studio 2012 keeps showing upgrade report

て烟熏妆下的殇ゞ 提交于 2019-12-04 03:47:55

I'm not sure why Visual Studio 2012 can't deal with the upgrade properly, but I've found the workaround. Edit your .CSPROJ file(s) and look for this line:

<FileUpgradeFlags>0</FileUpgradeFlags>

Remove the contents of that node so it's empty:

<FileUpgradeFlags></FileUpgradeFlags>

Visual Studio will no longer attempt to upgrade the projects every time. For the record, I've only ever seen this behavior when upgrading a SharePoint 2010 project using VS 2012. Other types of projects seem to be okay.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!