简体   繁体   中英

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.

我通过删除在visual studio中显示的属性文件夹中的app.mainfest来自行修复此问题。

Late in the party but, Actually this file is mentioned in cs.proj file and your project is looking for this file.

What I did is , I have removed app.manifest reference in my cs.proj file as it is not needed to me , added by someone.

Open your cs.proj file in notepad and remove below mentioned line

在此输入图像描述

This did the trick for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM