[OPEN] [#734] The Ext.NET initialization script was not found

Page 1 of 2 12 LastLast
  1. #1

    [OPEN] [#734] The Ext.NET initialization script was not found

    At ResourceHandler's ProcessRequest method, intermittently, the following exception is being thrown: The Ext.NET initialization script was not found.

    Is anyone facing the same?
    Last edited by Daniil; Feb 25, 2015 at 9:23 AM. Reason: [OPEN] [#734]
  2. #2
    Hi Raphael,

    Yes, we have seen this issue before. Though, we have not been able to reproduce it consistently and investigate in details.

    The only thing we were able to determine is that it seems to be reproducible only with this setting:
    <ext:ResourceManager runat="server" initScriptMode="Linked" />
    If you have that setting, please try to remove or change to the default Inline and retest.
    Last edited by fabricio.murta; Sep 04, 2015 at 3:37 AM. Reason: Fix case on initScriptMode mention (this is case sensitive)
  3. #3
    It is not a bother at all. I am gonna keep ResourceManager's InitScriptMode set to Linked, so i might be able to find how to reproduce it.

    I will keep you posted about any update
  4. #4
    If you are able to come up with a scenario how to reproduce it consistently, it would be a great help for us.
  5. #5
    For all of us.
  6. #6
    Project output at the moment that it was raised.
    /SandBox/    13:37:07
    /SandBox/Login/Login/?ReturnUrl=%2fAC%2f    13:37:07
    /SandBox/Login/Login/    13:37:07
    /SandBox/extjs/packages/ext_theme_gray/build/resources/ext-theme-gray-all-embedded-css/ext.axd?v=20665    13:37:14
    /SandBox/extnet/locale/ext-locale-pt-BR-js/ext.axd?v=20665    13:37:14
    /SandBox/extnet/extnet-all-js/ext.axd?v=20665    13:37:14
    /SandBox/extnet/extnet-init-js/ext.axd?97a0f80a846a42cfb326202bc8f8a111    13:37:14
    /SandBox/extjs/ext-all-js/ext.axd?v=20665    13:37:14
  7. #7
    I found how to reproduce it:

    Go to Project Settings and on Web region, select IIS Express as the server.

    Go to web.config and set initScriptMode to Inline
    <extnet initScriptMode="Inline" />
    Run the project

    Go to web.config and set initScriptMode to Linked Don't stop the project.
    <extnet initScriptMode="Linked" />
    You will be prompted
    Click image for larger version. 

Name:	wd001.png 
Views:	3 
Size:	4.5 KB 
ID:	20212
    Click Yes

    Run the project again.
    Last edited by RCN; Feb 03, 2015 at 11:47 PM.
  8. #8
    "Inline" mode appear to be more stable on our site
    http://forums.ext.net/showthread.php...-in-web-config
  9. #9
    Ceihk, it may be related to initScriptMode, as Daniil stated on post #2 http://forums.ext.net/showthread.php...l=1#post242941

    We are trying to address this issue. We hope to come up with a solution soon.
    Last edited by RCN; Feb 04, 2015 at 2:51 AM.
  10. #10
    One more scenario
    • Go to Project Settings and on Web region, select IIS Express as the server
    • Run the project
    • Stop the project
    • Clen the project
    • Run the project (Exception is thrown)
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: Nov 20, 2013, 5:49 PM
  2. [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
  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] 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
  5. [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

Posting Permissions