Posted
on Feb 2, 2011
(permalink)
The ASP.NET website I've developed references the Telerik.Web.UI library, which is located in the bin directory and this site displays correctly. However, there is a separate PHP based application, stored in a subdirectory \blog, which doesn't reference or make use of the Telerik controls, has no bin directory and which displays the error message "Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified." when visited. Why would this separate application display the error message when the web.config for it's directory makes no reference to the Telerik library? More importantly, how can I resolve the error?