Help for error:run-time error of Microsoft JScript: 'Ext' not defined

  1. #1

    Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    Hi all,
    i am new of coolite i recive an error when try my first tutorial
    run-time error of Microsoft JScript: 'Ext' not defined.
    I don't understand why.
    Please help me
    Thanks a lot
    Fabrizio (Florence,Italy)
  2. #2

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    There can be many cause for this. Can you post a small sample? Most likely, the Coolite scripts are not sent to the client. Did you include the script manager on your page?
  3. #3

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    i have the same problem, but my application runs well in one server, when i install the application in a new server there is the problem, it send to me 'Ext' is not defined
  4. #4

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    I found the solution, I changed application pools in IIS
    Thaks a lot
    Fabrizio
  5. #5

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined




    Is your new server running IIS7? Please read the Readme.txt file for web.config instructions. You may be missing the necessary sections in your web.config for the httphandlers.
  6. #6

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    Is Windows 2003 server is using IIS 6, Fabrizio, could you explain me more your solution?

    thanks
  7. #7

    RE: Help for error:run-time error of Microsoft JScript: 'Ext' not defined

    this is the httphandler section




    <httpHandlers>


    <remove path="*.asmx" verb="*" />


    <add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFact ory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />


    <add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFact ory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />


    <add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />


    <add path="*/coolite.axd" verb="*" type="Coolite.Ext.Web.ResourceManager" validate="false" />


    <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />


    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />


    </httpHandlers>

Similar Threads

  1. Replies: 2
    Last Post: May 08, 2012, 3:34 PM
  2. Replies: 5
    Last Post: Mar 16, 2012, 2:47 PM
  3. Replies: 0
    Last Post: Sep 29, 2011, 4:46 PM
  4. Replies: 4
    Last Post: Jan 25, 2011, 10:39 AM
  5. Microsoft JScript runtime error
    By kiran malgi in forum 1.x Help
    Replies: 4
    Last Post: May 27, 2010, 1:28 AM

Posting Permissions