gpt4 book ai didi

powershell - 在PowerShell中加载iTextSharp时出现问题

转载 作者:行者123 更新时间:2023-12-02 23:59:33 25 4
gpt4 key购买 nike

我在PowerShell中加载iTextSharp.dll时遇到问题。有时使用以下两种方法均可正常工作:

[System.Reflection.Assembly]::LoadFrom("C:\dll\itextsharp.dll")

Add-Type -Path C:\dll\itextsharp.dll'

但是,大多数时候,我得到以下错误:
Exception calling "LoadFrom" with "1" argument(s):
"Could not load file or assembly 'file:/// C:\dll\itextsharp.dll'
or one of its dependencies. Operation is not supported.
(Exception from HRESULT: 0x80131515)"
At line:1 char:1
+ [System.Reflection.Assembly]::LoadFrom("itextsharp.dll")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : FileLoadException

我尝试解除阻止文件,但仍然收到上面的错误。

最佳答案

看起来StackOverflow上的this可能会解决您的问题。显然,您需要将选项<loadFromRemoteSources enabled="true" />添加到.EXEs配置文件中,以从网络共享中加载程序集。

我通过搜索HRESULT 0x80131515找到了这个

关于powershell - 在PowerShell中加载iTextSharp时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33755936/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com