zoukankan      html  css  js  c++  java
  • 2019-9-2-Visual-studio-创建项目失败vstemplate

    title author date CreateTime categories
    Visual studio 创建项目失败vstemplate
    lindexi
    2019-09-02 12:57:38 +0800
    2018-2-13 17:23:3 +0800

    Visual studio 创建项目失败 提示 the vstemplate file references the wizard class 'Microsoft.VisualStudio.WinRT.TemplateWizards.ApplicationInsights.Wizard' which does not exsist in the assembly 'Microsoft.VisualStudio.WinRT.TemplateWizards, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

    vstemplate文件引用的向导类“Microsoft.VisualStudio.WinRT.TemplateWizards.ApplicationInsights.Wizard"在程序集”Microsoft.VisualStudio.WinRT.TemplateWizards,Version=14.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"中不存在。
    
    

    这里写图片描述

    解决方法简单,在我们VisualStudio安装,C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEProjectTemplatesCSharpWindows RootWindows UAP


    感谢anngg2008 如果在CSharp文件夹没找到,请到Common7IDEProjectTemplatesCacheCSharpWindows UAP*BlankApplicationBlankApplication.vstemplate

    Common7IDEProjectTemplatesCSharpWindows UAP*BlankApplicationBlankApplication.vstemplate


    可以找到我们的文件夹,一般是1033,如果有比较高的文件夹,那么都选择,进入,打开BlankApplication,把BlankApplication.vstemplatet拖到VisualStudio

    这里写图片描述

    找到Microsoft.VisualStudio.WinRT.TemplateWizards, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a,FullClassName:Microsoft.VisualStudio.WinRT.TemplateWizards.ApplicationInsights.Wizard删除

    这里写图片描述

    然后保存到桌面,从桌面复制,这样是没法直接保存在C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEProjectTemplatesCSharpWindows RootWindows UAP1033BlankApplication

    复制选择管理员,这个需要我们管理员复制才可以

    复制我们就可以新建我们的项目

  • 相关阅读:
    ADO.NET 中的数据并发
    net中前台javascript与后台c#函数相互调用
    js正则函数match、exec、test、search、replace、split使用介绍集合
    jQuery遍历Table tr td td中包含标签
    SQL你必须知道的-查询聚合分组排序
    haut-1280 诡异的迷宫
    int、long long等的取值范围
    codeforce 855B
    nyoj-2357
    codeforces 858A
  • 原文地址:https://www.cnblogs.com/lindexi/p/12086213.html
Copyright © 2011-2022 走看看