The following is an article about ajaxcontroltoolkit installation.Article, Thanks to the original author
Download ajaxcontroltoolkit
Http://ajax.asp.net/downloads/default.aspx? Tabid = 47
Http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx? Releaseid = 1425
The environment settings are as follows:
After downloading the aspajaxextsetup. MSI installation and update, this folder appears under your system disk (using disk C as an example:
C: \ Program Files \ Microsoft ASP. NET \ ASP. NET 2.0 Ajax extensions \ v1.0.61025
After installing this, we can create the Asp.net ajaxenabledwebsite, which is actually a template for the ajax.net website. However, we cannot use the Ajax control developed by Microsoft. You need to know how to use the ajax.net control.
Download the ajaxcontroltoolkit. The above two areSource codeOne is without sourceCodeToolkit. We recommend that you download the Toolkit with source code. Decompress the downloaded file:
C: \ Program Files \ Microsoft ASP. NET \ ASP. NET 2.0 Ajax extensions \ v1.0.61025 \ ajaxcontronltoolkit \
Double-click to run ajaxcontroltoolkit. sln.
Use vs2005 to open the SLN, compile the templatevsi project, and run the following command in c: \ Program Files \ Microsoft ASP. net \ ASP.. NET 2.0 Ajax extensions \ samplewebsite \ bin. DLL and ajaxcontroltoolkit. copy PDB
C: \ Program Files \ Microsoft ASP. NET \ ASP. NET 2.0 Ajax extensions \ binaries folder, so that we can use the ajax.net controls in vs2005.
Create an Ajax controltoolkitwebsite web project. Add a new tab named ajaxcontroltoolkit In the toolbar.
On this tab, right-click an item and choose items> browse to find the copied ajaxcontroltoolkit. dll and add it. In this way, the ajax.net control is successfully referenced in vs2005.