The question is if this assembly still is there. The problem when using jit compiling of aspx or ascx is that the assembly name will change with every change of the file. Put you AjaxMethods to a seperate library will help because of the not changing assembly name. The other way is to create namespace mappings in web.config.
Regards, Michael On 7/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Summary from fidller: > > ---------------------------------------------------- > # Result Host URL Body Caching Content-Type User-defined > 63 200 localhost > /mgxion.atlas/ajaxpro/controles_BoxFavorito,App_Web_zplp7rbc.ashx 0 > private > > ---------------------------------------------------- > > Raw Headers: > ----------------------------------------------- > HTTP/1.1 200 OK > Server: Microsoft-IIS/5.0 > Date: Sun, 16 Jul 2006 07:38:09 GMT > X-Powered-By: ASP.NET > X-AspNet-Version: 2.0.50727 > Cache-Control: private > Content-Length: 0 > ----------------------------------------------- > > > Michael Schwarz wrote: > > When using Fiddler, which http status do you get, 200 or 304? > > > > On 7/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > If you use fiddler you'll see that your ashx file is with 0 length. The > > > same is happening with my code. > > > > > > When I put my ajaxpro functions in a regular aspx page everything > > > works. Not sure if it's a bug or a problem with namespaces in .net 2.0. > > > > > > In net 1.1 everything is ok. > > > > > > > > > > > > > > > > > > > -- > > 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 -~----------~----~----~----~------~----~------~--~---
