<?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: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258156#M14978</link>
    <description>&lt;P&gt;i used your step but still now i get the same error ..... i try to upgrade the newtonsoft version 7.0 to 9.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drop.png" style="width: 377px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2121i6CB4F431E6C18CB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="drop.png" alt="drop.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drop1.png" style="width: 745px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2122i2DB712441DE06FA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="drop1.png" alt="drop1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;help me to solve this issue......&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2017 10:28:02 GMT</pubDate>
    <dc:creator>MathanKumar</dc:creator>
    <dc:date>2017-12-29T10:28:02Z</dc:date>
    <item>
      <title>Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/228678#M12388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the following run-time error when trying to upload a file to Dropbox using the DropBox.API for .NET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could not load file or assembly 'Newtonsoft.Json, Version=7.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;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Dropbox version I'm using is v4.0.30319 and it comes installed with NewtonSoft.Json version v7.0.1 but I've upgraded my version to v10.0.3. I've checked the Dropbox.API dependencies and it is stating that it should use NewtonSoft.Json v7.0.1 or higher which it is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The weird thing is that I upgraded weeks ago to 10.0.2 and never had any problems, certainly not related to not finding v7.0.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how I can resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/228678#M12388</guid>
      <dc:creator>tfierens</dc:creator>
      <dc:date>2019-05-29T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/228686#M12389</link>
      <description>&lt;P&gt;I managed to fix it, well thanks to StackOverflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the following to my app.config file in the Configuration section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;runtime&amp;gt;

  &amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;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-7.0.0.0" newVersion="10.0.0.0" /&amp;gt;

    &amp;lt;/dependentAssembly&amp;gt;

  &amp;lt;/assemblyBinding&amp;gt;

 &amp;lt;/runtime&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully, it will be of some help to others!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 15:25:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/228686#M12389</guid>
      <dc:creator>tfierens</dc:creator>
      <dc:date>2017-06-22T15:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/253131#M14606</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:40:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/253131#M14606</guid>
      <dc:creator>Bruce W.7</dc:creator>
      <dc:date>2017-11-17T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258156#M14978</link>
      <description>&lt;P&gt;i used your step but still now i get the same error ..... i try to upgrade the newtonsoft version 7.0 to 9.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drop.png" style="width: 377px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2121i6CB4F431E6C18CB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="drop.png" alt="drop.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drop1.png" style="width: 745px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2122i2DB712441DE06FA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="drop1.png" alt="drop1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;help me to solve this issue......&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 10:28:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258156#M14978</guid>
      <dc:creator>MathanKumar</dc:creator>
      <dc:date>2017-12-29T10:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258202#M14982</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/563940"&gt;@MathanKumar&lt;/a&gt;&amp;nbsp;Can you share the full error/output you're getting?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:53:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258202#M14982</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-29T15:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258449#M14993</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ff.png" style="width: 447px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2136iEA9A24F340E90F49/image-size/large?v=v2&amp;amp;px=999" role="button" title="ff.png" alt="ff.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2018 08:52:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258449#M14993</guid>
      <dc:creator>MathanKumar</dc:creator>
      <dc:date>2018-01-01T08:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258583#M14999</link>
      <description>Thanks! We'll look into it.</description>
      <pubDate>Tue, 02 Jan 2018 16:25:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/258583#M14999</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-02T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid version of Newtonsoft.json with Dropbox.API v4.0.30319</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/259822#M15116</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/563940"&gt;@MathanKumar&lt;/a&gt;&amp;nbsp;Unfortunately, it's not clear what the issue may be, and it's likely related to the particular project configuration. If you're still seeing this, please share a sample project that reproduces the issue so we can reproduce it and investigate. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:08:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Invalid-version-of-Newtonsoft-json-with-Dropbox-API-v4-0-30319/m-p/259822#M15116</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-10T19:08:09Z</dc:date>
    </item>
  </channel>
</rss>

