-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm running Rhino version 7.33, and the error I receive is a FileNotFoundException. Here is the full error message:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
From what I can tell, the version 8.0.0.1 of System.Diagnostics.DiagnosticSource is part of .NET 8. However, Rhino 7 runs on .NET Framework 4.8. It seems the plugin may be compiled for the wrong .NET version, which is causing this incompatibility.
My system details are:
Rhino Version: Version 7 SR33 (7.33.23248.13001, 2023-09-05)
Plugin Version: [1.19.5](https://github.com/MingboPeng/Ironbug/releases/download/v1.19.5/IronbugInstaller-1.19.5.exe),
OS: Windows 11 24H2
Would it be possible to provide a version of the plugin compiled for .NET Framework 4.8?
Let me know if you need any other logs or information from my end.