[CLOSED] Ext.NET initialization script was not found

  1. #1

    [CLOSED] Ext.NET initialization script was not found

    I am getting the following error for a few users but not all of them. Have cleared caches etc. all using IE as browser.

    Stacktrace:
    at Ext.Net.ResourceHandler.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    
    Message=The Ext.NET initialization script was not found.
    Data=System.Collections.ListDictionaryInternal
    Just wondering where I might look?

    ResourceManager is in a master page thus:

    <ext:ResourceManager ID="ScriptManager1" runat="server" GZip="true" InitScriptMode="Linked">
    </ext:ResourceManager>
    Last edited by geoffrey.mcgill; Jul 15, 2010 at 11:18 PM.
  2. #2
    Hi,

    It can be if the browser requests initialization script again. We will investigate it, at this moment I can suggest to remove InitScriptMode="Linked" in the ResourceManager
  3. #3
    Hi Justin,

    This should be working now. An update from SVN would be required.

    Hope this helps.
    Geoffrey McGill
    Founder
  4. #4

    Exception message: The Ext.NET initialization script was not found.

    Quote Originally Posted by Vladimir View Post
    Hi,

    It can be if the browser requests initialization script again. We will investigate it, at this moment I can suggest to remove InitScriptMode="Linked" in the ResourceManager

    We have done changes as per following URL:

    http://sodeve.net/solved-ext-net-ini...was-not-found/

    We have done following changes in our web application project, We are using Ext.Net 1.5.1 SVN Revision:3492. but raised same error sometime.

    1. Find <extnet /> tag in Web.config. Ensure that initScriptMode value is ?Linked?
    2. For any other aspx/ascx pages that have <ext:ResourceManager /> tag, make sure that its initScriptMode value is ?Inline?

    Thanks

    With Regards
    Niraj Dave
  5. #5
    @nirajrdave - Please start a new thread. If you feel two threads are related, please feel free cross-link between the two.
    Geoffrey McGill
    Founder
  6. #6

    Exception message: The Ext.NET initialization script was not found

    Quote Originally Posted by geoffrey.mcgill View Post
    @nirajrdave - Please start a new thread. If you feel two threads are related, please feel free cross-link between the two.
    Due to some wrong IIS settings, we are facing these problems and application pool is recycled frequently.
    We have removed css/js/image files references from our code which are not exists in application folder (Using fiddler).
    Also, We have removed folder we have added (i.e. Ext.Net/Build/Ext.Net folder from Ext.Net Project).

    Please mark this solved.
  7. #7
    Hi nirajrdave,

    Thanks for the update.

Similar Threads

  1. Resource Handler / Ext.NET initialization
    By Justin_Wignall in forum 1.x Help
    Replies: 0
    Last Post: Jul 27, 2012, 8:30 AM
  2. [CLOSED] Combo initialization with no selection on window show.
    By FAS in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2012, 4:53 PM
  3. [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
  4. [CLOSED] [1.0] DisplayField Value initialization
    By smmille1 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 15, 2010, 11:31 PM
  5. [CLOSED] combo boxes initialization
    By alexp in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 04, 2010, 11:11 AM

Posting Permissions