GitLab CI Error

Q: Thrown LC.exe not found in SdkToolsPath

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(2428,5): error MSB3086: Task could not find "L
C.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0
A\WinSDK-NetFx40Tools-x86". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific loc
ation under the SdkToolsPath and that the Microsoft Windows SDK is installed

A: Set TargetFrameworkSDKToolsDirectory as below

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe /p:Configuration=Debug /p:Platform="Any CPU" /p:TargetFrameworkSDKToolsDirectory="C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools" /consoleloggerparameters:ErrorsOnly /maxcpucount /nologo /property:Configuration=Release /verbosity:quiet "xxxxxxxx.sln"

Q: Thrown licenses.licx error

Properties\licenses.licx(1): error LC0003: Unable to resolve type****'

A: Remove licenses.licx file from projects


Q:Thown “The system cannot find the path specified.”

A. Make sure have project folder in solution.

Was this article helpful? Votes: 0
Article details:
Published date: 10/05/2019 11:33AM
Last updated: 10/05/2019 11:33AM (LS Mark)
Share article: 
Author: LS Mark
Permalink: https://doc.daxonet.com/kb/956670