c# - licenses.licx missing -


i have recovered lost files , in c# project, seems "licenses.licx" file has been gone.

this vs error:

"could not find file 'c:...\exam\properties\licenses.licx'"

how can fix error , regenerate "licenses.licx" file?

just exclude licenses.licx project. exclude file, find file in solution explorer , right-click on it, choose "exclude project". done.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -