This is a migrated thread and some comments may be shown as answers.

Type not compatible error...

2 Answers 166 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Chet Watkins
Top achievements
Rank 1
Chet Watkins asked on 15 Dec 2008, 03:39 PM
I am trying to run an ASCX that is using RadControls through a an ASPX page in MOSS.  I followed steps on how to do this and also went through all the steps offered by Telerik for SharePoint to be able to see their controls and to use AJAX with .net 3.5. When I run the page, I get the following error.

"An error occurred during the processing of /_controls/MasterSchedule.ascx. The base class includes the field 'ddlReportEntity', but its type (System.Web.UI.WebControls.DropDownList) is not compatible with the type of control (Telerik.Web.UI.RadComboBox). "

Any ideas?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Hafeez
Top achievements
Rank 1
answered on 23 Feb 2012, 10:13 AM
did you find the solution, because i have the same one
0
Maria Ilieva
Telerik team
answered on 24 Feb 2012, 02:09 PM
Hello Chet,


Review the following online help article: General Troubleshooting. Make sure that you have the Telerik.Web.UI.WebResource handler in your web.config file.

Also please make sure you are using the right .NET build of the Telerik.Web.UI.dll assembly (.NET 2.0, 3.5 or 4.0 depending on your target framework). The .net version is the last number of the assembly version:
2009.2.826.20
2009.2 826.35



Regards,
Maria Ilieva
the Telerik team

Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Tags
Sharepoint Integration
Asked by
Chet Watkins
Top achievements
Rank 1
Answers by
Hafeez
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or