本文介绍了由于缺少权限,我的软件在安装后崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的C#程序由于缺少预设而在安装后崩溃。
i尝试我所知道的一切这个。
仅当我将程序文件夹提交给"everyone"时 - 它的作品。
i尝试改变这样的app.manifest:
< requestedExecutionLevel level = " highestAvailable" uiAccess = " false" />
我也尝试安装设置:
instalAllUsert = true
和这个:
主要输出 来自 ..... ( Active )
我能做什么?
解决方案
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 ?
解决方案
这篇关于由于缺少权限,我的软件在安装后崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!