Note: This article was originally published in 2011. Some steps, commands, or software versions may have changed. Check the current .Net documentation for the latest information.
The error message: “The base class includes the field , but its type (Telerik.Web.UI.RadGrid) is not compatible with the type of control (Telerik.Web.UI.RadGrid).” results when you try to perform an update of the .dlls a control is using and your application is expecting a different version of the .dlls. To resolve this issue go to all your directive and references to the libraries and make sure you update the version of the control or make it version agnostic.
Related Articles
- How to enable Session in a SharePoint 2010 Application page?
- How to make your Telerik controls work on a Custom SharePoint 2010 web application
- How to: turn off custom errors for debugging mode in SharePoint 2010 application pages
- Enumeration: What are the different SharePoint permission levels and their enumeration values?