[CLOSED] JavaScript Error

  1. #1

    [CLOSED] JavaScript Error

    Hi,

    I am using ext.net V1.5 version but when I compile project it gives an error on google chrome.
     Ext.reg('statusbar', Ext.ux.StatusBar); 
    Uncaught typeerror: object #<Object> has no method 'reg' "
    Why do I get this javascript error? Are there any setting to fix it?

    Best Regards
    Last edited by Daniil; Sep 03, 2012 at 5:03 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Maybe, the resources are not loaded.

    Did you not forget to set Ext.NET ResourceHandler in the Web.config?
    <httpHandlers>
      <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
    </httpHandlers>

Similar Threads

  1. [CLOSED] Javascript Error
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 18, 2012, 8:54 PM
  2. [CLOSED] IE8 javascript error
    By Edward in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 20, 2010, 7:16 PM
  3. [CLOSED] javascript error
    By alexp in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Mar 12, 2009, 10:59 AM
  4. Ext Undefined Javascript Error
    By mathec in forum 1.x Help
    Replies: 5
    Last Post: Jan 21, 2009, 1:17 PM
  5. [CLOSED] SVN JavaScript error
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 11, 2008, 6:53 PM

Posting Permissions