"Unlicensed" message showing up...

  1. #1

    "Unlicensed" message showing up...

    I have been developing application since a bought the license almost 3 years ago and I didnt have problem since now.

    I have developed a new application and the "Unlicensed" message is showing every time I go in. If i refresh the page the message dissappears but after a while, if I reload the page it shows up again.



    I have copied the Web.config file to make sure that it is right, here is it:

    <system.web>
        <compilation debug="true" targetFramework="4.6.1"/>
        <httpRuntime targetFramework="4.6.1"/>
    
        <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
          <controls>
            <add assembly="Ext.Net" namespace="Ext.Net" tagPrefix="ext" />
          </controls>
          <namespaces>
            <add namespace="Ext.Net" />
            <!--<add namespace="Ext.Net.MVC"/>-->
          </namespaces>
        </pages>
        <httpHandlers>
          <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
        </httpHandlers>
        <httpModules>
          <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
          <add name="RaygunErrorModule" type="Mindscape.Raygun4Net.RaygunHttpModule" />
        </httpModules>
      </system.web>
    <extnet theme="Triton" licenseKey="My license code is here" initScriptMode="Linked" />
    PD: My other applications are working fine, dont know why is this happening
  2. #2
    Hi PascuV,

    You are likely using an Ext.NET 4x license key in an Ext.NET 5x application. Downgrading the app to any version of Ext.NET 4.x should solve the issue.

    Another option is purchasing a new license key which will enable development of Ext.NET 7x applications and all previous releases, such as Ext.NET 5x.
    Geoffrey McGill
    Founder
  3. #3
    okey, fixed
    Last edited by PascuV; Dec 17, 2020 at 8:58 AM.

Similar Threads

  1. [CLOSED] Error message Field="Name" in ext:PieSeries After upgrade
    By kevinhwang in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 17, 2013, 8:16 PM
  2. Message "unlicensed"
    By pedromotta in forum Licensing
    Replies: 9
    Last Post: Sep 17, 2012, 4:13 PM
  3. Replies: 2
    Last Post: Apr 05, 2012, 4:55 AM
  4. "Ext.NET is Unlicensed" error
    By Benny in forum Licensing
    Replies: 2
    Last Post: Dec 13, 2011, 5:34 AM
  5. Replies: 6
    Last Post: Nov 15, 2011, 2:02 AM

Posting Permissions