I'm not the most experienced programmer so please excuse any information that is irrelevant here. Better for me to put as much detail down as I can.
I'm working with a team solution in Visual Studio 2013 on windows, and just recently we had some issues to do with NuGet packages. Another member of my team solved the issue by reinstalling a package "Microsoft.AspNet.WebApi". I have now pulled the latest version and it won't build on my machine, although it does on my team members machine.
It shows the error:
"Error 1 The command "mono --runtime=v4.0.30319
(projectdirectory)\.nuget\NuGet.exe install "packages.config" -source "" -
RequireConsent -solutionDir "(projectdirectory)"" exited with code 9009."
I have found semi-relevant posts about this and have checked the nuget.targets directory for the use of the solutionDir variable and in fact that whole file is up to date as per https://nuget.codeplex.com/SourceControl/latest#src/Build/NuGet.targets
I've also updated all NuGet packages and the packages.config file within the solution from both the package manager console and the manage NuGet packages window.
Does anybody understand why this 9009 error would be presenting/understand what is necessary to fix it?
Any help very much appreciated as more understanding of the area might help me to debug it also.
Thanks, JK