In visual studio 2015, we have a standalone package (.dtsx file) with a vb script task. When opening the package, we can view the script task without any issues. If we try to import the package into a project (using same version of visual studio), we get the following incompatibility error. Why can this be opened standalone, but can't be imported into a project?
There was an exception while loading Script Task
from XML: System.Exception: The Script Task "somename" uses
version 15.0 script that is not supported in this release of Integration Services.