Visual Studio 2015 Integration Services
Whenever I try to Execute a package I get the error below. The connection managers all look good and I can preview any dataset that I am sourcing or writing to (Ole DB and odata). In addition I created an empty package and tried to execute it and still got the error .. so I assume it's something at the solution level.
Some background. I am moving many packages over from an existing solution into a new solution. (the old solution and it's packages work fine) I have copied over many of the package components into new packages in the new solution. I made sure to update connection managers, etc. I have already verified I can preview source data and that fields match up in data types, etc.
FULL ERRROR:
===================================
Exception deserializing the package "Value does not fall within the expected range.". (Microsoft Visual Studio)
------------------------------
Program Location:
at Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.LaunchVsDebugger(IVsDebugger iVsDebugger, DataTransformationsProjectConfigurationOptions options)
at Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.ValidateAndRunDebugger(Int32 flags, IOutputWindow outputWindow, DataTransformationsProjectConfigurationOptions options)
at Microsoft.DataTransformationServices.Project.DtsPackagesFolderProjectFeature.ExecuteTaskOrPackage(ProjectItem prjItem, String taskPath)
===================================
Value does not fall within the expected range. (Microsoft.SqlServer.ManagedDTS)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Interop.ProjectInterop.GetPackageByName(String bstrPackageStreamName)
at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100.GetPackageByName(String bstrPackageStreamName)
at Microsoft.DataTransformationServices.Project.DebugEngine.DtsProgramNode.CreateRuntimePackageInternal(IDtsHost& host, Process& process, Package& dtsPackage)