You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
I can't connect to my EV3 via Bluetooth in a ASP.NET Core2 Web application, but with USB i can!
It says:
"An unhandled exception occurred while processing the request.
FileNotFoundException: Could not load file or assembly 'System.IO.Ports, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. System cannot find the file specified.
Lego.Ev3.Desktop.BluetoothCommunication..ctor(string port)"
Let me notice, it worked with Bluetooth in ASP.NET Framework and in WPF application, but in a Core2 app, it didn't...
Please fix this somehow or please help me how I can connect in Core2!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can't connect to my EV3 via Bluetooth in a ASP.NET Core2 Web application, but with USB i can!
It says:
"An unhandled exception occurred while processing the request.
FileNotFoundException: Could not load file or assembly 'System.IO.Ports, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. System cannot find the file specified.
Lego.Ev3.Desktop.BluetoothCommunication..ctor(string port)"
Let me notice, it worked with Bluetooth in ASP.NET Framework and in WPF application, but in a Core2 app, it didn't...
Please fix this somehow or please help me how I can connect in Core2!
The text was updated successfully, but these errors were encountered: