Microsoft JScript runtime error: 'Ext' is undefined

Page 1 of 2 12 LastLast
  1. #1

    Microsoft JScript runtime error: 'Ext' is undefined

    Hi ,

    While running coolite application i am getting following.. javascript error.
    Microsoft JScript runtime error: 'Ext' is undefined.
    this error coming suddenly with out any changes in code and system.
    I checked this also http://forums.ext.net/showthread.php...1.aspx#bm27921 and changed web.cofig.but same error coming.

    please suggest me on this.

    Thanks ,
    satya
  2. #2

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi,

    It is mean that ExtJS file are inaccessable. Please see in the Fiddler or Firebug requests status. What the server returns when a browser requests the resources?
  3. #3

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi valdsch,

    Please help me how to chack the Fiddler or Firebug requests status.

    actually no changes made in code and system configuration.It works fine yesterday.

    what may be the issue.

    regards,
    satya

  4. #4

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi,

    1. Open page in the Firefox
    2. Activate Firebug
    3. Choose 'Net' tab in the Firebug
    4. In the 'Net' tab click on 'JS' button
    5. Refresh the page
    6. See request like 'GET ext.axd' (or 'GET coolite.axd' if you use 0.8.x)
    7. See status column for that requests
    8. You can expand each request and click 'Response' tab to see the server response
  5. #5

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi ,

    you are right ..
    In firebug request list does not have request like 'coolite.axd'.

    please advise me how to access ext files.

    Thanks,
    satya

  6. #6

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi,

    Can you create simple page (for example, place one Coolite button), run that page and see in the browser genereated html (View Source) ? Please post that generated html and web.config
  7. #7

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Thank you..valdsch,

    I attached that generated html and web.config,please check it.



  8. #8

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi,

    changed web.cofig.but same error coming.
    Your web.config doesn't contains Coolite http module. Please see the following post
    http://forums.ext.net/showthread.php?postid=15602.aspx


  9. #9

    RE: Microsoft JScript runtime error: 'Ext' is undefined



    yes ..i was added that handler and modules then my sample app is working fine.

    so actual application has problem with .ext. I used handlers and modules same as in sample application.But still has getting error "Microsoft JScript runtime error: 'Ext' is undefined.

    if possible plz check my actual config file and suggest me any corrections.

    Thanks for quick answers..
    Satya
  10. #10

    RE: Microsoft JScript runtime error: 'Ext' is undefined

    Hi,

    I did not understand from your last post about result.


    i was added that handler and modules then my sample app is working fine.
    I used handlers and modules same as in sample application.But still has getting error
    Is the problem resolved or not?


    You current config looks correcty for IIS6 (and less) and Coolite Toolkit 0.8.x


    What IIS do you use? Do you use 0.8.x toolkit version?
Page 1 of 2 12 LastLast

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: 2
    Last Post: Jul 18, 2011, 10:17 PM
  4. Replies: 3
    Last Post: Feb 14, 2011, 1:36 PM
  5. Replies: 7
    Last Post: Mar 11, 2010, 3:01 PM

Posting Permissions