Hi,
We use nuget to install DropBox Api using following command line in Visual Studio 2015 and developed windows application.
Install-Package Dropbox.Api
In developer machine everting working fine, but if build and deploy in vmware,we getting like
"Could not load file or assembly 'System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
Even debug folder got that dll.
Note: Errors throws in vmware.
Regards,
Aravind