该申请需要完全信任组装办公室申请
我正在运行以下代码,尝试访问自定义程序集。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论