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