I have just downloaded and installed the latest DLL (6.5.17.1) for
AjaxPro. I followed the web.config example for the .NET v1.1.4322
framework. As well, enabled full access to all of the location settings
for the DLL. I am using IIS 6.0 for an internet server.
For some reason, when I register my code to be used by AjaxPro, I keep
receiving a "Syntax Error" when viewing the application in IE 6.0.
Here is some code:
Default.aspx Page_Load>
- AjaxPro.Utility.RegisterTypeForAjax(GetType(Security))
Security Class>
- <AjaxPro.AjaxMethod()> Public Function IsValidUserName(ByVal
UserName As String) As Integer
'..my logic
Return 0
End Sub
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---