One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Aravindb
5 years agoExplorer | Level 3
Dropbox Api not working inside VMWare
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
- Greg-DB
Dropbox Staff
Are you using the same version of Visual Studio and same project in both the developer machine and virtual machine? Given that this only happens inside the virtual machine, it sounds like there's an issue with the development environment in that virtual machine, in which case we may not be able to offer much support, as that's not about the Dropbox library itself.
These may be useful though:
- https://stackoverflow.com/questions/38408167/could-not-load-file-or-assembly-system-net-http-version-4-0-0-0-culture-neutr
- https://stackoverflow.com/questions/45333166/why-i-can-not-use-system-net-http-package-in-a-solution-with-system-net-http-ref
- https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/td-p/230141
- AravindbExplorer | Level 3
Hi , Thanks for reply,
Actually what i did, i developed windows application which is file upload in dropbox using dropbox app which i give dropbox Token.In developer machine (physical system) every thing working fine, Then what i did , i debug that window application and deploy in vmware which is not working,i mean n vmware no visuual studio, just i put .exe and its config file and i run that exe. It show error message which i mention in previous post.
Even what i did , i login same dropbox account inside vmware and open dropbox app and i take new token.
Note: Token i passed via app config. Same exe working in all other main pc, only problem in vmware.
Regards,
Aravind- Greg-DB
Dropbox Staff
Thanks for the additional information! I still can't say off hand exactly what the issue may be, so I recommend starting with the posts linked in my previous comment.
About Discuss Dropbox Developer & API
Make connections with other developers807 PostsLatest Activity: 12 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!