{#advanced_dlg.about_title}

.NET Framework »

Sunday, April 20, 2008 | 11 Comments

Every once in a while, and especially when I build virtual machines from existing images, I run into a weird error when running SQL Server 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)). With a little google-in... [More]