✅ DLL Loading issues in a plugin
Hello there,
I'm writing a plugin for FanControl.
It need to read a serial port so I depends on System.IO.Ports.
Sadly when it try to run the code that use the library, I hit:
Could not load file or assembly 'System.IO.Ports, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)":"System.IO.Ports, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
Both FanControl, and my dll target .NET 8
What is the problem here ?
I'm writing a plugin for FanControl.
It need to read a serial port so I depends on System.IO.Ports.
Sadly when it try to run the code that use the library, I hit:
Could not load file or assembly 'System.IO.Ports, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)":"System.IO.Ports, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
Both FanControl, and my dll target .NET 8
What is the problem here ?