<?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: Latest Dropbox API with Newtonsoft.Json 12.0.3 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/480236#M24224</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm having the same issue. Dropbox.api keeps asking for newtonsoft.json version=7.0.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I've removed and readded the library a couple of times with the same effect&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 14:47:34 GMT</pubDate>
    <dc:creator>omarprogrammer</dc:creator>
    <dc:date>2020-12-17T14:47:34Z</dc:date>
    <item>
      <title>Latest Dropbox API with Newtonsoft.Json 12.0.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/474716#M24100</link>
      <description>&lt;P&gt;Hi, I am using the latest Dropbox API 5.5.0 in my C# project, I have Newtonsoft.Json 12.0.3 installed (as the dependency says Newtonsoft.Json (&amp;gt;= 7.0.1)). When I try to get the Access Token, I receive this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;/PRE&gt;&lt;P&gt;In my app config, I have this&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;dependentAssembly&amp;gt;
        &amp;lt;assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /&amp;gt;
        &amp;lt;bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /&amp;gt;
      &amp;lt;/dependentAssembly&amp;gt;&lt;/PRE&gt;&lt;P&gt;I can't downgrade my Newtonsoft.Json to version 6.0.0.0 because other packages require version 12.0.3. Is there any solution for this?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 00:01:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/474716#M24100</guid>
      <dc:creator>Jack2905</dc:creator>
      <dc:date>2020-12-01T00:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Dropbox API with Newtonsoft.Json 12.0.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/474896#M24105</link>
      <description>&lt;P&gt;I believe you should be able to use the&amp;nbsp;Dropbox library with&amp;nbsp;Newtonsoft.Json 12.0.3. (I just tried and it does seem to work for me.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We did&amp;nbsp;receive &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/228686/highlight/true#M12389" target="_self"&gt;a report like this a few years ago&lt;/A&gt;, but that was apparently resolved by using a binding redirect like you already have in place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's unclear why your error message is referencing version&amp;nbsp;6.0.0.0 though, since that version is neither supported by the&amp;nbsp;Dropbox library nor installed in your project, per your description.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's &lt;A href="https://stackoverflow.com/questions/22685530/could-not-load-file-or-assembly-newtonsoft-json-or-one-of-its-dependencies-ma" target="_self"&gt;a similar post here&lt;/A&gt;, which indicates it may help to reinstall the library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 16:05:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/474896#M24105</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-01T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Dropbox API with Newtonsoft.Json 12.0.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/475033#M24107</link>
      <description>&lt;P&gt;Apparently upgrading from the old Dropbox API to the latest version didn't delete the old Newtonsoft.Json package correctly (Visual Studio bugs maybe). I deleted all the packages and re-installed, and it seemed to work.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 23:26:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/475033#M24107</guid>
      <dc:creator>Jack2905</dc:creator>
      <dc:date>2020-12-01T23:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Dropbox API with Newtonsoft.Json 12.0.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/480236#M24224</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm having the same issue. Dropbox.api keeps asking for newtonsoft.json version=7.0.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I've removed and readded the library a couple of times with the same effect&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 14:47:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/480236#M24224</guid>
      <dc:creator>omarprogrammer</dc:creator>
      <dc:date>2020-12-17T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Latest Dropbox API with Newtonsoft.Json 12.0.3</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/480267#M24226</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1389411"&gt;@omarprogrammer&lt;/a&gt;&amp;nbsp;I included a few links that may help in my previous comment. Please review those for more information.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:01:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Latest-Dropbox-API-with-Newtonsoft-Json-12-0-3/m-p/480267#M24226</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-17T16:01:25Z</dc:date>
    </item>
  </channel>
</rss>

