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

The type or namespace name 'WebControls' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)

2 Answers 668 Views
Let's talk about telerik (the good and the bad)
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 27 Sep 2008, 08:04 PM
I am getting this message as a result of adding the line

using Telerik.WebControls;

Any idea how to fix that?

Thank you.

2 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 30 Sep 2008, 01:21 PM
Hello Stavros,

Telerik.WebControls is used for the"Classic" controls. If you're using RadControls for ASP.NET AJAX suite you should use using Telerik.Web.UI;.

Kind regards,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
L
Top achievements
Rank 1
answered on 05 Jun 2009, 03:55 AM
After add Using Telerik.Web.UI, it seem to be not working. So, I change to use: Telerik.Web.Examples, but I still get this error:  Could not load type 'Telerik.WebControls.EditorDialogControls.BaseDialogControl'. Any idea to solve it?
Tags
Let's talk about telerik (the good and the bad)
Asked by
Stavros
Top achievements
Rank 1
Answers by
Paul
Telerik team
L
Top achievements
Rank 1
Share this question
or