licenses.licx missing

Sepehr Behroozi picture Sepehr Behroozi · Apr 9, 2014 · Viewed 10.9k times · Source

I have recently recovered my lost files and in my C# project, it seems "licenses.licx" file has been gone.

This is the VS error:

"Could not find file 'C:...\Exam\Properties\licenses.licx'"

How can I fix this error and regenerate "licenses.licx" file?

Answer

Masoud Kazemi picture Masoud Kazemi · Sep 25, 2015

Just exclude any licenses.licx from your project. To exclude a file, find the file in solution explorer and right-click on it, choose "Exclude From Project". done.