zoukankan      html  css  js  c++  java
  • VS2008无法正常启动的解决办法

    今天运行VS2008报错,错误如下:

    Error in Template (c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Workflow\1033\StateMachineWorkflowCodeSeparation.zip), file (StateMachineWorkflowCodeSeparation.vstemplate).  Unregistered ProjectType (VisualBasic).  This can be caused by an incorrect ProjectType or because the project type package is not installed.

    Error in Template (c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Workflow\1033\ActivityWithCodeSeparation.zip), file (ActivityWithCodeSeparation.vstemplate).  Unregistered ProjectType (VisualBasic).  This can be caused by an incorrect ProjectType or because the project type package is not installed.

    。。。N个

    K,我又没装过VisualBasic,郁闷。从网上发现了找了下发现有人也遇到过类似情况,内容上一看像是安装补丁出的错,直接卸载先(主要是英文不好呵呵

    解决办法如下:

    直接卸载编号为kb971092的补丁(不记得什么时候装的了)

    虽觉得这样做可能不妥当,但不管怎么说,我的问题解决了。再出错再说了

  • 相关阅读:
    JSTL标签用法
    (转)javascript正则实战
    Spring中几种数据源的配置
    (转)常用正则表达式
    EL表达式详解
    JAVA环境变量配置(转)
    S2SH整合步骤
    正则表达式30分钟教程(转)
    在Flash Player 10.2中使用原生鼠标指针
    time
  • 原文地址:https://www.cnblogs.com/forrestsun/p/1727313.html
Copyright © 2011-2022 走看看