Possible Duplicate:
Is it possible to deploy SSIS 2012 package on SQL Server 2008
currently I have Visual Studio 2010 and SQL Server 2012 on my pc. Now I want to create a SSIS package, which should run on a SQL Server 2008.
If I create it normally, I just get the following error, if I try to load it on the server:
The package failed to load due to error 0xc0010014 "[...]" This occurs when CPackage::LoadFromXML fails.
If I try to open it with BIS 2008, then I get a similar error.
Is there any way to change my dtsx so that it will work on a SQL Server 2008?