My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Loading a SSIS package in C#
The new RSS feed is here
This is a classic gotcha that caught me out and thankfully others on the newgroups.
The object model for SSIS has an object called Package which represents a
package.
One would assume that to load a package from a file you should use the
LoadFromXML method on this Package object.
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Loading a SSIS package in C#