zoukankan      html  css  js  c++  java
  • Visual Studio 2010 出现关于ActivityLog.xml错误的解决方案

    在用VS编写程序是第一次会跳出“Visual Studio has encountered an exception.This may be caused by an extension.

    You can get more information by running the application together with the /log parameter on command line ,and then examining the file 'C:Document and SettingsAdministratorApplication DataMicrosoftVisual Studio10.0ActivityLog.xml'”。按照有人方法安装“VS10-KB2251084-x86.exe”补丁后任然没效果,后来发现是注册表的问题。

    HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio10.0Text Editor that has the value name "Report Exceptions".  To suppress the message box, create this registry value as a DWORD and set it to 0.

    HKEY_CURRENT_USER

    |-------Software

    |--------------Microsoft

    |---------------------VisualStudio

    |----------------------------10.0

    |-----------------------------------Text Editor

    在TextEdit上新建“Report Exceptions“的DWORD,设定值为0,完美解决。

  • 相关阅读:
    PyQt5笔记之标签
    PyQt5笔记之布局管理
    PyQt5笔记之菜单栏
    Windows环境安装PyQt5
    MySQL8的密码策略
    find命令常用参数
    Linux性能监控工具
    Linux内核管理
    DNS简单配置
    Solr 5.2.1 部署并索引Mysql数据库
  • 原文地址:https://www.cnblogs.com/Fooo/p/6527160.html
Copyright © 2011-2022 走看看