[CLOSED] Newtonsoft.json

  1. #1

    [CLOSED] Newtonsoft.json

    1.2 is using the version 3.5, newtonsoft latest version is 4.0 something...anyway we can make that agnostic?
    Last edited by Daniil; Nov 14, 2011 at 4:33 PM. Reason: [CLOSED]
  2. #2
    Well, you can get source code from SVN, replace Newtonsoft assemblies and rebuild Ext.Net solution
  3. #3

    NewtonSoft.JSON 4.0

    Inheritance security rules violated by type: 'Ext.Net.ExtControlDesigner'. Derived types must either match the security accessibility of the base type or be less accessible.

    I'm getting this error. I updated all 1.2 projects to 4.0 framework, replaced newtonsof dll in all projects,then recompiled...anyn ideas?
  4. #4
    Ext.Net 1.2 is designed for .NET 3.5, if Newtonsoft.Json 4.0 is configured for .NET 4.0 then it is better do not use it
    In any way, to avoid such exception under .NET 4.0 you can add the following line to AssemblyInfo.cs but I cannot guarantee that Ext.Net 1.2 will work correctly
    [assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]

Similar Threads

  1. [CLOSED] 'Newtonsoft.Json loading problem.
    By Bert76 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 06, 2013, 11:27 AM
  2. Replies: 1
    Last Post: Mar 26, 2012, 3:54 PM
  3. Replies: 14
    Last Post: Mar 02, 2012, 9:22 AM
  4. 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
  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