I know there have been previous similar old threads to this but I still keep getting this error message
Doesn't come up all the time but stops the project from building and therefore you cant run it
it always refers to the same sub on multiple pages
Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As Web.UI.AjaxRequestEventArgs)
various lines of code....
End Sub
And on the pages in question, in page load I have the following:
Dim manager As RadAjaxManager = RadAjaxManager.GetCurrent(Page)
AddHandler manager.AjaxRequest, AddressOf RadAjaxManager1_AjaxRequest
The project is running the latest extensions (2020.2.617) and i have been through the upgrade wizard
ANY HELP?
really starting to be a pain in the back side!