[CLOSED] The Ext.NET Mobile initialization script was not found.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] The Ext.NET Mobile initialization script was not found.

    Support,

    We have the following in our web.config file

    <extnetmobile licenseKey="zzz" initScriptMode="Linked" />
    Then the following in our aspx file
      <ext:ResourceManager runat="server"  />
    Everytime we do a deployment, we have a problem that the site doesnt load and clients complain. We get the error below in our server logs.

    We finally update the aspx to include InitScriptMode="Inline" within the resource manager and it works now.

    Can you please explain why and what the problem is? Why is Linked such an issue? Should I update the web.config also?

    /Z


    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 4/13/2018 10:42:36 AM
    Event time (UTC): 4/13/2018 2:42:36 PM
    Event ID: d08801188bce47eda8e8a60e1a0590fb
    Event sequence: 402
    Event occurrence: 55
    Event detail code: 0

    Application information:
    Application domain: /LM/W3SVC/1/ROOT/mobile-2-131680651060058657
    Trust level: Full
    Application Virtual Path: /mobile
    Application Path: C:\zzz\mobile\
    Machine name: HTPAP01

    Process information:
    Process ID: 7940
    Process name: w3wp.exe
    Account name: zzz\zzz

    Exception information:
    Exception type: InitializationScriptNotFoundException
    Exception message: The Ext.NET Mobile initialization script was not found.
    at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
    at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
    at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
    at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)




    Request information:
    Request URL: https://zzz.yyyy.com:443/mobile/extn...960290a5b5165b
    Request path: /mobile/extnet/extnet-init-js/ext-mobile.axd
    User host address: 10.1.0.18
    User:
    Is authenticated: False
    Authentication Type:
    Thread account name: zzz\zzz

    Thread information:
    Thread ID: 130
    Thread account name: zzz\zzz
    Is impersonating: False
    Stack trace: at Ext.Net.Mobile.ResourceHandler.ProcessRequest(Http Context context)
    at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
    at System.Web.HttpApplication.ExecuteStepImpl(IExecut ionStep step)
    at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)


    Custom event details:
    Last edited by fabricio.murta; Jan 24, 2020 at 5:11 PM.

Similar Threads

  1. [OPEN] [#734] The Ext.NET initialization script was not found
    By RCN in forum 3.x Legacy Premium Help
    Replies: 13
    Last Post: Feb 25, 2015, 10:07 AM
  2. Replies: 2
    Last Post: Nov 20, 2013, 5:49 PM
  3. [CLOSED] The Ext.NET initialization script was not found.
    By romeu in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 26, 2012, 10:58 AM
  4. [CLOSED] The Ext.NET initialization script was not found
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 19, 2011, 1:57 PM
  5. [CLOSED] Ext.NET initialization script was not found
    By Justin_Wignall in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 23, 2011, 10:10 AM

Posting Permissions