We are in the process of upgrading our SSIS packages from 2008 to 2012. I was able to import an existing package and I'm getting this error with all Script Tasks that use Microsoft.SqlServer.DTSRuntimeWrap.
Assembly 'Microsoft.SqlServer.ManagedDTS, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' uses 'Microsoft.SqlServer.DTSRuntimeWrap, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' which has a higher version than referenced assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
I did some looking around and found this http://svenaelterman.wordpress.com/2012/05/05/using-ssis-2008-components-in-sql-server-data-tools-with-ssis-2012/
I did exactly as it said, but I still have the same error. Has anyone seen this or have any suggestions on how to fix it? I've spend many hours trying to figure it out but no luck.
Thanks for the help! If you need more information please ask.