Answered by:
Unable to create Audit in SQL Server 2008

Question
-
Whenever I try to create new Audit in SQL Sever I get the following error:
Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.Shell.Interop.IUIHostLocale'. This operation failed beacuse the QueryInterface call on the COM component for the interface with IID'{2C2EA031-02BE-11D1-8C85-00C04FC2AA89}' failed due to the following error: No such interface supported
Please help me resolve the Issue. I'm using Windows Server 2008 and SQL Server 2008
Wednesday, June 12, 2013 11:40 AM
Answers
-
Perhaps this is helpful.
Or...
http://www.codeproject.com/Questions/563553/UnableplustopluscastplusCOMplusobjectplusofplustyp
RLF
Wednesday, June 12, 2013 4:02 PM -
Try to register the dlls
regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"
if you are running 64 bit windows, try this:
regsvr32 "C:\Program Files> (x86)\Internet Explorer\ieproxy.dll"
http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/d5d3e5fc-d8ce-4f42-b7ea-9bbbb7756a20/
http://connect.microsoft.com/SQLServer/feedback/details/482103/unable-to-cast-com-object-of-type-system-comobject-to-interface-type-microsoft-visualstudio-ole-interop-iserviceprovider
Thanks & Regards RAJUKIRAN L Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers.
Thursday, June 13, 2013 12:49 AM
All replies
-
Perhaps this is helpful.
Or...
http://www.codeproject.com/Questions/563553/UnableplustopluscastplusCOMplusobjectplusofplustyp
RLF
Wednesday, June 12, 2013 4:02 PM -
Try to register the dlls
regsvr32 "C:\Program Files\Internet Explorer\ieproxy.dll"
if you are running 64 bit windows, try this:
regsvr32 "C:\Program Files> (x86)\Internet Explorer\ieproxy.dll"
http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/d5d3e5fc-d8ce-4f42-b7ea-9bbbb7756a20/
http://connect.microsoft.com/SQLServer/feedback/details/482103/unable-to-cast-com-object-of-type-system-comobject-to-interface-type-microsoft-visualstudio-ole-interop-iserviceprovider
Thanks & Regards RAJUKIRAN L Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers.
Thursday, June 13, 2013 12:49 AM