Answered by:
Which AjaxControlToolkit.dll Should Be used

Question
-
User989035446 posted
Hi,
I have downloaded Asp.Net Extension 1.0 and extract it.
Each AjaxControlToolkit.dll is keep in folder (ar,es,de,fr ... ) .There is also one AjaxControlToolkit.dll which is not inside any folder.
My question is which AjaxControlToolkit.dll should be used? I need to have all the AjaxControlToolkit.dll inside my bin folder? or I pick it according to my country? What if my web site is multilingual?
Help Please !!
Monday, January 10, 2011 4:32 AM
Answers
-
User541108374 posted
Hi,
first of all when you're using ASP.NET 2.0 together with the ajax extension 1.0 you need this version of the ajax toolkit as later versions aren't supported for 2.0: http://ajaxcontroltoolkit.codeplex.com/releases/view/11121.
You simply put all .dll in the /bin folder and also the localized subfolders (in the /bin folder).
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:38 AM -
User1007520750 posted
Hi
Just use the AjaxControlToolkit.dll file, that's it.
Amit
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:39 AM -
User541108374 posted
Hi,
I feel weird that since either one AjaxControlToolkit.dll will work, they there are so many AjaxControlToolkit.dll in the release?I'm afraid there's a miscommunication. It's the toolkit dll in the root that actually holds the code. The others, in the subfolders, are resource assemblies which hold translations for each localized version.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:57 AM
All replies
-
User541108374 posted
Hi,
first of all when you're using ASP.NET 2.0 together with the ajax extension 1.0 you need this version of the ajax toolkit as later versions aren't supported for 2.0: http://ajaxcontroltoolkit.codeplex.com/releases/view/11121.
You simply put all .dll in the /bin folder and also the localized subfolders (in the /bin folder).
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:38 AM -
User1007520750 posted
Hi
Just use the AjaxControlToolkit.dll file, that's it.
Amit
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:39 AM -
User989035446 posted
Hi XIII,Ambran
You are correct.I am currently using vb 2005 .NET Framework 2.0.I have try to import only 1 dll to my bin folder and it work.
I feel weird that since either one AjaxControlToolkit.dll will work, they there are so many AjaxControlToolkit.dll in the release?
Does any one has idea on this?
Monday, January 10, 2011 4:53 AM -
User541108374 posted
Hi,
I feel weird that since either one AjaxControlToolkit.dll will work, they there are so many AjaxControlToolkit.dll in the release?I'm afraid there's a miscommunication. It's the toolkit dll in the root that actually holds the code. The others, in the subfolders, are resource assemblies which hold translations for each localized version.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 10, 2011 4:57 AM -
User980519739 posted
Add reference of the file with name AjaxControlToolkit.dll
http://ajaxcontroltoolkit.codeplex.com/releases/view/43475
Monday, January 10, 2011 6:09 AM -
Monday, January 10, 2011 10:21 AM