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的补丁(不记得什么时候装的了)

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

  • 相关阅读:
    java和.NET的比较
    联想笔记本不能无线上网
    js根据给定的日期计算当月有多少天
    jQuery中live()变更
    C#操作xml文件
    SQL server的with的用法(一)
    jquery拖拽实现UI设计组件
    自定义弹出框
    第一个超级简单Node.js实例
    windows 下使用redis
  • 原文地址:https://www.cnblogs.com/forrestsun/p/1727313.html
Copyright © 2011-2022 走看看