I am writing a website which uses Telerik MVC Extensions, and am getting an error on my test server when I get no such error on my development PC.
The error is ...
Web.config(101): error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
Here is the relevant line from the web.config file ...
<add namespace="Telerik.Web.Mvc.UI"/>
I have checked the bin folder on my test server and it does contain the Telerik.Web.Mvc.dll file. The test server is 2008R2.
Have I missed something really obvious here?