Click here to Skip to main content
16,021,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working in a project that needs Ajax modal popup extender.but i get an error while loading Ajax control toolkit.The error is as follows

VB
Error     Could not load file or assembly 'AjaxControlToolkit, Version=3.5.51116.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)    3


I searched a lot of links but i cant get the proper solution.Can anyone help me.Thank in advance,.
Posted

Check once do you have AjaxControlToolkit.dll in your bin folder. If not put it in there. The assembly (AjaxControlToolkit.dll) needs to be deployed to the Global Assembly Cache (GAC) or put in the \BIN folder of the site's folder.
 
Share this answer
 
Comments
Mohamed Mitwalli 17-Aug-12 14:14pm    
5+

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