I Cannot install Ajax in MSVS Express 2013 for web. I was updating to the new Ajax maintained by dev express but the installer does not work for my version and always did in the past. please make it work for my version. thanks.
Comments: The AJAX Control Toolkit installer does not support Express editions of Visual Studio, because this edition does not support Tools extension installation. This is a [known issue](https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/6089965-allow-3rd-party-extensions-vsix-in-visual-studio). You have 2 ways of working around this issue: 1. Use the [Community version](https://www.visualstudio.com/products/visual-studio-community-vs) of Visual Studio. It contains functionality from all Express editions while being completely free and has an ability to install any extension, including AJAX Control Toolkit. 2. Use the [AJAX Control Toolkit NuGet package](https://www.nuget.org/packages/AjaxControlToolkit/) instead of the installer. It works with Express editions of Visual Studio, but does not provide toolbox support. For more information about Visual Studio support, please refer to this page: https://ajaxcontroltoolkit.codeplex.com/documentation
Comments: The AJAX Control Toolkit installer does not support Express editions of Visual Studio, because this edition does not support Tools extension installation. This is a [known issue](https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/6089965-allow-3rd-party-extensions-vsix-in-visual-studio). You have 2 ways of working around this issue: 1. Use the [Community version](https://www.visualstudio.com/products/visual-studio-community-vs) of Visual Studio. It contains functionality from all Express editions while being completely free and has an ability to install any extension, including AJAX Control Toolkit. 2. Use the [AJAX Control Toolkit NuGet package](https://www.nuget.org/packages/AjaxControlToolkit/) instead of the installer. It works with Express editions of Visual Studio, but does not provide toolbox support. For more information about Visual Studio support, please refer to this page: https://ajaxcontroltoolkit.codeplex.com/documentation