Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My aspx page have a assembly problem error: could not load assembly file ajaxtoolkit version:3.5 or could not load one of dependencies ,the parameter is incorrect i have tried many times, page loaded successfully but issues is page assembly error
Posted
Updated 14-Dec-11 21:01pm
v2
Comments
Shahriar Iqbal Chowdhury/Galib 15-Dec-11 3:01am    
updated spelling and formatting

"ajaxtoolkit version:3.5.dll" not exist in your web.comfig or GAC folder (C:\windows\assembly)

1. Add Ajaxtoolkit dll to the bin folder.
2. Add ajax tags in web.config.
3. Granting full rights to the "Temporary ASP.NET Files" folder with "Nerwork services" user in security. give full rights.
 
Share this answer
 
Add reference to ajaxtoolkit dll to your website.

Go through these links
http://forums.asp.net/p/1125637/1769670.aspx[^]

http://forums.asp.net/p/1417382/3129989.aspx[^]

This[^]
 
Share this answer
 
v3

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