0

I am trying to move some existing webforms over to a new Web Application project type and they make use of the Telerik AJAX UI controls. I have installed the Telerik package and gone through their configuration steps (i.e. Convert to Telerik Web Application).

When I try and reference the controls via the using directive ...

using Telerik.Web.UI;

I get an error saying ..

The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)

What is confusing me is that the project has the references to the Telerik DLLs as shown below.

enter image description here

Why can't they be referenced?

webworm
  • 10,587
  • 33
  • 120
  • 217

1 Answers1

0

This reference can point to a wrong location or version of the assembly.

Please remove the reference and add it again.

Note that all Telerik assemblies should be taken from the same installer.

Rumen Jekov
  • 1,665
  • 2
  • 17
  • 19