记录问题及解决方法

错误提示:

fatal error CVT1100: duplicate resource. type:MANIFEST

 

可能出现环境:

老版本vs升级到更高版本可能出现

 

错误详细:

1>CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409

1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

 

解决方法:

打开rc文件,删除MANIFEST

错误提示:

Visual Studio Version Selector Doesn't work

 

可能出现环境:

Vs2008 、vs2010、vs2012、vs2013 同时安装

 

错误详细:

If you are running Vista or Windows 7 with the UAC enabled and have "Run this program as an Administrator" checked on the Compatibility tab for the Visual Studio exe (devenv.exe), you will get this behavior when you try to open a sln file directly from Windows Explorer.

 

解决方法:

One solution is to go to "%ProgramFiles%Common FilesMicrosoft SharedMSEnv" or ("%ProgramFiles(x86)%Common FilesMicrosoft SharedMSEnv" for 64-bit systems) and right-clickVSLauncher.exe and select Properties. On the Compatibility tab, check "Run this program as an Administrator". Now when you try to open a sln file directly from Windows Explorer, you will get the elevation prompt and it will open the correct version of Visual Studio for the file.

 

http://stackoverflow.com/questions/3304425/visual-studio-version-selector-doesnt-open

 
原文地址:https://www.cnblogs.com/cartler/p/3684186.html