Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
And here is the line of code where it is failing.
Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
I would really love to use AJAX tools on my ASP application. I am not having any issues with VB.net work JAVA Scripts. As I understand it AJAX is simply JAVA scripts. But apparently, my hosting site needs something more. Is there a simple solution to this? I have been down this path before and the solutions started getting complex. Since it is a shared server I do not have access to the root folder or ISS services.
Anyone have any knowlege of what the problem is and a simple solution I would greatly apprecate it.