Michael, I put the new beta dll, but the error persist.
Error: unterminated regular expression literal
Source File: https://localhost/TlanticB2C/ajaxpro/core.ashx
Line: 367, Column: 1
Source Code:
*/
I paste below the code where the "breakpoint" is.
=============================================================================================
358 ...
359 if(this.xmlHttp.getResponseHeader("Content-Type") == "text/xml") {
360 r.value = this.xmlHttp.responseXML;
361 } else {
362 if(responseText != null && responseText.trim().length >
0) {
363 r.json = responseText;
364 eval("r.value = " + responseText + "*" + "/");
365 }
366 }
367 }
368 /* if(this.xmlHttp.getResponseHeader("X-" + AjaxPro.ID +
"-Cache") == "server") {
369 r.isCached = true;
370 } */
371 return r;
372 },
373 timeout: function() {...
=============================================================================================
Look for 368 line the comments. I not sure but for me the error maybe
be in this lines.
What you think?
On IE7 the message is only "Sintax Error".
Thanks.
Rogerio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
The open source project is now located at
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---