Hello I am trying to package an azure cloud solution on a windows 2008 server machine from the commandline using cspack.exe, the azur packaging tool basically crashes with the error message below
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass embly 'Microsoft.ServiceHosting.Tools.MSBuildTasks, Version=1.0.0.0, Culture=neu tral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system ca nnot find the file specified. File name: 'Microsoft.ServiceHosting.Tools.MSBuildTasks, Version=1.0.0.0, Cultur e=neutral, PublicKeyToken=31bf3856ad364e35' at Microsoft.ServiceHosting.Tools.Packaging.Program.Main(String[] args)
The assembly Microsoft.ServiceHosting.Tools.MSBuildTasks is at the location C:\Program Files (x86)\MSBuild\Microsoft\Cloud Service\1.0\Visual Studio 10.0, so Im not sure why it is not being found
Any help would be appreciated