zoukankan      html  css  js  c++  java
  • 记录问题及解决方法

    错误提示:

    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

     
  • 相关阅读:
    maven错误
    angularjs的一点总结
    工具汇总
    重启outlook的bat脚本
    前端框架参考
    imply套件以及plyql的安装
    centos下nodejs,npm的安装和nodejs的升级
    kafka错误集锦
    动态规划DP笔记
    链接
  • 原文地址:https://www.cnblogs.com/cartler/p/3684186.html
Copyright © 2011-2022 走看看