IT

2XL Supercross HD

SQL Server Management Studio

COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'.

this error occurs only in Windows 7 with IE 8 pre-installed
not to worry we have Google team to help people like us

After googling for more than hours, finally with the right search i got the below simple solution and executed and got issue rectified

Use a command shell in both case with administration rights (Win+R then type cmd)

--Unregister

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

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

for Win7 64 bit users, try this:

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

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

ENJOY WILL BE BACK WITH USEFUL TIPS

No comments:

Post a Comment

Share