Task failed because “LC.exe” was not found after upgrade to Windows 8.1

后端 未结 2 1576
挽巷
挽巷 2021-01-15 00:20

i have an error building my Visual Studio 2005 after i upgrade my windows 8 to windows 8.1

here\'s the error.

    Task failed because \"LC.exe\" was          


        
2条回答
  •  不知归路
    2021-01-15 00:48

    This worked for me in Windows 10.

    1. Type regedit in command to open registry
    2. Then navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft.NETFramework
    3. Add SDKInstallRootv2.0 string value and set it to path C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0.
    4. Save the key

    I am putting the screenshot

提交回复
热议问题