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 :-)