Hello guys.
I have the following problem. I have a package dtsx from a project developed in VS2008, then I would want to install this package in Sql Server 2012, the problem is that Sql Server 2012 doesn't run dtsx packages from VS2008.
So, I have tried to upgrade the project in Visual Studio 2010, but it didn't work.
My second try was creating a project in Visual Studio 2013, I created a project and I added the existing package "MypackagecreatedinVS2008", I run the project and everything is correct, the package does his tasks. When I install the package with ISDeploymentWizard.exe, previously, creating the database of integration services SSISBD, and the error is this:
The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.". This occurs when CPackage::LoadFromXML fails.
I have changed the protection level of the project to don't save sensitive in the two projects (VS2008 and VS2013) in all the levels. I have changed the execution of the project for 64x = false, I mean is a 86x project, everything is in 86x.
I have been looking for the solution for this error 0xC0011008, but I haven't found anything. Anybody can help me? I don't know what I have to do. Thank you very much.