zoukankan      html  css  js  c++  java
  • 安装silverlight 2过程中出现install.res.????.dll错误

    安装环境:

    windows xp sp2 英文版

    visual studio 2008 中文专业版

    sliverlight 2 beta 2

    安装 Microsoft Silverlight Tools Beta 2 for Visual Studio 2008 中文版时出现如下错误

    “install.res.????.dll错误”

     

    看了网上的 http://silverlight.net/forums/p/18404/61902.aspx 上的帖子后,我下载了英文版的

    Microsoft Silverlight Tools Beta 2 for Visual Studio 2008 安装。

    安装又出现错误:

    An Error Has Occurred:
    Silverlight Tools cannot be installed because one or more of the following conditions is true:

    1. Visual Studio 2008 RTM is not installed.
    2. The Web Authoring feature of Visual Studio is not installed.
    3. A previous version of the Silverlight Runtime is installed.
    4. A previous version of the Silverlight SDK is installed.
    5. The Visual Studio Update KB949325 is installed.
    6. A previous version of Silverlight Tools is installed.

    To continue, please install or uninstall the appropriate products and run this installer again.


    看来 操作系统,VS2008, SilverLight 三者的语言一致不会出现问题,要么都是中文,要么都是英文的。

    改天试一试英文版的VS2008。

    待续。。。

    后来找到文章 http://www.cnblogs.com/netgodcn/archive/2008/04/16/1156112.html ,

    用“silverlight”关键词搜索了C:盘和注册表,发现安装了SDK,

    C:\Program Files\Microsoft SDKs\Silverlight\v2.0\

    而控制面板中的“添加删除程序”里没有silverlight sdk的迹象。

    手工删除文件夹:

    C:"Program Files"Microsoft Silverlight"

    C:"Program Files"Microsoft SDKs"Silverlight"

    手工删除注册表中的silverlight键,发现太多了,把所有的都删掉了,还是无法安装。

    后来我卸载了中文版的VS2008,安装了英文版的vs2008,再装Tools for VS2008可以装上。


  • 相关阅读:
    Apollo服务搭建
    常用MIME类型
    eclipse 搭建 swagger-ui(maven项目 springboot框架)
    子页面iframe跨域执行父页面定义的JS方法
    SpringBoot 实现前后端分离的跨域访问(CORS)
    使用 QueryRunner 实现 JDBC 常用操作封装
    纯Java版本的JDBC基础操作,支持查询结果到泛型实体类的转换
    javascript_鼠标划词,弹出选取的词
    js获取url参数值
    纯CSS打造的下拉菜单
  • 原文地址:https://www.cnblogs.com/emanlee/p/1262460.html
Copyright © 2011-2022 走看看