Welcome Guest Search | Active Topics | Sign In | Register

ScriptManager CombineJSFiles error Options
Philipp Jenni
Posted: Sunday, January 5, 2014 9:18:30 AM
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?
Philipp Jenni
Posted: Sunday, January 5, 2014 9:31:29 AM
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
eo_support
Posted: Sunday, January 5, 2014 2:04:58 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
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.
eo_support
Posted: Tuesday, January 7, 2014 9:36:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

We have posted a new build that should fix this problem. You can download it from our download page.

Thanks!
Philipp Jenni
Posted: Tuesday, January 7, 2014 5:39:42 PM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.