Visual Studio Express或Visual Studio Ultimate [英] Visual Studio Express or Visual Studio Ultimate

查看:73
本文介绍了Visual Studio Express或Visual Studio Ultimate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用Visual Studio 2010 EXPRESS和Visual Studio 2010 ULTIMATE有什么区别?我创建了一个清单文件来处理VB中的UAC,但是在Ultimate Edition中根本不起作用,但在Express Edition中却起作用(即使不令人满意-需要密码)? Ultimate版本有什么用途?

无论如何,我如何彻底消除提示信息:
此任务要求应用程序具有提升的权限."

我已经有了清单文件-requireAdministrator.终极版不是您的问题.您无法摆脱该信息.


是的,克里斯蒂安是正确的.如果目标计算机启用了UAC,则您在代码或清单中将无能为力.如果将计算机配置为要求使用管理员权限的密码,则这是用户或管理员的选择,而不是您作为开发人员的选择.您无法做任何事情来解决这个问题.

解决方案(某种)在Express中工作而在Ultimate中不工作的原因是,当您在两个版本之间移动清单或项目中的其他内容时,它们是不相同的.您在Express中所做的任何事情都可以在Ultimate中完全相同.


What is the difference between using Visual Studio 2010 EXPRESS and Visual Studio 2010 ULTIMATE? I created a manifest file to tackle UAC in VB but it did NOT work at all under the Ultimate Edition but worked (even though not satisfactory - password needed) under the Express Edition? What is the Ultimate version for?

Anyway how can I eliminate the prompt message completely:
"This task requires the application to have elevated permissions."

I already have the manifest file - requireAdministrator.

解决方案

There is no reason for anything that works in Express to not work in ultimate. The Ultimate edition is NOT your problem. You cannot get rid of that message.


Yes, Christian is correct. If the target machine has UAC enabled, there is nothing you can do about it in your code or manifest. If the machine is configured to demand a password to use admin privileges, that''s the users or administrators choice, not yours as a developer. There is nothing you can do to get around that.

The reason it solution (kind of) works in Express and doesn''t in Ultimate is because your manifest or something else in your projects is not the same when you moved it between the two versions. ANYTHING you do in Express is doable the exact same way in Ultimate.


这篇关于Visual Studio Express或Visual Studio Ultimate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆