Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
4.5k views
in Programming by
edited by
I am getting below error while doing rebuild project in .net

 Severity    Code    Description    Project    File    Line    Suppression State
Error        Task failed because "AxImp.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "AxImp.exe" in the "bin" subdirectory beneath the location specified in the InstallationFolder value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.6.1\WinSDK-NetFx40Tools-x86. You may be able to solve the problem by doing one of the following:  1) Install the Microsoft Windows SDK.  2) Install Visual Studio 2010.  3) Manually set the above registry key to the correct location.  4) Pass the correct location into the "ToolPath" parameter of the task.    UI (UI\UI)

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
Generally installing the Microsoft Windows SDK resolved this problem.

 

But my case was different. I manuallly uninstalled .Net framework 4 which was installed during installlation of Visual Studio. I inserted Visual Studio disk and repaired the installation. This resolved my issue.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...