Today I installed the 1.0 version of the Web Deployment Tool, and now I am getting errors when I try to sync to a package from a custom manifest file. Same error happens when using -verb:dump.
Then content of the manifest is this (the example from the website):
<sitemanifest>
<gacAssembly path="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</sitemanifest>
The command line:
"C:\Program Files\IIS\Microsoft Web Deploy\msdeploy" -verb:sync -source:manifest=C:\temp\customManifest.xml -dest:package=c:\temp\package_local_gacAssembly.zip
And the error:
Error: Object of type 'manifest' and path 'C:\temp\customManifest.xml' cannot be created.
Error: The library 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
Error: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
Error count: 1.
Hope someone can help
Regards
Søren