kt87
kt87

Reputation: 51

Installation of ASP.NET AJAX Control Toolkit

I am working on a development project with a number of other individuals using TortoiseSVN. I followed http://www.asp.net/ajaxlibrary/act.ashx to install the toolkit.

I tried to have a look at the configuration for another project where Ajax control toolkit was installed however I have cannot get Ajax elements to appear in my solution explorer would anyone know why this might be? I had a look at this other person's solution explorer and they have the ajax control toolkit.dll, ajaxcontroltoolkit.pdb and other folders (ar, cs, de...) within a different type of folder (looks grey and has a cog symbol) called 'Bin'

I am using Visual Studio 2008, .Net Framework 3.5 and I tried the ajax control toolkit framework 3.5.

Can anyone offer some advice on what I have done wrong? Or can you provide another tutorial I can follow for the install

Thank you

Upvotes: 0

Views: 2828

Answers (1)

Pilgerstorfer Franz
Pilgerstorfer Franz

Reputation: 8359

  • Right click on your toolbox
  • Choose Elements a dialog window will load (lasts a few seconds - just be patient)
  • register .net frameworkComponents
  • Browse to your AJAX Toolkit folder and select AjaxControlToolkit.dll

That's it!

hth

Upvotes: 3

Related Questions