Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to fix this error? the same dll working with other projects.
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Posted

Upgrading the Toolkit should be straightforward, a simple binary replacement: http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx.
 
Share this answer
 
Quote:
solution 1:
clear your temporary ASP.NET folder(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727(your vs version)\Temporary ASP.NET Files.)

solution 2:
if there is no data in the temporary folder of ASP.NET then simply
Delete all your dll from reference then add again.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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