在Windows 7上安裝Visual Studio 2008和SQL Server 2008之後,連接時出現以下錯誤一個SQL管理工作室的服務器:無法將類型爲'System .__ ComObject'的COM對象轉換爲接口類型爲'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'
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,但這沒有效果。任何人都知道如何解決這個問題?
我有一個類似的錯誤,當我嘗試用ClickOnce發佈(沒有SQL服務器參與) – 2010-04-09 00:11:45