I am getting the following error when trying to import a package into SQLServer 2005 from the file system. This package runs fine from within VS2005. Thanks in advance for your help.
Failed to open package file "C:\Data\WebExport.dtsx" due to error 0xC00CE558 "XML document must have a top level element.". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.