SQL Server, T-SQL, ASP.NET, Javascript, SAP, ABAP Programming

Kodyaz Development Resources

Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.
Welcome to Kodyaz Development Resources Sign in | Join | Help

Eralper's Blog on Software Development



Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies.

I have got the following error when I tried to build an ASP.NET web site application.


Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.

I had registered the assembly by using the following code:

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxControl" %>

I have solved the problem after copying the AjaxControlToolkit.dll into the /bin folder of the web site application.

Published Monday, April 27, 2009 10:34 AM by eralper
Filed Under: , ,

Comments

No Comments
Anonymous comments are disabled
Copyright © 2004 - 2010 Eralper Yilmaz. All rights reserved.
Powered by Community Server, by Telligent Systems