I have read through the groups for an answer to my problem. Many
peoples get that problem and I think he's well documented but I can't
solve mine by applying these solutions.

I migrated an application from framework 1.1 with VS2003 to framework
2.0 on VS2005. I'm using AjaxPro.2.dll and Fiddler to try understand
what goes wrong. All was working well with .NET 1.1.

Fiddler says :
99      200     localhost       
/Intranet2005/ajaxpro/Intranet.Chercher,Intranet.ashx   0       private


So it's because this file is empty... as it was not on Framework 1.1.
How can I solve that? I already read that form a Mr. Schwarz message:

"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."

My AjaxMethods are in a separate library as my class "Chercher" is
called in index.aspx. But the other way, i.e. create namespace mappings
in web.config didn't work, possibly because i'm not able to code it
correctly. Can you help me plz?

Thanks and sorry for my english...
Fred


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

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/

The open source project is now located at 
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---

Reply via email to