Rank: Member Groups: Member
Joined: 10/7/2008 Posts: 14
|
Hi I have an updatepanel with ChildrenAsTriggers="false" and an trigger to update the panel when the calendar month changes. In come cases it works, but in some cases I get the exception below.
I know you will want me to create a stand alone example of this problem, but that is very difficult in this case, can you look at the exception and give me any hints or ideas what coudl be causing this?
thanks Joel
uncaught exception: [Exception... "Illegal operation on WrappedNative prototype object" nsresult: "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame :: http://localhost/eo_script/eo.63f0775b-4c98-4355-afed-e8b407c6a3a9.js :: _eofi_fn :: line 6" data: no] eo_ASPNETAjaxPageLoading(Object _form=form#aspnetForm, Object _panelsUpdating=[1] _panelsDeleting=[8])eo.63f07...c6a3a9.js (line 6) createCallback()()ScriptRe...280000000 (line 5) createCallback()(Object _form=form#aspnetForm, Object _panelsUpdating=[1] _panelsDeleting=[8])ScriptRe...280000000 (line 5) BeginRequestEventArgs()(Object _webRequest=Object _responseAvailable=true)ScriptRe...280000000 (line 5) createCallback()()ScriptRe...280000000 (line 5) createCallback()(Object _webRequest=Object _responseAvailable=true, Object)ScriptRe...280000000 (line 5) createCallback()(Object)ScriptRe...280000000 (line 5) createCallback()()ScriptRe...280000000 (line 5) [Break on this error] function _eofi_a(){ if(_eofi_a.a==null){...le=eo_CancelBubble;eo_ModuleLoaded('i');
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We can not find anything just based on this exception information. What you can try is to check the code that triggers the update and delay it with setTimeout. If the problem persists, we do need a test page in order to look into it.
Thanks!
|
Rank: Member Groups: Member
Joined: 10/7/2008 Posts: 14
|
is there a setting to produce eo js that is not obfuscated? this would help me debug it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. It's always obfuscated in release build and there is no option to turn that off. Sorry about that!
|