This repository was archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
dnu restore says JSON.NET could not be found #1934
Copy link
Copy link
Closed
Description
When i restore packages i get this stack trace:
dylan@ubuntu-server:/var/www/Code/dylannet/vnext/dylan.NET.K$ dnu restore
Restoring packages for /var/www/Code/dylannet/vnext/dylan.NET.K/project.json
----------
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies
File name: 'Newtonsoft.Json'
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0xb41f5cc0 + 0x00035> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0xb41f4d20 + 0x000b7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0xb41f4c90 + 0x00084> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0xb41f4c40 + 0x0003f> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0xb44e96d0 + 0x0001f> 24246 in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<>c__DisplayClass72_0+<<ExecuteCommand>b__0>d.MoveNext () <0xb39075d0 + 0x00157> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0xb41f5cc0 + 0x00035> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0xb41f4d20 + 0x000b7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0xb41f4c90 + 0x00084> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0xb41f4c40 + 0x0003f> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0xb41f4c10 + 0x0001f> in <filename unknown>:0
at Microsoft.Framework.PackageManager.RestoreCommand+<ExecuteCommand>d__72.MoveNext () <0xb391b958 + 0x00787> in <filename unknown>:0
----------
Restore failed
Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies