I have been working with AJAX extensions for some time now. I recently moved jobs and started working on a different project. I remember that in my previous position I had a problem with Visual Studio 2008 working with AJAX and .NET Framework 3.5 SP1. I do not remember the problem or the fix but I resolved the issue originally. Now, here at me new job, I had the exact same problem. What did I do this time you may ask? I searched frantically around the web for a resolution because I didn’t remember what I did last time to fix the problem. I found a lot of suggestions from removing wireless mouse (??) to reinstalling .NET 3.5 SP1 to restoring Visual Studio 2008 to initial install settings. None of which worked by the way. I thought I would let you know this time what I did to remedy the problem. First, the issue was I could not see the AJAX Toolkit in the VS toolbox. I saw the AJAX Extensions tab and it was populated but no luck with the toolkit. I had downloaded the AJAX binaries and extracted on my shared drive. I included the toolkit on my web project and it did not work. I tried several other things and to my disappointment didn’t work.
The solution you ask:
- Copy the ajaxcontroltoolkit.dll to a local folder on your c: drive.
- Then create a new tab and name it whatever you like (I named mine AJAX Toolkit).
- Then right click inside toolbox in VS and then choose items.
- After the popup shows itself choose browse button and browse to newly placed .dll file.
- The toolkit will start populating from there.
It will work. Hope this helped someone. Have fun coding and as always, if there are any questions or suggestions, they are welcome. Thank you.
