Hi
Really annoying behaviour in Visual Studio 2013:
In an SSIS project, I have StartAction set to ExecutePackage, StartObjectID set to <Active Package> (in the Project Properties, Debuggin). But when I start debugging, VS starts running a completely different package in the project! This is incredibly bad behaviour, as it could end up seriously messing up my test data (let's not even think about what would happen if I was connected to live).
I've now become paranoid, and make sure the package I want to run is selected,both in the Solution Explorer, and in the Package design window. Still, every so often VS starts running another package.
Anyone else come across this, or even found a solution?