ASP.NET AJAX 1.0 Release Announced

by Nate on January 25, 2007

From ScottGu‘s blog: “ASP.NET AJAX is available for free, and can be used with ASP.NET 2.0 and VS 2005. It is a fully supported Microsoft product, and is backed by a standard 10 year Microsoft support license (with Microsoft Product Support available via phone 24 hours a day x 7 days a week).”

Also exciting is that the new release of the AJAX Control Toolkit – a set of free, shared-source controls for ASP.NET – has four new controls, including the Calendar Extender, Masked Edit Extender, Tab Container, and Auto Complete Extender. From the looks of it, development on the Control Toolkit will continue even after this final 1.0 release. You can download the Control Toolkit from CodePlex.

So, this seems to be the process for near-future development on the AJAX project (even though they have apparently already started work on the ASP.NET AJAX 2.0):

  • Bleeding-edge controls are released through the “Future” CTP, available for download at the
  • ASP.NET AJAX site

  • After these controls are tested, they make it into the major release of the Control Toolkit

Another important tip that Scott mentions in the release announcement: If you’ve worked with pre-release versions of ASP.NET AJAX in Visual Studio, it’s a good idea to delete the cached Visual Studio schema files for control markup. This will ensure that Intellisense is properly working in the Visual Studio environment. To do this:

  • “With Windows XP you do this by deleting all files in this directory: c:\Document and Settings\[User]\Application Data\Microsoft\VisualStudio\8.0\ReflectedSchemas
  • With Windows Vista you do this by deleting all files in this directory: c:\Users\[User]\AppData\Roaming\Microsoft\VisualStudio\8.0\ReflectedSchemas”

Leave a Comment

Previous post:

Next post: