Hi,

do you have changed the JavaScript tags only, or did you also modify
web.config and the RegisterTypeForAjax calls?

Are the examples from http://www.ajaxpro.info/ working??

Regards,
Michael



On 5/17/06, sbeer <[EMAIL PROTECTED]> wrote:
>
> 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!
>
>
> >
>


-- 
Best regards | Schöne Grüße
Michael

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to