Perhaps this thread does not belong on the telerik site, as it is not an issue or concern with their product. Just the same, I have run into an annoying problem and would appriciate any advice.
I am using telerik ASP.NET Ajax controls to build DNN modules. By preference I use the WAP model for developing these modules. Please keep in mind that I am an old C++ developer and am fairly new to ASP.NET, C#, and User Controls. Regardless of my lack of experience, I am able to create these modules using Rad Controls. I have one issue. I always receive a build error, Error 1 The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. ....
The auto generated file, *.ascx.designer.cs contains declarations of Rad controls that are not found. I have been simply deleting these from the ascx.designer file and it then compiles without error. In addition, they run without problem.
My concern is I am deleting things without knowing fully their purpose. This leads my to ask the following question.
1) What is the purpose of the ascx.designer files
2) What do I need to change so that when this is generated, rad controls are found in the assbly
I am using telerik ASP.NET Ajax controls to build DNN modules. By preference I use the WAP model for developing these modules. Please keep in mind that I am an old C++ developer and am fairly new to ASP.NET, C#, and User Controls. Regardless of my lack of experience, I am able to create these modules using Rad Controls. I have one issue. I always receive a build error, Error 1 The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. ....
The auto generated file, *.ascx.designer.cs contains declarations of Rad controls that are not found. I have been simply deleting these from the ascx.designer file and it then compiles without error. In addition, they run without problem.
My concern is I am deleting things without knowing fully their purpose. This leads my to ask the following question.
1) What is the purpose of the ascx.designer files
2) What do I need to change so that when this is generated, rad controls are found in the assbly