Hi all, I wanted to update my Ajax (5.6.3.4) to AjaxPro (6.5.15.2), but it doesn't work for whatever reason. I do not get any compilation errors, but Javascript errors on the client side due to missing objects/functions.
My original Ajax aspx code was: <script language="javascript" src="ajax/common.ashx"></script> <script language="javascript" src="ajax/MyNameSpace.availConnections,MyProject.ashx"></script> using the following httphandler in my web.config: <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax"/> For AjaxPro I changed the code to: <script language="javascript" src="AjaxPro/core.ashx"></script> <script language="javascript" src="AjaxPro/MyNameSpace.availConnections,MyProject.ashx"></script> using the following httphandler in my web.config: <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro"/> In the availConnections class I changed all Ajax objects into AjaxPro objects. On client side I now get the following JS-errors: "AjaxPro is not defined" in MyNameSpace.availConnections,MyProject.ashx and as consequence "availconnections is not defined". Any idea what I did wrong? Thanks for help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
