Answered by:
AjaxControlToolKit.exe and tried to execute but it gives error Not a valid WIN 32 applicaton

Question
-
User-212186772 posted
Hi friends,
I have downloaded AjaxControlToolKit.exe and tried to execute but it gives error Not a valid WIN 32 applicaton even repeatedly downloaded using different browser.
Thanks in advance
Iqbal
itismeiqbalMonday, May 11, 2015 2:31 PM
Answers
-
User61956409 posted
Hi iqbal.hal,
Thanks for your post.
It seems that you couldn’t install Ajax Control Toolkit via installer. You could run the following command in the Package Manager Console to install Ajax Control Toolkit.
PM> Install-Package AjaxControlToolkit
http://www.nuget.org/packages/AjaxControlToolkit/
or search and install Ajax Control Toolkit in “Manage NuGet Packages” window.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, June 7, 2015 2:02 AM
All replies
-
User-484054684 posted
Are you using XP?
If so, 4.5 targetted .net application may not be compatible.
http://www.codeproject.com/Questions/610049/exeplusisplusnotplusaplusvalidpluswinplus-plusapp
Monday, May 11, 2015 2:59 PM -
User1711366110 posted
I have downloaded AjaxControlToolKit.exe and tried to execute but it gives error Not a valid WIN 32 applicaton even repeatedly downloaded using different browser.
As per this case, the following steps which may guide you to resolve this issue (unable to run executable file ):1.Click Start > All Programs > Accessories > Notepad
2.Copy and paste the text below into Notepad:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\exefile] "EditFlags"=hex:d8,07,00,00 @="Application" [HKEY_CLASSES_ROOT\exefile\shell] @="" [HKEY_CLASSES_ROOT\exefile\shell\open] @="" "EditFlags"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\exefile\shell\open\command] @="\"%1\" %*" [HKEY_CLASSES_ROOT\exefile\shellex] [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers] [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\{86F19A00-42A0-1069-A2E9-08002B30¬309D}] @="" [HKEY_CLASSES_ROOT\exefile\DefaultIcon] @="%1"
3.Go to Save As
>>Select the All Files type
>>Give a name for the file and add the .reg extension4.Click Save
5.Close Notebook and then right-click the .reg file and select Merge
6.Click Yes and OK
Note : AjaxControlToolKit.exe is no longer supported by Microsoft .Please check the corresponding official website.
--
with regards,
EdwinTuesday, May 12, 2015 3:26 AM -
User61956409 posted
Hi iqbal.hal,
Thanks for your post.
It seems that you couldn’t install Ajax Control Toolkit via installer. You could run the following command in the Package Manager Console to install Ajax Control Toolkit.
PM> Install-Package AjaxControlToolkit
http://www.nuget.org/packages/AjaxControlToolkit/
or search and install Ajax Control Toolkit in “Manage NuGet Packages” window.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, June 7, 2015 2:02 AM -
User177399542 posted
Hi you can download and install ajax control toolkit as mentioned here:
3 different ways to install ajax control toolkit in asp .net website.
Monday, June 8, 2015 2:05 AM