Opened one of my .Net 3.5 applications in Visual Studio 2008, created a new aspx page.When I drag and drop a control (any control) on to the form, nothing happens. No error messages. I spend several hours searching all the solutions but no result. After dragging, when I place the mouse on the form, the rectangle appears as if it is recognizing.
When I open a whole new solution, perform the same task on a new aspx page, it works fine. I campared both the forms, and there is no difference. Added the following on the aspx page. No result:
<%
@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
Thank you.