# rm-rf.es | Administración de sistemas

Bitácora personal de un SysAdmin Gnu/Linux, Windows, BSD...

SQL Server 2008: Unable to cast COM object of type ‘System.__ComObject’…


Tras una actualización de sistema para Windows 2003 Server, he encontrado que los usuarios SQL Server, al loguear en el servicio conMicrosoft SQL Server Management Studio recibían el siguiente error:

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)

La solución pasa por registrar la siguiente librería:

regsvr32 c:\windows\system32\actxprxy.dll

Categoría: Windows | Etiquetas: , , ,

2 Comentarios

  1. Juan Esteban dice:

    Tampoco me funciono

Deja una respuesta