gpt4 book ai didi

powershell-2.0 - 在PowerShell 2.0中加载.NET 4.0 beta2程序集

转载 作者:行者123 更新时间:2023-12-02 05:14:32 25 4
gpt4 key购买 nike

我尝试在PowerShell v2.0中从.NET 4.0 beta2加载PresentationFramework.dll。但是它失败,并显示以下错误。

PS C:\ Windows \ system32> [Reflection.Assembly]::LoadFile(“C:\ Windows \ Microsoft.NET \ Framework \ v4.0.21006 \ WPF \ PresentationF
ramework.dll“)

带有“1”参数的异常调用“LoadFile”:“此程序集由比当前加载的运行时新的运行时生成,无法加载。(来自HRESULT的异常:0x8013101B)
在第1行:char:32
+ [Reflection.Assembly]::LoadFile <<<<(“C:\ Windows \ Microsoft.NET \ Framework \ v4.0.21006 \ WPF \ PresentationFramework.dll”)
+ CategoryInfo:未指定:(:) [],MethodInvocationException
+ FullyQualifiedErrorId:DotNetMethodException

如何在PowerShell 2.0中加载此DLL文件?

最佳答案

您无法加载。 PowerShell使用的是.NET 2.0 CLR,无法加载4.0 DLL文件。

可能可以将PowerShell重新配置为在较新的CLR中运行,或者在.NET 4.0应用程序中承载PowerShell,但是我不建议使用其中任何一个。

关于powershell-2.0 - 在PowerShell 2.0中加载.NET 4.0 beta2程序集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1940983/

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