该申请需要完全信任组装办公室申请

发布于 2024-12-13 08:58:06 字数 340 浏览 2 评论 0原文

我正在运行以下代码,尝试访问自定义程序集。

MySection sec = (MySection)System.Configuration.ConfigurationManager.GetSection("ColorReader");

上面的行抛出了下面列出的各种异常:

应用程序需要完全信任权限才能正确运行。
部署办公解决方案时,请检查以确保您已满足所有必要的安全要求。 使用证书来获取所需的权限。
如果实现自定义安全对象的程序集引用其他程序集,请将引用的程序集添加到完全信任程序集列表中。

I am running the following code which tries to access a custom assembly.

MySection sec = (MySection)System.Configuration.ConfigurationManager.GetSection("ColorReader");

The above line throws various exceptions which are listed below:

The application requires full trust permissions to run correctly.
When deploying an office solution check to make sure you have fulfilled all the necessary security requirements.
Use a certificate to obtain the required permissions.
If an assembly implementing the custom security object references other assemblies, add the referenced assemblies to the full trust assembly list.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文