gpt4 book ai didi

c# - 无法解析 .Net Core 3.1 中的 System.Windows.Forms.dll

转载 作者:行者123 更新时间:2023-12-03 15:24:17 31 4
gpt4 key购买 nike

我有一个场景,我们在 .Net core 3.1 类库中使用旧的 .Net Framework dll。 .Net Framework dll 在内部使用 System.Windows.Forms.dll,.Net 核心无法解析。

我在运行时收到以下错误消息

无法加载文件或程序集“System.Windows.Forms,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089”。该系统找不到指定的文件。

在理想的世界中,将 System.Windows.Forms.dll 添加到类库是没有意义的,但是有什么方法可以在 .Net 核心类库中添加 System.Windows.Forms 及其依赖项。

注意:我尝试手动添加 System.Windows.Forms.dll,但没有成功。

最佳答案

我得到了解决方案,我们可以通过框架引用来实现。

<FrameworkReference Include="Microsoft.WindowsDesktop.App" /> 

更多详情请引用 https://natemcmaster.com/blog/2019/01/09/netcore-primitives-3/

关于c# - 无法解析 .Net Core 3.1 中的 System.Windows.Forms.dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59890543/

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