Hi Roni, because the App_Code is compiled at runtime you cannot add those Ajax.NET classes to the urlNamespaceMappings. Put your source in separate libraries... I don't know if it is possible to specify an assembly name for App_Code, sorry.
Regards, Michael On 4/30/06, roni schuetz <[EMAIL PROTECTED]> wrote: > > hi again, > > i played around with that now and here an update of my prev. message: > > when i add following key into my web.config: > <add type="MergeSystem.FrontEnd.ErrorHandler,App_Code.tkndwocc" > path="myajax1"/> > > then it appears like it should: > <script type="text/javascript" > src="/MergeSystem.FrontEnd/ajaxpro/myajax1.ashx"></script> > > but how do i handle the issue with the changing names of app_code and > adapt this, i have no idea. > > Hopefully you know one. > > thanks, > roni schuetz > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
