zoukankan      html  css  js  c++  java
  • DXperience 工具箱不显示/ Visual Studio 2012选择项打开崩溃

    1、移除NetFx40_LegacySecurityPolicy  节:

    移除C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDE devenv.exe.config 文件中<runtime>节:

    <NetFx40_LegacySecurityPolicy  enabled="true" />

    2、重建工具箱

    命令提示符定位到Dev控件的安装目录:

     cd “C:Program Files (x86)DXperience 12.1Tools"

    执行如下命令

    ToolboxCreator.exe /ini:toolboxcreator.ini  /LOG:gucs.log

    如果删除的话,可以使用命令:ToolboxCreator.exe /ini:toolboxcreator.ini /remove

    3、如果还是工具箱,执行以下步骤:

    First ,reset the Toolbox from Visual Studio. For this right-click the Toolbox and click the "Reset Toolbox" item.  And   Close Visual Studio。

    1. Open the "%USERPROFILE%AppDataLocalMicrosoftVisualStudio11.0" folder and remove all .TBD files.

    2. Run the Registry Editor (regedit.exe).

    3. Locate the following keys:

    "HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio11.0ToolboxControlsInstaller_AssemblyFoldersExCache"

    "HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio11.0ToolboxControlsInstallerCache"

    4. Remove these keys with their sub-keys.

    5. Launch Visual Studio 2012 using the following command line:

    In a 32-bit Windows:

    "C:Program FilesMicrosoft Visual Studio 11.0Common7IDEdevenv" /ResetSkipPkgs /log "ActivityLog.xml"

    In a 64-bit Windows:

    "C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv" /ResetSkipPkgs /log "ActivityLog.xml"

    6. Create a project and switch to the Toolbox. Toolbox items should appear after some time that is required for recreating all items on the first load.

  • 相关阅读:
    javascript推荐书籍
    [zt]介绍一本搜索引擎爬虫方面的好书
    一些文章资源和趣闻
    【详细的英语自学指导】黑猫出版社 Easyreads系列13本书,科普英语,入门好选择
    网上邻居疑难问题分析与总结
    关于文件夹权限的十个问答
    net send命令解析
    如何成为一名黑客
    全球最值得模仿的230个网站
    女生最爱不释手的30个网站
  • 原文地址:https://www.cnblogs.com/springsnow/p/10168290.html
Copyright © 2011-2022 走看看