安装sql 2005时visual studio just-in-time debugger错误解决办法

来自:互联网
时间:2021-06-27
阅读:
免费资源网 - https://freexyz.cn/

我的服务器安装sql 2005时出现“visual studio just-in-time debugger”错误对话框。

如图:

安装sql 2005时visual studio just-in-time debugger错误解决办法

内容如下:“An unhanled win32 exception occurred in explorer.exe[2548]. just-in-time debuenabled. in visual studio,just-in-debugging can be enabled from tools/options/debugging/just-in-time.’

check the documentation index for 'just-in-time debugging,errors'for more information”

【原因分析】:这是一台远程接入应用服务器,前几天试图在这台2003sp1上安装SQL server 2005结果安装失败。(因为SQL 2005不支持2003sp1),SQL 2005没装成功,但安装了许多微软组件,包括visual studio 2005;.net framework2.0等。卸载相关文件。

结果重启服务器出现上诉情况。不仅如此,还导致外网所有计算机无法连接,导致收银系统无法使用,网卡属性打不开!出现”由于这台计算机没有终端服务器客户端访问许可证无法远程“的错误。

【解决方法】:一、开始--运行--Regedit    删除注册表以下键值:

1、HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/AeDebug/Debugger

2、HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/.NETFramework/DbgManagedDebugger

用360卸载相关软件,清除相关注册表。

上诉故障全部消失,你可以重新安装了。

另外据经验分析,可能是你之前装过sql 2005没有删干净。

免费资源网 - https://freexyz.cn/
返回顶部
顶部