0
votes

Initially My project had been created with Visual Studio 2010 for development, later on It was moved to Visual Studio 2012. But, It is getting the following issue.

Error Task could not find "AL.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A\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 GiftProcessingService

1
So what's your question? Have you checked the SdkToolsPath?Jim Mischel
Are you using express editions?Ganesh R.
In what way are you using al.exe with a C# program?John Saunders
I'm using visual studio professional 2012. How can I check SdkToolsPath ?Smaug
@john-saunders, please do let me know how can i check al.exe use?Smaug

1 Answers

2
votes

It has been solved after made an entry at registry at the location of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0A. I have entered the entries as like marked line below.

Registry Capture