<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230514#M12541</link>
    <description>&lt;P&gt;&lt;A href="https://github.com/BMurri/WinPass" target="_blank"&gt;https://github.com/BMurri/WinPass&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Project to run is "KeePass" within the solution.&lt;BR /&gt;&lt;BR /&gt;Error is thrown in KeePass\Sources\DropBox\DropBoxUtils.cs line 12.&lt;BR /&gt;&lt;BR /&gt;Exact same error is thrown using real devices running Windows Mobile 10 and emulators running Windows Phone 8.1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;System.IO.FileNotFoundException
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Stack Trace: at Dropbox.Api.DropboxRequestHandlerOptions..ctor(DropboxClientConfig config, Stringoauth2AccessToken)
at Dropbox.Api.DropboxClient..ctor(String oauth2AccessToken, DropboxClientConfig config)
at KeePass.Sources.DropBox.List.RefreshList()
at KeePass.Sources.DropBox.List.OnNavigatedTo(Boolean cancelled, NavigationEventArgs e)
at KeePass.Utils.KeePassPage.OnNavigatedTo(NavigationEventArgs e) at Microsoft.Phone.Controls.PhoneApplicationPage.InternalOnNavigatedTo(NavigationEventArgs e) at Microsoft.Phone.Controls.PhoneApplicationPage.Microsoft.Phone.Controls.IPhoneApplicationPage.InternalOnNavigatedToX(NavigationEventArgs e) at System.Windows.Navigation.NavigationService.RaiseNavigated(Object content, Uri uri, NavigationMode mode, Boolean isNavigationInitiator, IPhoneApplicationPage existingContentPage, IPhoneApplicationPage newContentPage) at System.Windows.Navigation.NavigationService.Journal_NavigatedExternally(Object sender, JournalEventArgs args) at System.Windows.Navigation.Journal.OnNavigatedExternally(String name, Uri uri, NavigationMode mode) at System.Windows.Navigation.Journal.DoExternalNavigation(NavigationDirection direction, Boolean isResumeActivation, Boolean isRefresh) at System.Windows.Navigation.Journal.NavigateTo(NavigationDirection direction, Boolean isResumeActivation) at Microsoft.Phone.TaskModel.Interop.Task.FireOnNavigateTo(Int32 direction, BooleanisResumeActivation)Uri: /Sources/DropBox/List.xaml?token=****************&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Jul 2017 16:21:35 GMT</pubDate>
    <dc:creator>BMurri</dc:creator>
    <dc:date>2017-07-05T16:21:35Z</dc:date>
    <item>
      <title>When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assembly</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230141#M12524</link>
      <description>&lt;P&gt;Working on upgrading a 8.1 winphone app to API v2 and we get an exception about not finding/loading the System.Net.Http assembly whenever the constructor for the DropboxClient is called. Tried installing the System.Net.Http NuGet package and it says none of my project types apply. Tried installing the Microsoft.Net.Http NuGet package and it tells me that the assembly it found can't be used (it finds a version 1.5.0.0 and it requires a 4.0.0.0). Installing the v2 api nuget package didn't depend on any other packages for our project types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? I've tried rebinding in app.config with no success. I've tried creating other project types for the system.net.http nuget package and can't get it to create a reference to one of its included assemblies using any incantation that applies to WinPhone (meaning I don't have a clear path to follow trying to subvert the system).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone else using DropBox with winphone 8.1 apps?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230141#M12524</guid>
      <dc:creator>BMurri</dc:creator>
      <dc:date>2019-05-29T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230454#M12536</link>
      <description>Can you share the code that causes the error, and the full error/output you're getting? Thanks in advance!</description>
      <pubDate>Mon, 03 Jul 2017 17:14:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230454#M12536</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-07-03T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230514#M12541</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/BMurri/WinPass" target="_blank"&gt;https://github.com/BMurri/WinPass&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Project to run is "KeePass" within the solution.&lt;BR /&gt;&lt;BR /&gt;Error is thrown in KeePass\Sources\DropBox\DropBoxUtils.cs line 12.&lt;BR /&gt;&lt;BR /&gt;Exact same error is thrown using real devices running Windows Mobile 10 and emulators running Windows Phone 8.1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;System.IO.FileNotFoundException
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Stack Trace: at Dropbox.Api.DropboxRequestHandlerOptions..ctor(DropboxClientConfig config, Stringoauth2AccessToken)
at Dropbox.Api.DropboxClient..ctor(String oauth2AccessToken, DropboxClientConfig config)
at KeePass.Sources.DropBox.List.RefreshList()
at KeePass.Sources.DropBox.List.OnNavigatedTo(Boolean cancelled, NavigationEventArgs e)
at KeePass.Utils.KeePassPage.OnNavigatedTo(NavigationEventArgs e) at Microsoft.Phone.Controls.PhoneApplicationPage.InternalOnNavigatedTo(NavigationEventArgs e) at Microsoft.Phone.Controls.PhoneApplicationPage.Microsoft.Phone.Controls.IPhoneApplicationPage.InternalOnNavigatedToX(NavigationEventArgs e) at System.Windows.Navigation.NavigationService.RaiseNavigated(Object content, Uri uri, NavigationMode mode, Boolean isNavigationInitiator, IPhoneApplicationPage existingContentPage, IPhoneApplicationPage newContentPage) at System.Windows.Navigation.NavigationService.Journal_NavigatedExternally(Object sender, JournalEventArgs args) at System.Windows.Navigation.Journal.OnNavigatedExternally(String name, Uri uri, NavigationMode mode) at System.Windows.Navigation.Journal.DoExternalNavigation(NavigationDirection direction, Boolean isResumeActivation, Boolean isRefresh) at System.Windows.Navigation.Journal.NavigateTo(NavigationDirection direction, Boolean isResumeActivation) at Microsoft.Phone.TaskModel.Interop.Task.FireOnNavigateTo(Int32 direction, BooleanisResumeActivation)Uri: /Sources/DropBox/List.xaml?token=****************&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:21:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230514#M12541</guid>
      <dc:creator>BMurri</dc:creator>
      <dc:date>2017-07-05T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230515#M12542</link>
      <description>To build, you will need to copy the KeePass\Utils\ApiKeys.cs, renaming it ApiKeys.release.cs (in same folder), remove the lines starting with '#', and supply the appropriate keys &amp;amp; secrets.</description>
      <pubDate>Tue, 04 Jul 2017 03:05:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230515#M12542</guid>
      <dc:creator>BMurri</dc:creator>
      <dc:date>2017-07-04T03:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230834#M12564</link>
      <description>Thanks! We'll look into it.</description>
      <pubDate>Wed, 05 Jul 2017 16:21:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/230834#M12564</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-07-05T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/238978#M13248</link>
      <description>Any update? End of September is approaching...</description>
      <pubDate>Mon, 28 Aug 2017 20:24:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/238978#M13248</guid>
      <dc:creator>BMurri</dc:creator>
      <dc:date>2017-08-28T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/238981#M13250</link>
      <description>I don't have an update on this right now. I'll check in with the team.</description>
      <pubDate>Mon, 28 Aug 2017 20:29:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/238981#M13250</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T20:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244350#M13746</link>
      <description>It's the end of September and this issue has still not been addressed. This is piss-poor support. I'm open to me doing something wrong, but I need your help because it's your code where the error is surfacing and you don't provide sources/symbols nor other helps to diagnose the issue.&lt;BR /&gt;&lt;BR /&gt;Now the product doesn't work with DropBox, as the v1 api has been turned off, and the v2 api doesn't run in an environment tagged in the nuget package this error is produced in. No alternative workaround has been provided, except to drop DropBox.&lt;BR /&gt;&lt;BR /&gt;We have done all we can up to this point to migrate. Please either make v1 available to our product until we've had a reasonable opportunity to react to the response we still have not received from you, or please explain why you only pay lip service to your developer ecosystem.</description>
      <pubDate>Sat, 30 Sep 2017 01:20:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244350#M13746</guid>
      <dc:creator>BMurri</dc:creator>
      <dc:date>2017-09-30T01:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244585#M13767</link>
      <description>Apologies for the delay here. This is still open with engineering, but I don't have an update yet.&lt;BR /&gt;&lt;BR /&gt;We'll be happy to offer an extension to API v1 though. Please open an API ticket with the relevant app key(s) for that:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Mon, 02 Oct 2017 02:15:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244585#M13767</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-02T02:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244801#M13824</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/430121"&gt;@BMurri&lt;/a&gt;&amp;nbsp;Can you try&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/releases/tag/v4.4.1" target="_self"&gt;v4.4.1&lt;/A&gt; and let me know if that does or doesn't fix the issue for you?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 00:15:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/244801#M13824</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-03T00:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/251189#M14450</link>
      <description>Hi I am a simple user waiting for you profs to make winpass workvagain with dropbox. Any progress or Hope ?</description>
      <pubDate>Sun, 05 Nov 2017 12:40:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/251189#M14450</guid>
      <dc:creator>kremesko</dc:creator>
      <dc:date>2017-11-05T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/251353#M14457</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/534013"&gt;@kremesko&lt;/a&gt;&amp;nbsp;This thread is for programmers experiencing a specific issue when creating API applications. It sounds like you're not a programmer running in to this particular issue, so you'd be better served by opening a thread in another section of the forum, e.g., &lt;A href="https://www.dropboxforum.com/t5/Error-messages/bd-p/101001006" target="_self"&gt;Error messages&lt;/A&gt;. Or, if you're having trouble with a particular third party application, you should contact the developers of that application.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 15:41:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/251353#M14457</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-06T15:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: When creating DropboxClient I'm getting an unable to find System.Net.Http, Version=4.0.0.0 assem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/264688#M15506</link>
      <description>&lt;P&gt;Sorry, disregard below, unless you are getting an issue where it cannot find reference to&amp;nbsp;System.Diagnostics.DiagnosticSource Version="4.0.0.0" when you create a dropox api client.&amp;nbsp; I misread the package error you were getting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After much frustation. I was able to solve this issue.&amp;nbsp; I had to install two nuget packages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&amp;lt;PackageReference Include="Dropbox.Api" Version="4.7.0" /&amp;gt;&lt;BR /&gt; &amp;lt;PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="2.0.0" /&amp;gt;&lt;BR /&gt; &amp;lt;PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.4.1" /&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After referencing both DiagnosticSource and DiagnosticAdapter I was able to get the api working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bests,&lt;/P&gt;&lt;P&gt;Jared&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 04:05:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/When-creating-DropboxClient-I-m-getting-an-unable-to-find-System/m-p/264688#M15506</guid>
      <dc:creator>jronnen7</dc:creator>
      <dc:date>2018-02-13T04:05:17Z</dc:date>
    </item>
  </channel>
</rss>

