[CLOSED] Ext.Net JS errors from controls

  1. #1

    [CLOSED] Ext.Net JS errors from controls

    My project was rendering controls correctly. It has now started giving me js errors on all ext.net controls and the controls are not rendering. Latest version of FF, Chrome, IE

    Am I missing an assemble, resource, config? I checked and those items seem to be in place.

    
    
    ----------------Chart Control----------------
    
    SyntaxError: syntax error
        
    
    ...({"isMVC":true});Ext.onReady(function(){<#:anchor id='ext.net.global.script.befo...
    
        
     //<![CDATA[
    Ext.net.ResourceMgr.init({"isMVC":true});Ext.onReady(function(){<#:anchor id='ext.net.global.script.before' /><#:anchor id="init_script" /><#:anchor id='ext.net.global.icons' /><#:anchor id='ext.net.global.script.after' />});
    //]]> 
    
    ----------------Dashboard Control----------------
    
    SyntaxError: syntax error
        
    
    ...({"isMVC":true});Ext.onReady(function(){<#:anchor id='ext.net.global.script.befo...
    
        
    Dashboard (line 91, col 60)
    TypeError: s.prototype.styleHooks is not an object or null
        
    
    ...(l&&l.label?l.label.getBBox():{width:0,height:0}),w=20,t=10,s=10,r;if(!a.width||...
    
    WebRes...3604886 (line 18)
    SyntaxError: syntax error
        
    
    ...e,"ns":["cal"]});Ext.onReady(function(){<#:anchor id='ext.net.global.script.befo...
    
        
    Dashboard (line 264, col 60)
    TypeError: Ext.fly(...).addCls is not a function
        
    
    ...(l&&l.label?l.label.getBBox():{width:0,height:0}),w=20,t=10,s=10,r;if(!a.width||...
    Last edited by geoffrey.mcgill; Aug 26, 2013 at 10:46 PM. Reason: [CLOSED]
  2. #2
    Did you register Ext.Net http handler and http module in web.config? Please note that for IIS7 need to use system.webServer section instead system.web

Similar Threads

  1. [CLOSED] Field Errors help
    By jpadgett in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 19, 2013, 3:08 PM
  2. Errors upgrading from Ext.Net 1.0 to 2.0
    By yash.kapoor in forum 2.x Help
    Replies: 2
    Last Post: Nov 08, 2012, 3:10 AM
  3. Replies: 5
    Last Post: Jan 05, 2012, 10:03 AM
  4. Publish Errors
    By Juls in forum 1.x Help
    Replies: 2
    Last Post: Jun 16, 2009, 2:54 PM

Posting Permissions