Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to read manifest Properties\app.manifest

While building a C#.net application in VS studio 2013 i am getting the following error

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

In project Settings i selected option "build Project without a manifest" but still getting the same error.

like image 364
JAVAC Avatar asked Jul 24 '15 19:07

JAVAC


People also ask

How do I open an application manifest file?

Right-click the manifest in the destination folder and open the file in a text editor or an XML editor.

Where can I find application manifest?

Right click your project file on the Solution Explorer, select Add , then New item (or CTRL+SHIFT+A). There you can find Application Manifest File . The file name is app. manifest.

What is application manifest file?

</ application > </ manifest > A manifest file includes the nodes that define the application components, security settings, test classes, and requirements that make up the application.


1 Answers

I fixed this by myself by deleting app.mainfest in visual studio which is showing up in properties folder.

like image 166
JAVAC Avatar answered Oct 22 '22 12:10

JAVAC