browse by category or date

ext.netMy recent project was a web project that connects the logistics needs of Richland’s customers with Richland’s logistics system. The project’s UI is using Ext.Net on top of ASP.NET MVC. It also uses Elmah for its logging purpose.

In the duration of the project, I did a lot of UI tests to ensure that the UI behave as I expected. It was then that I realize that I’ve been receiving many emails from Elmah reporting the exceptions that happened behind the screen.

elmah.email

After much digging in Ext.Net supports forum and did my own trials and errors, the following steps seem to work to rectify the issue.

  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”

Still unable to get rid this particular Exception? Drop a comment please. 🙂

GD Star Rating
loading...
[Solved] Ext.Net.InitializationScriptNotFoundException: The Ext.NET initialization script was not found, 4.0 out of 5 based on 1 rating

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

sodeve net

3 comments so far

Add Your Comment
  1. Hi,
    After changing as per this,still i am facing this issue of Exception type: InitializationScriptNotFoundException.

    • Jayesh,

      Are you using authorization? Would you mind post your Global.asax.cs here?

  2. hi,
    there is no problem to paste code here but we have not written any code related to authorization in global.asax.cs.