| 
		
	 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 6/9/2007 Posts: 98 
	 | 
		   
	     
		    Hi,
  When i enable the property CombineJSFiles="True" on the eoScriptManager i become some javascript error.
  The ScriptManager combine the Javascript files in the folder but the browser raises some error:
  ReferenceError: EO1136 is not defined EO1136.f.aso();
  Do you have an idee to fix it?
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 6/9/2007 Posts: 98 
	 | 
		   
	    
		    I have found the problem. This Script part is not rendered 
 
    
        Code: JavaScript
         
        //<![CDATA[
if (typeof(EO1136)=='undefined'){EO1136=new Object();EO1136.f=new Object();EO1136.g=new Object();EO1136.r=new Object();EO1136.g.a=EO1136.r;EO1136.r.getVersion=function(){return "11.36";};EO1136.r.getLoader=function(){return typeof(EO1136.g.d)!='undefined'?EO1136.g.d:null;};EO1136.r.getNS=function(){return "EO1136";};};
EO1136.r.product='EO.Web';
EO1136.r.form='aspnetForm';
EO1136.r.autoInit=false;
EO1136.r.handlerUrl='/eo_web.ashx';
//]]> 
     
 
if CombineJs is true
		  
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Thank you very much for the information. We have confirmed this to be a bug. We will fix it and post an update build as soon as possible.
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  We have posted a new build that should fix this problem. You can download it from our download page.
  Thanks!
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 6/9/2007 Posts: 98 
	 | 
		   
	     
		    I have tested and it works now after i delete all files in the eoScript folder...
  Thanks
		 
	 | 
 |