On compilation I receive error for LC.EXE
The specified task executable "LC.exe" could not be run. The filename or extension is too long
This error occurs when I compile my unit test project. Of the google tricks I've seen, nothing has worked.
- I am set to Target framework = ".NET Framework 4" not client profile.
This started today. There's hardly anything in source control history. The changes all have to do with AssemblyInfo.cs where a 3rd party utility increments our version #'s.
UPDATE
Looking out my output window the command line call to LC.EXE is 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's 100's of /i params...