I found the same problem at this group,but the date is 2005. I thought
the bug solved already.too bad lucy, I meet it in version 6.4.5.1 of
ajaxpro.dll for .net 1.1.
I keep encountering this problem and it seems sporadic. Meaning
sometimes it works and sometimes it doesnt. Any rate here is the bug
report:
I get a Microsoft JScript compilation error: syntax error
In file: core.ashx
in object: AjaxPro.Request.prototype
in method: createResponse: function() {
in line: eval("r.value = " + responseText + ";");
debugging this line finds that responseText=="", therefore it appears
that eval is trying to evaluate:
r.value = ;
Since i have IE in debug mode it causes the whole page to break on this
line and I must restart the application. Sometimes I get no response at
all.
yinxia
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---