0

I do not have access to Internet for couple of hours and I need to start a project using VS 2015 community version.

  • Newtonsoft.Json
  • Esri.ArcGISRuntime.WPF

I already have theses two assemblies on previous projects so can you please let me know how I can use those existing assemblies on my new project? or is there any way to add them to my new project in offline mode?

Behseini
  • 6,066
  • 23
  • 78
  • 125
  • you can add new source to NuGet Package manager to local source.in visual studio: Tools>Options>Nuget Package Manager>Package Source – Hamed Javaheri Sep 20 '17 at 05:07
  • 1
    Why do you need Nuget when you got them already in your machine locally? You can go to the properties of those two assemblies in Visual Studio and navigate to their physical path, copy them and add them to your project's bin/debug folder. Then just add the references and build. – Souvik Ghosh Sep 20 '17 at 05:08
  • Possible duplicate of [Is there a way to download packages from nuget.org then do an offline installation into Visual Studio?](https://stackoverflow.com/questions/8120289/is-there-a-way-to-download-packages-from-nuget-org-then-do-an-offline-installati) – Ramankingdom Sep 20 '17 at 06:17

0 Answers0