Answered by:
ajax tool kit does not support on visual studio 2013

Question
-
User541053577 posted
Hi
Ajax tool kit working fine on visual studio 2010, but i updated to visual studio 2013.
but Ajax controls are not working why
Wednesday, November 12, 2014 5:26 PM
Answers
-
User-1404016747 posted
If you upgraded your application to use a newer framework that might be the issue.
Another possible problem may be you just don't have the toolkit files present in your new application.Both of these issues should be resolved by installing the toolkit using NuGet.
I wrote up a how to on my blog a while back on doing so using NuGet or doing it manually by downloading the files.
https://www.swiftbyte.com/blog/development/adding-the-asp-net-ajax-control-toolkit-to-visual-studio/Long story short run the following command using the Package Management Console command prompt:
PM> Install-Package AjaxControlToolkit
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 12, 2014 6:21 PM -
User61956409 posted
Hi marlapudi,
Thanks for your post.
Firstly, I’m sure that Visual Studio 2013 supports AJAX Control Toolkit.
Secondly, you should download appropriate version of the AJAX Control Toolkit, 0therwise, it will not compatible with ASP.NET version you are using now.
You could download AJAX Control Toolkit from here.
Hope it will be helpful to you.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, November 13, 2014 4:42 AM
All replies
-
User-1404016747 posted
If you upgraded your application to use a newer framework that might be the issue.
Another possible problem may be you just don't have the toolkit files present in your new application.Both of these issues should be resolved by installing the toolkit using NuGet.
I wrote up a how to on my blog a while back on doing so using NuGet or doing it manually by downloading the files.
https://www.swiftbyte.com/blog/development/adding-the-asp-net-ajax-control-toolkit-to-visual-studio/Long story short run the following command using the Package Management Console command prompt:
PM> Install-Package AjaxControlToolkit
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 12, 2014 6:21 PM -
User-1716253493 posted
What net version you use? You can download ajax toolkit appropriate your application net version.Wednesday, November 12, 2014 6:21 PM -
User555306248 posted
Refer this - http://stackoverflow.com/questions/20070987/how-to-add-ajaxcontroltoolkit-to-visual-studio-2013-web-forms-template
Wednesday, November 12, 2014 10:39 PM -
User61956409 posted
Hi marlapudi,
Thanks for your post.
Firstly, I’m sure that Visual Studio 2013 supports AJAX Control Toolkit.
Secondly, you should download appropriate version of the AJAX Control Toolkit, 0therwise, it will not compatible with ASP.NET version you are using now.
You could download AJAX Control Toolkit from here.
Hope it will be helpful to you.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, November 13, 2014 4:42 AM