由于缺少权限,我的软件在安装后崩溃 [英] My Software crashes after installation due to lack of permissions

查看:70
本文介绍了由于缺少权限,我的软件在安装后崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我的C#程序由于缺少预设而在安装后崩溃。



i尝试我所知道的一切这个。



仅当我将程序文件夹提交给"everyone"时 - 它的作品。



i尝试改变这样的app.manifest:

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



我也尝试安装设置:

   instalAllUsert   =     true   



和这个:

  主要输出 来自    .....      Active    



我能做什么?

解决方案

嗨GMS,


>>我的
C#程序在安装后由于缺少预先设置而崩溃。


你的意思是什么?我的安装后"?你如何安装项目?使用ClickOnce?


当项目崩溃时,您能否提供一些错误消息?


您是否尝试以管理员身份运行该应用程序?


希望你能为你的问题提供更多细节。


问候,


Stanly


my C# program crashes after my installation due to lack of premission.

i try everything i know to solv this.

only if i give to the program folder premission "everyone" - its works.

i try change app.manifest like this:

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

also i try on the install setup:

instalAllUsert = true

and this:

primary output from ..... (Active)

what i can do ?

解决方案

Hi GMS,

>>my C# program crashes after my installation due to lack of premission.

What do you mean about "after my installation"? How do you install your project? With ClickOnce?

And can you please provide some error messages when the project crashes?

Have you tried to run the application as administrator?

Hope you can provide more details for your question.

Regards,

Stanly


这篇关于由于缺少权限,我的软件在安装后崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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