Chevy Mark Sunderland

Chevy Mark Sunderland

  • NA
  • 188
  • 163.7k

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

Apr 4 2012 8:15 AM
Hi there, I hope your appreciated help.
First of all I must say that I am a newbie when it comes to net language.

This is my problem.

If try net page in localhost with visual studio the page working without problems, instead in windows server 2003 I have error.

Can you help me? thank you in advance.
Your help would be very appreciated

Server Error in '/' Application.
-------------------------------------------------------------------

Parser Error
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.

Source Error:


Line 4: <%@ Import Namespace="System.Configuration" %>
Line 5:
Line 6: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
Line 7:
Line 8: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Answers (5)