Reputation: 115
I have Visual Studio 2022. I want to install ajax control toolkit, but the 20.1.0 installer does not work from the devexpress. Is there a way to get it working?
Upvotes: 2
Views: 11264
Reputation: 2405
I created a support ticket there: https://supportcenter.devexpress.com/ticket/details/t1234159/ajaxcontroltoolkit-installation-is-not-supported-on-vs2022
Upvotes: 0
Reputation: 951
The installer is an archive that you can open and extract with 7-Zip.
Inside the archive is another archive with the actual files you require.
Extract .text
from the AjaxControlToolKit.Installer.
Then from there you can extract the AjaxControlToolKit.dll
for use, as well as other files if desired.
The link the other answer to add the controls to the VS UI may work if you wish to use the toolbar.
EDIT: AjaxControlToolKit is also available via NuGet.
Upvotes: 2
Reputation: 11
I had the same problem.
This is what I did as a workaround:
This workaround has worked for me so far. I hope it works for you!
Upvotes: 1