PDA

View Full Version : AJAX Problem



VH-BIL
August 15th, 2010, 05:11 AM
How do you set up AJAX in in monodevelop I am getting the error


Warning: Parser failed with error The tag type 'asp:UpdatePanel' has not been registered.. CodeBehind members for this file will not be added.

I don't want to have to move the project to VisualStudio

VH-BIL
August 15th, 2010, 05:37 AM
I have managed to get the UpdatePanel registered with

<%@ Register assembly="System.Web.Extensions" namespace="System.Web.UI" tagprefix="asp" %>

But I am now getting a parse error:

System.Web.Compilation.ParseException: Property table not found in type System.Web.UI.UpdatePanel

VH-BIL
August 15th, 2010, 09:58 AM
*bump*