I am developing a SharePoint 2013 solution using VS 2012, the solution has a licx file. I get a compile time error and warning.
Error: The specified task executable file "LC.exe" could not be started. The file name or extension is too long
A warning. The command line for the "LC" task is too long. Command lines longer than 32,000 characters may fail. Try to reduce the length of the command line by breaking the call on "LC" into several calls with fewer parameters for each call.
I tried using lc.exe.config <startup useLegacyV2RuntimeActivationPolicy="true"> I also tried moving the solution to "C: \", which was previously in the Projects folder.
I still cannot resolve this error.
source share