Failed to read Properties \ app.manifest manifest

When creating a C # .net application in VS studio 2013 I get the following error

Unable to read the manifest of \ app.manifest Properties. Could not find file C: \ Project \ Properties \ app.manifest

In the project settings, I chose the option "Create a project without a manifest", but I still get the same error.

+7
c # visual-studio-2013
source share
1 answer

I fixed this myself by deleting app.mainfest in visual studio, which appears in the properties folder.

+12
source share

All Articles