Nếu bạn đang dùng Win 7 và chạy SQL 2005 thì sẽ gặp thông báo lỗi sau nếu cài Source Gear Vault để quản lý Code:
===== Error 0x80004002 =====
SSMS – 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)
Cách xử lý:
Vào Run và gõ câu lệnh sau:
regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"
Nếu bạn dùng Win7 64bit thì đổi thành:
regsvr32 "C:\Program Files (x86)\Internet Explorer\ieproxy.dll"
Chú ý: Lệnh Comand line phải được Run as Administrator
Dịch từ:
http://support.sourcegear.com/viewtopic.php?f=5&t=12680&p=52790&hilit=management+studio#p52790
Copy từ: https://nguyencuongpc.wordpress.com/