Hi, I am at a bit of a loss here and really hoping someone can help.I have an SSIS package that has a script component as source, it calls an API to pull data across the web and into SQL Server.When I add or remove a column from the script when on my laptop and then try and run the package on the server, I get the following error message: 'The component metedata is out of sync with the compiled script. Recompile the script using the Script Component Editor'... I then have to open the script while on the server, recompile the script and deploy again.The funny thing is that when I add or remove a column while on the server and then open the same package from my laptop, it runs fine without any issues. It only appears to be when going from my laptop to the server.I am using Visual Studio 2015 on both my laptop and server and SQL Server 2014 (SP2) on both my laptop and server.
↧