I installed AJAX extentions 1.0 and can see it ok in control panel List of programs. Then i downloaded 1. AJAXcontrolKit.zip 2. AJAXcontrolKitFramework3.5.zip.
Then I followed Configure Visual Studio 2005 and Visual Web Developer instructions below:
But in step 1 , Create a new web site... there is not a AJAX web site template under My Templates or Visual Studio Templates. I continued with the steps in the Configure and added the AJAX toolkit successfully. Then I did the Installing AJAX Control Toolkit Templates and intalled them successfull and see then in VWD2008.
BUT I still do not have AJAX templates under My templates or Visual Studio templates.
Following are instructions for Setting up environment.
What am I doing wrong?
Pauley
-------------------------------------------------------------------------------------------------------------------------
Setup your environment
Install binaries
- Install the latest ASP.NET AJAX Extensions 1.0 package
- Unpack the AJAX Control Toolkit into a folder on your computer
Configure Visual Studio 2005 and Visual Web Developer
- Create a new web site from the ASP.NET AJAX web site template by opening the "File" menu, clicking "New", "Web Site...", and picking "ASP.NET AJAX Web Site" under "My Templates"
- Right-click on the Toolbox and select "Add Tab", and add a tab called "AJAX Control Toolkit"
- Inside that tab, right-click on the Toolbox and select "Choose Items..."
- When the "Choose Toolbox Items" dialog appears, click the "Browse..." button. Navigate to the folder where you installed the ASP.NET AJAX Control Toolkit package. You will find a folder called "SampleWebSite", and under that another folder called "bin". Inside that folder, select "AjaxControlToolkit.dll" and click OK. Click OK again to close the Choose Items Dialog.
- You can now use the included sample controls in your web sites!
Installing AJAX Control Toolkit Templates
- In the folder where you installed the AJAX Control Toolkit package, you will find a folder called "AjaxControlExtender" with a file called "AjaxControlExtender.vsi" inside it - double-click AjaxControlExtender.vsi to install it
- Choose which templates you would like to install, then click "Next", then "Yes" to allow the unsigned content (note: as a public project, this content can't be signed by Microsoft), then "Finish"
- You have now installed the templates are ready to create your own Toolkit-based web site or ASP.NET AJAX Extenders!
Note: The AJAX Control Toolkit Extender Templates are for building extenders and controls and need Visual Studio C#/VB Express. The Toolkit Website Templates work with Visual Web Developer Express. If you have Visual Studio then all templates can be installed.