zoukankan      html  css  js  c++  java
  • vs2013错误解决方法

    1、cannot determine the location of the vs common tools folder

    打开"VS2013开发人员命令提示后",上面提示"cannot determine the location of the vs common tools folder",于是打开VC/bin目录下的vcvars32.bat,发现没有找到环境变量VS120COMNTOOLS。但是,我明明添加了VS120COMNTOOLS这个环境变量。为什么VS识别不出VS120COMNTOOLS?

    解决方法:添加PATH环境变量,值为:C:WindowsSystem32

    原文:he problem is that the bat uses de reg command and it searches that in the PATH system variable. Somehow you have managed to get "C:WindowsSystem32" out of the PATH variable, so just go to the system variables (right click "My Computer" > "Properties" > advanced config > "Environment Variables", search the PATH variable and add at the end separated by ";" : C:WindowsSystem32

  • 相关阅读:
    软件工程个人作业01
    阅读计划及浅读问题
    引言作业1
    多态和异常分析课后
    大道至简七八章阅读
    接口与继承 课后实践
    构建执法阅读笔记02
    冲刺第五天
    学习进度条七
    冲刺第四天
  • 原文地址:https://www.cnblogs.com/ggzone/p/4052438.html
Copyright © 2011-2022 走看看