AjaxControlToolkit.dll in .NET 3.5 MVC application.
-
Hi, I am trying to use AjaxControlToolKit in .NET 3.5 MVC application but I am getting the error:- Could not load file or assembly 'AjaxControlToolkit.dll' or one of its dependencies. The system cannot find the file specified Following are the steps I performed:- 1)Added AjaxControlToolKit dll in bin folder 2)In aspx page <%@ Register Assembly="AjaxControlToolkit.dll" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>; Same code is running fine in .NET 3.5 if I don't go for MVC architecture. Please suggest some idea. Thanks.
-
Hi, I am trying to use AjaxControlToolKit in .NET 3.5 MVC application but I am getting the error:- Could not load file or assembly 'AjaxControlToolkit.dll' or one of its dependencies. The system cannot find the file specified Following are the steps I performed:- 1)Added AjaxControlToolKit dll in bin folder 2)In aspx page <%@ Register Assembly="AjaxControlToolkit.dll" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>; Same code is running fine in .NET 3.5 if I don't go for MVC architecture. Please suggest some idea. Thanks.
try to add a reference to the AjaxControlToolKit dll in your project