Visual Studio has encountered an exception. This may be caused by an extension

来源:互联网 发布:mysql 命令 编辑:程序博客网 时间:2024/06/05 19:59

原文:http://www.xuebuyuan.com/492666.html

We've seen this issue before and have a workaround you can use to get VS working again. It's due to missing registry information. To confirm this is the issue you are seeing, can you examine the following registry key:

On 32-Bit Windows: [HKEY_CLASSES_ROOT\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]
On 64-Bit Windows: [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]

The "(Default)" value should be one of the following:
On 32-Bit Windows: "C:\Program Files\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll"
On 64-Bit Windows: "C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll"

If your registry is different, then you can do one of the following:
1. Reinstall Visual Studio 2010 RTM. This should resolve the issue.

2. Modify the registry with the value mentioned above(This Approach Works! Tried Myself!). NOTE: Modifying the registry can be dangerous. Please backup your registry information before making changes.

上面是网上找到的:实际操作如下:

1、打开注册表编辑器

2、打开注册表On 64-Bit Windows: [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]

3、默认值修改如下C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll


0 0
原创粉丝点击