gpt4 book ai didi

c# - FileNotFoundException: 无法加载文件或程序集 System.IO.Ports

转载 作者:行者123 更新时间:2023-12-03 21:16:57 25 4
gpt4 key购买 nike

昨天我参与了一个项目并得到了这个异常(exception):

System.IO.FileNotFoundException: Could not load file or assembly. The system cannot find the file specified.


然后我用谷歌搜索了几个小时可能是什么问题,但没有找到解决方案。
奇怪的是,我今天开始了一个全新的 .NET Core 项目,而且我已经安装了 Lego.Ev3 NuGet 库并再次出现相同的错误。
这是我的代码,异常将在最后一行抛出:
using Lego.Ev3.Core;
using Lego.Ev3.Desktop;

Brick brick = new Brick(new BluetoothCommunication("COM10"));
这是我的 Lego© 项目中异常的更多详细信息:

System.IO.FileNotFoundException: Could not load file or assembly System.IO.Ports, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51. The system cannot find the file specified.**


Visual Studio 中是否存在设置错误?

最佳答案

System.IO.Ports不是 在 .NET Core 中可用。
它仅在 .NET Framework 4.8 中可用。
https://docs.microsoft.com/en-us/dotnet/api/system.io.ports
作为一种可能的解决方案,尝试使用 .NET Framework 4.8 而不是 .NET Core 创建项目。

关于c# - FileNotFoundException: 无法加载文件或程序集 System.IO.Ports,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59590900/

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