Xử lý lỗi của SQL Studio Managerment sau khi cài Vault trên Win

Theo: nguyenhaidang.name.vn | 16/02/2016 - 02:26

 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/

 

Back Head Print
Tin khác

Search GridView with Paging on TextBox KeyPress using jQuery in ASP.Net    (28/07/2010)

Bootstrap AutoComplete TextBox example using jQuery TypeAhead plugin in ASP.Net with C# and VB.Net    (28/07/2010)

Disable Button and Submit button after one click using JavaScript and jQuery    (29/07/2010)

Split and convert Comma Separated (Delimited) String to Table in SQL Server    (01/09/2010)

Select Column values as Comma Separated (Delimited) string in SQL Server using COALESCE    (01/09/2010)