none
Visual Studio 2015 无法解释程序 RRS feed

  • 问题

  • Visual Studio 2015无法解释程序,无法调试也无法生成,解决方案生成错误所以没办法制作程序。
    2015年10月24日 6:02

答案

  • 你的意思是你的VS都不能创建项目吗?

    那我建议你从新从官网重新下载VS,然后重新安装试试。可能安装的时候projec template加载出错。

    你也可以打开VS安装路径: <Visual Studio Installation Path>\Common7\IDE, 删除 ItemTemplatesCache和ProjectTemplatesCache 文件夹.

    运行命令行:

    devenv.exe /installvstemplates

    然后,重新打开VS试试创建新的项目。


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    2015年10月27日 12:13
    版主