Hi all,
I've searched in the ASP.Net and AJAX forums but I can't see any matches to this issue. The reason I'm posting in the ASP.NET forum is that the Error is being caused by my ASP.NET designer page.
Myself and another developer are both working on different parts of a web project. We are supposed to have a standard build of the same OS and we are both using Visual Studio 2013 Premium Update 4. We have both downloaded and installed the same AJAX tool kit. We have the same references (same solution) etc. But when I add an AJAX control to a webpage, (any type of AJAX control script manager or Update panel etc.) I get an error from the designer saying something like Type System.Web.UI.WebControls.UpdatePanel is not defined
When My fellow developer adds a control on his machine the reference in the designer points to **System.UI.UpdatePanel ** and if I alter my designer page by hand to the same namespace, it works but then if I make any change to the ASP.net page, the designer page is regenerated with the wrong reference. We have checked everything we can and we are using the same versions of everything we know.
Does anyone have an idea what is causing this?