Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,
I have found this error when i upload my project on server so please help me to solve this issue.




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 2:      EnableEventValidation="false" %>
Line 3:
Line 4:  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>
Line 5:
Line 6:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Source File: /modv/default.aspx    Line: 4

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Posted
Comments
[no name] 15-Jul-14 9:31am    
"The system cannot find the file specified" which part did you not understand?
Member 8089110 15-Jul-14 9:56am    
but how solve this problem.I already give reference ajax toolkit and also when i run local server means visual studio program runs smoothly but when i upload project on server i found many bugs just like "The type or namespace name 'db_handler' could not be found (are you missing a using directive or an assembly reference?)" i upload project first time on iis server so please give me guidelines how to solve this problem.My senior sir told me we have change iis setting i cant get in why required change settings of iis if local server runs project smoothly.

Thanks in advanced !!
[no name] 15-Jul-14 10:12am    
If your system is saying that a file is missing, don't you think that it's reasonable to assume that you did not copy the file to the server? That's what "file missing" means.
Member 8089110 18-Jul-14 7:14am    
thanks to give me information.I have solve problem its.Actually this error occured due to need of iis configuration.

1 solution

check Is the AjaxControlToolkit.dll in the bin directory after you deploy the site?

see this for more information.. :)

ERROR Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies[^]

Could not load file or assembly 'Ajaxcontroltoolkit' or one of its dependencies. Access denied[^]
 
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