Hello,
I installed recently released SSDT BI tools for VS2012 and I can work on my existing SSIS/SSAS projects all well in VS2012. But when I try to build my SSIS/SSAS projects via the command line of VS2012, such as
devenv.exe mySolution.sln /rebuild Release /out "C:\temp\buildLog.txt"
I will get the error like below in the log file.
Error: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
Is this a known issue? If yes, any fix has been planned?
Thanks
Jimmy