[CLOSED] Dll upgrade to 3.1

  1. #1

    [CLOSED] Dll upgrade to 3.1

    I have downloaded the latest 3.1 from the website and replace with old DLLs before i do that i have deleted OBJ and DEBUG folders. Now i can not compile my project basically all ext controls are giving errors also 2nd time i removed all the DLL s and try to install with nugget bu still no luck.
    Here is my webconfig

    
    <?xml version="1.0" encoding="utf-8"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
      <configSections>
     
        <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    
        <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false">
    
    
        </section>
      </configSections>
    
      <appSettings>
        <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
        <add key="ApplicationTitle" value="EXT_ERKAN" />
        <add key="aspnet:MaxHttpCollectionKeys" value="2001" />
        <add key="TextMessageUrl" value="https://app.simpletexting.com/v1/send" />
    
      </appSettings>
    
    
      <connectionStrings>
        <clear />
    
        <add name="DefaultCon" connectionString="Data source=*********;Initial catalog=***;user id=****;Password=****; Connection Timeout=30;" providerName="System.Data.SqlClient" />
        
      </connectionStrings>
    
      <system.web>
        <trust level="Full" />
        <webServices>
          <protocols>
            <add name="HttpGet" />
            <add name="HttpPost" />
          </protocols>
        </webServices>
        <authorization>
          <allow roles="Admin" />
        </authorization>
        <customErrors mode="Off">
          <error statusCode="403" redirect="wwwuserlogin.aspx" />
          <error statusCode="404" redirect="404.html" />
        </customErrors>
        <compilation debug="true" strict="false" explicit="true" targetFramework="4.5">
          <assemblies>
            <add assembly="AjaxcontrolToolkit, Version=4.1.51116.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" />
            <add assembly="System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
            <add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
            <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
            <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
            <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
            <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
            <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
            <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
          </assemblies>
        </compilation>
        <authentication mode="Forms">
          <forms loginUrl="~/wwwuserlogin.aspx" timeout="2880" />
        </authentication>
        <membership>
          <providers>
            <clear />
            <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="true" maxInvalidPasswordAttempts="50" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
          </providers>
        </membership>
        <profile>
          <providers>
            <clear />
            <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="DefaultCon" applicationName="/" />
          </providers>
        </profile>
        <roleManager enabled="true">
          <providers>
            <clear />
            <add connectionStringName="DefaultCon" applicationName="/" name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" />
            <add applicationName="/" name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" />
          </providers>
        </roleManager>
    
        <pages controlRenderingCompatibilityVersion="4.0" validateRequest="false" clientIDMode="AutoID">
          <controls>
            <add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" />
            <add tagPrefix="asp" namespace="System.Web.UI.DataVisualization.Charting" assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
            <add assembly="Ext.Net" namespace="Ext.Net" tagPrefix="ext" />
    
          
          </controls>
    
        </pages>
        <httpHandlers>
          <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
        </httpHandlers>
        <httpModules>
          <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
        </httpModules>
    
        <httpRuntime maxRequestLength="25000" requestValidationMode="2.0" />
    
    
      </system.web>
      <system.webServer>
    
        <staticContent>
          <remove fileExtension=".json" />
          <remove fileExtension=".woff" />
          <mimeMap fileExtension=".json" mimeType="application/json" />
          <mimeMap fileExtension=".woff" mimeType="application/x-woff" />
        </staticContent>
    
        <modules runAllManagedModulesForAllRequests="true">
    
    
          <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" />
        </modules>
        <httpErrors errorMode="Detailed" />
        <handlers>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />
          <remove name="UrlRoutingHandler" />
          <remove name="ChartImageHandler" />
          <add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    
    
        </handlers>
    
        <validation validateIntegratedModeConfiguration="false" />
      </system.webServer>
      <system.net>
        <mailSettings>
          <smtp from="noreply@maintelligent.com">
            <network host="173.248.149.66" password="+Enclave2012" userName="system" port="25" defaultCredentials="false" />
          </smtp>
        </mailSettings>
      </system.net>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
            <bindingRedirect oldVersion="1.0.0.0-5.0.7" newVersion="5.0.8" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23" />
            <bindingRedirect oldVersion="0.0.0.0-2.4.0.0" newVersion="2.5.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Transformer.NET" publicKeyToken="e274d618e7c603a7" />
            <bindingRedirect oldVersion="0.0.0.0-2.1.0" newVersion="2.1.1" />
          </dependentAssembly>
    
        </assemblyBinding>
      </runtime>
      <entityFramework>
        <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
      </entityFramework>
      <extnet theme="Default" licenseKey="***********" initScriptMode="Linked" />
    
    </configuration>
    Attached Thumbnails Click image for larger version. 

Name:	errorrr.png 
Views:	5 
Size:	29.1 KB 
ID:	22811  
    Last edited by Daniil; Mar 17, 2015 at 1:51 PM. Reason: [CLOSED]
  2. #2
    I have solved the problem by upgrading the target framework from 4.5 to 4.5.1. Please close the thread

Similar Threads

  1. [CLOSED] How to Upgrade from 1.x to 2.x
    By hidaextnet in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 22, 2013, 3:05 PM
  2. Replies: 7
    Last Post: Apr 29, 2013, 7:06 AM
  3. Replies: 5
    Last Post: Jan 12, 2012, 7:55 PM
  4. Upgrade fee to v2
    By Richardt in forum Licensing
    Replies: 1
    Last Post: Jul 15, 2011, 3:37 PM
  5. 2.0 upgrade fee
    By T3rryChan in forum Licensing
    Replies: 1
    Last Post: Jun 29, 2011, 3:40 PM

Posting Permissions