I've duly added the HTTP handlers as described in the help to my
SharePoint 2003 server's web.config file:
<httpHandlers>
<add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
</httpHandlers>
I've also deployed the AjaxPro.2.dll to that server's \bin subfolder.
And I've tried to mark the AjaxPro assembly as "safe" for SharePoint in
this manner (also in the web.config):
<SafeControl Assembly="AjaxPro" Namespace="AjaxPro"
TypeName="*" Safe="True" />
However, when my Web Part page fails with this error message:
Could not load file or assembly 'AjaxPro' or one of its
dependencies. The system cannot find the file specified.
<add verb="*" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
Did I miss a step somewhere? Maybe AjaxPro just doesn't work with
SharePoint?
Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---