How to fix build error in Visual Studio: '“LC.exe” exited with code -1'

后端 未结 7 813
悲哀的现实
悲哀的现实 2021-01-04 01:14

I get the following error when building my Windows Forms solution:

\"LC.exe\" exited with code -1

I use two commercial Windows

7条回答
  •  爱一瞬间的悲伤
    2021-01-04 01:34

    There should be a license.licx file in the properties folder when you use commercial components. It is often corrupted. If you clean its contents, the "LC.EXE" exited with code -1 disappears.

提交回复
热议问题