visual studio 2015 - Nuget causing building problems -


i have fork project (nrefactory - https://github.com/icsharpcode/nrefactory) i'm not able build solution.

here's errors i'm getting vs

 severity    code    description project file    line error       command "c:\users\kavignon_developer\documents\github projects\github - open source projects\summerofcode_2015\\.nuget\nuget.exe restore -solutiondirectory .." exited code 9009.  icsharpcode.nrefactory6.csharp  c:\users\kavignon_developer\documents\github projects\github - open source projects\summerofcode_2015\icsharpcode.nrefactory.csharp\icsharpcode.nrefactory6.csharp.csproj   599 

from posts

  1. nuget.exe install error 9009 - downloaded git repo won't build - mono--runtime=v4.0.30319

  2. nuget install exit code 9009

i have figured nuget faulty or missing. after getting nuget manager solution, nuget proposed fix missing packages in solution. thought great option said yes. thing is, did not change situation. have rebuild , cleaned solution did not have impact.

some might tell me don't have nuget executable, how manage install nuget package without ? plus, going through search function within windows, able find .exe of nuget.

what supposed done here? i'm using visual studio 2015 ctp 6. have no choice i'm working new feature in vs.

there indeed bug, mentioned user in comments (spike), within nuget executable. looks borked installation of nuget. way found rid of reinstall os (please save before precious data) , install again visual studio 2015 rc or more date version of visual studio.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -