I'm getting this weird error message when I try to execute a SSIS package. It keeps on throwing catastrophic failure and fails to start the project.
I even tried creating a new project from scratch with a simple package that has select statement only, to see if there was something wrong in my other package. I still get the same error. Is there something wrong with my Visual Studio? It used to run fine before.
TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ Program Location: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.DataWarehouse.VsIntegration.Shell.DataWarehouseOutputWindow.Unsafe_Clear() at Microsoft.DataWarehouse.VsIntegration.Shell.DataWarehouseOutputWindow.Clear() at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 launchOptions, ProjectItem startupProjItem, DataTransformationsProjectConfigurationOptions options) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchActivePackage(Int32 launchOptions) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 launchOptions, DataTransformationsProjectConfigurationOptions options) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.Launch(Int32 launchOptions, DataTransformationsProjectConfigurationOptions options)