I migrated a Visual Studio 2012 solution to Visual Studio 2015. I'm working on Windows 10. The target .NET Framework of my solution is 4.5. I want to continue using that version. So I thought I have to uninstall the .NET framework 4.6.
Error Message: Task could not find "AL.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.6\WinSDK-NetFx40Tools-x86". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed.
The solution doesn't compile because of the error above. I think it has to do with the uninstallation of .NET 4.6. Then I tried to reinstall .NET 4.6, but under Windows 10 it is impossible.
So now I don't know how to fix this problem. Do you know where I can find the al.exe
and how to set the right path?