cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
From Dropbox Dash and Dropbox AI to seamless integrations with tools like Gmail, learn how Dropbox makes your day more efficient and easier, and how sci-fi is becoming reality here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

system.net.http missing

system.net.http missing

AndreCk
Explorer | Level 3

Hi All

I have a win forms app and am moving to using the v2 api (from NuGet)

My App targets the 4.6.1 framework for win64

 

On the dev box I have no issues. however I am finding that once deployed using click once an error is thrown when attempting to call Await client.Auth.TokenFromOauth1Async or any async function.

 

The error is 

Could not load file or assembly "system.net.http", version 4.1.1.1 .......

the system could not find the file specified

 

I have check and found the system.net.http is NOT included in the application files (perhaps its part of the framework 4.6.1 although I am not sure)

Anyway I have attempted to "link" the dll to the project and it is now included in the build but the error persists.

Does any one have any ideas please...what am i not seeing 🙂

 

 

Need more support?