Il progetto ha funzionato bene in Visual Studio 2010 e abbiamo eseguito l'aggiornamento a Visual Studio 2012; tuttavia, ora non viene compilato.Problema di compilazione in Visual Studio 12 Professional con un progetto C#
Abbiamo il seguente errore:
Error 2 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 PROJECT_NAME
Qualcuno come risolvere questo problema?
Sono su Windows 2008 R2 SP1 con .NET 4.5 installato. Non ho installato direttamente .NET 4, ho usato il programma di installazione di .NET 4.5.
Avete seguito la passaggi descritti nel messaggio di errore? –
@DanielHilgarth Non ho .net. Ho installato direttamente .net 4.5 quando installo la mia stazione 2-3 giorni fa. – user1460904
Ovviamente il tuo progetto utilizza Windows SDK per .NET 4. L'hai installato? –