I'm getting a compiler error (cannot resolve symbol) when I try to reference the Telerik.WebControls namespace. I'm using Telerik.Web.UI file version 2011.3.115.35.
Was this code recently introduced in a newer version?
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 05 Jul 2012, 08:18 AM
Hello,
The proper namespace reference in your case is Telerik.Web.UI, instead of Telerik.WebControls. The latter was the namespace for the "classic" controls, RadControls for ASP.NET. According to the info provided I assume that you are using their successor, RadControls for ASP.NET AJAX. Probably your project used the classic ocntrols previously and that is why you have references to the old namespace. For more information on how to migrate, review the respecive topics available iunder each control section in the controls documentation. I am sharing this for the grid: http://www.telerik.com/help/aspnet-ajax/grid-migration-to-prometheus.html
Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.