from:Dim loPackage As New PackageFile(MetaDataPkgPathAndFileName, True, False, PkgPassword)
to this:Dim lopackage As New PackageFile()lopackage.FileOpenAccess = FileAccess.Readlopackage.Open(MetaDataPkgPathAndFileName, True, False, PkgPassword)
Any chance of including this in your next update/release?
As for the multiple .bin files, I think our best option at the moment is two packages, one that deploys just the meta data and a second that is data only.