HRESULT E_FAIL has been returned from a call to a COM component

HRESULT E_FAIL has been returned from a call to a COM component

Ever got this error message from Visual Studio? Well I’m using mine for BI projects and this helped for me:

Start —> Run —> regsvr32 %SystemRoot%\System32\msxml3.dll

Start —> Run —> regsvr32 %SystemRoot%\SysWOW64\msxml3.dll

If it doesn’t, maybe you’ll be able to find a solution here.