When compiling, I get LC.EXE error message
The specified task executable "LC.exe" could not be run. The filename or extension is too long
This error occurs when compiling my unit test project. Of the Google tricks I've seen, nothing worked.
- I am configured on Target framework = ".NET Framework 4" and not on the client profile.
It started today. There is almost nothing in version control history. All changes are related to AssemblyInfo.cs when a third-party utility increases our version #.
UPDATE
Displaying my output window by invoking the command line for LC.EXE HUGE
CompileLicxFiles:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\LC.exe /target:BuildAll.Tests.dll /complist:Properties\licenses.licx /outdir:obj\Debug\ /i:C:\
There are 100 parameters /i ...
P.Brian.Mackey
source share