gpt4 book ai didi

sql-server-2008 - 无法将类型 'System.__ComObject' 的 COM 对象转换为接口(interface)类型 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'

转载 作者:行者123 更新时间:2023-12-03 23:22:32 27 4
gpt4 key购买 nike

在 Windows 7 上安装 Visual Studio 2008 和 SQL Server 2008 后,使用 SQL Management Studio 连接到服务器时出现以下错误:

Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). (Microsoft.VisualStudio.OLE.Interop)



我看过推荐重新注册 actprxy.dll 的博客文章,但这没有任何效果。有谁知道如何解决这个问题?

最佳答案

actprxy.dll 也对我不起作用。我找到了一个有效的解决方案here

regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"

if you are running 64 bit windows, try this:

regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"

关于sql-server-2008 - 无法将类型 'System.__ComObject' 的 COM 对象转换为接口(interface)类型 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1654322/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com