EXT.NET Beta2 Release 25 May

  1. #1

    EXT.NET Beta2 Release 25 May

    No work with Ext.Net.Utilities 2.0.1.

    No se puede cargar el archivo o ensamblado 'Ext.Net.Utilities, Version=2.0.0.189, Culture=neutral, PublicKeyToken=2c34ac34702a3c23' ni una de sus dependencias. La definición del manifiesto del ensamblado no coincide con la referencia al ensamblado. (Excepción de HRESULT: 0x80131040)
    I use Nuget to update of Beta1 to Beta2. And now No work =(
  2. #2
    Did you install latest Newton JSON?
    Version 4.5.5 or later is required

    Looks like this requirement has changed since Beta 1

    - Peter
  3. #3
    I had the same problem.
    I solved it by add lines to global Web.config.
    After update from 2.0.0-beta to 2.0.0-beta2:
    <dependentAssembly>
    <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-2.0.1.26920" newVersion="2.0.1.26920" />
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
    <bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.5.5" />
    </dependentAssembly>
    Modified:
    <dependentAssembly>
    <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-2.0.1.26920" newVersion="2.0.1.26920" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
    <bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.5.5" />
    </dependentAssembly>
  4. #4
    Hi,

    Ext.NET 2.0.0.beta3 has been pushed to NuGet, which should fix this problem.
    Geoffrey McGill
    Founder

Similar Threads

  1. .net 4.0 beta2 + coolite
    By sipo in forum 1.x Help
    Replies: 1
    Last Post: Sep 03, 2012, 11:21 AM
  2. Replies: 2
    Last Post: Jun 02, 2012, 7:45 AM
  3. Ext.NET 2.0 Release
    By Dominik in forum 2.x Help
    Replies: 2
    Last Post: Apr 24, 2012, 9:57 AM
  4. Hi,Can Tell Us The Day release V1.0
    By fancycloud in forum Open Discussions
    Replies: 0
    Last Post: Apr 28, 2010, 11:45 AM
  5. Replies: 2
    Last Post: Feb 21, 2010, 12:05 AM

Posting Permissions