[CLOSED] Newtonsoft.Json 6.0.6.1

  1. #1

    [CLOSED] Newtonsoft.Json 6.0.6.1

    Good afternoon.

    I had to update the assembly version 6.0.6.1 Newtonsoft.Json and I get an error ext.net.

    I used the following but not working.

    <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
            <bindingRedirect oldVersion="1.0.0.0-6.0.6.1" newVersion="6.0.6.1" />
          </dependentAssembly>
    How I can fix it.

    thank you very much
    Last edited by Daniil; Nov 11, 2014 at 5:40 PM. Reason: [CLOSED]
  2. #2
    Hi

    You have to use Assembly version in bindingRedirect but you use Product version
    Assembly version is still 6.0.0.0
    http://msdn.microsoft.com/ru-ru/libr...v=vs.110).aspx

    So you need to use
    <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  3. #3
    Good morning.

    I need to use the version 6.0.6.1 for other reasons, and does not work for ext.net bindingRedirect.

    a greeting
  4. #4
    You can use 6.0.6, just use binding like in my previous post

Similar Threads

  1. Replies: 16
    Last Post: Oct 17, 2013, 7:17 PM
  2. Replies: 1
    Last Post: Mar 26, 2012, 3:54 PM
  3. NewtonSoft.Json V4.0.5.14411 /w Ext.Net V1.0.xxx.xxx
    By Daniel.Dority in forum 1.x Help
    Replies: 4
    Last Post: Mar 02, 2012, 9:21 AM
  4. [CLOSED] Newtonsoft.json
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 09, 2011, 2:26 PM
  5. [CLOSED] Newtonsoft.Json, "Could not load"
    By pkellner in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 24, 2009, 11:40 PM

Posting Permissions