Hi, enable the ms.ashx with the oldStyle/includeMsPrototype tag in web.config, see example web.config in download or changes.txt.
Regards, Michael On 6/15/06, Uday <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting the same problem. > > How to enable ms.ashx? > > Uday > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Michael Schwarz > Sent: Thursday, June 15, 2006 1:39 AM > To: [email protected] > Subject: [ajaxpro] Re: Problems with MS.ASHX > > > Hi, > > have you enabled the ms.ashx? > > Regards, > Michael > > On 6/14/06, Cal <[EMAIL PROTECTED]> wrote: > > > > I am also stuck on this one. I am trying it with VS2003 and > > AjaxPro.dll v6.5.17.1 > > > > I think I have configured everything like you suggested, and like I saw > > on that example page. I even changed > > "addNamespace("MS.Web.AutoComplete");" in autocomplete.js to: > > > > if(typeof MS == "undefined") MS = {}; > > if(typeof MS.Web == "undefined") MS.Web = {}; > > if(typeof MS.Web.AutoComplete == "undefined") MS.Web.AutoComplete = {}; > > > > This is how you suggested in the "addNamespace is removed from > > JavaScript code" post > > > (http://groups.google.nr/group/ajaxpro/browse_thread/thread/63f51a75147a928b > /97dfec8214fe9c49). > > But now that I have that working, I am getting an error saying 'Class' > > is undefined ... for this line in autocomplete.js: > > > > MS.Web.AutoComplete = Class.create(); > > > > Any ideas on how we should be doing this with the newer version of the > > dll? > > > > > > > > > > > > -- > 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] > > > > > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
