Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
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 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Main.aspx.vb" Inherits="ESS.Main" %>
Line 2:  <%@ Register Assembly ="AjaxControlToolkit" Namespace ="AjaxControlToolkit" TagPrefix ="cc1" %>
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


can anyone tell me what to do? :)
Thanks in advance
Posted
Updated 5-Jan-14 21:28pm
v2
Comments
Ankur\m/ 6-Jan-14 3:48am    
See if you have AjaxControlToolkit.dll in the bin folder of your virtual directory or in GAC.

1 solution

check for ajaxcontroltoolkit dll files first. next
regsiter ajaxtoolkit inside master page or on all the necessary web form. now try from your machine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900