简体   繁体   English

Visual Studio 2017应用程序清单

[英]Visual Studio 2017 Application Manifest

I am currently trying to create an Application Manifest for my C# (Universal Windows) project in visual studio 2017. I created the App Manifest and named it App2.manifest. 我目前正在尝试为Visual Studio 2017中的C#(通用Windows)项目创建应用程序清单。我创建了App Manifest并将其命名为App2.manifest。 App2 is the name of the project. App2是项目的名称。 I have read in other posts that you have to go in properties and tell the project which manifest to use, but I am unable to find the option they are talking about and think that it only applied to older versions of VS. 我在其他帖子中读到你必须进入属性并告诉项目使用哪个清单,但我无法找到他们正在讨论的选项,并认为它只适用于旧版本的VS.

I am certain that my manifest is not working because when I add the following line to it, It does not prompt me to give admin access 我确定我的清单不起作用,因为当我向它添加以下行时,它不会提示我提供管理员访问权限

<requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />

Any help on this would be greatly appreciated, thanks! 任何有关这方面的帮助将不胜感激,谢谢!

我使用的是错误的应用程序,这是我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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