I seem to have gotten past that problem by bringing over the 1.1
version of AjaxPro.
I'm now getting this error:
Unable to cast object of type
'Microsoft.SharePoint.ApplicationRuntime.SharePointHandler'
to type 'System.Web.UI.Page'. at
AjaxPro.Utility.RegisterTypeForAjax(Type type)
Do any of you SharePoint guys have any idea how you make AjaxPro work
with SharePoint?
Specifically, I'm wondering the exact syntax you use with
RegisterTypeForAjax(). So far, I've tried all of these:
RegisterTypeForAjax(this.Page.GetType());
RegisterTypeForAjax(this.GetType());
RegisterTypeForAjax(this.Parent.GetType());
and even...
RegisterTypeForAjax(typeof(System.Web.UI.Page));
Any ideas? It's not like, in the SharePoint world, you know, at
design-time, the class name of the page that's hosting your web part.
Thanks very much.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---