Closed GoogleCodeExporter closed 9 years ago
Newtonsoft.Json is a Nuget Package. This is typically downloaded for you
automatically when you build the application, as specified in packages.config.
If it is not, you'll need to install it manually, or turn on automatic package
download in Visual Studio.
To enable automatic package updates, just right click on your solution /
project and click "Enable NuGet Package Restore". That should solve the above
package errors.
To install manually, just open up your package manager console and run :
"Install-Package Newtonsoft.Json" (no quotes). You can install any Nuget
packages this way.
Original comment by nuoni...@gmail.com
on 20 Nov 2013 at 8:51
Actually this seems to be your root issue :
http://stackoverflow.com/questions/7684398/the-packages-element-is-not-declared
Original comment by nuoni...@gmail.com
on 20 Nov 2013 at 8:56
Original issue reported on code.google.com by
apachel...@gmail.com
on 9 Sep 2013 at 4:36