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
Describe the bug
There is a conflict with Unsafe DLL version, designer it's asking for 4.0.4.1, but was included 6.x. I guess the problem is FastReport.Data.MySql.dll, cause MySQL needs Unsafe to work.
To Reproduce
Steps to reproduce the behavior:
Try to run Designer.exe in a fresh Windows 10 install.
Goto Data Menu -> Add Data Source
In Data Source Wizard click on New Connection, select MySQL connection, fill in DB user and password, click on Test Connection button.
Expected behavior
MySQL connector is not working, I noticed that in commercial version MySQL vanished from connections list, so I presume you know this bug. The problem is MySQL and MariaDB are by far the most important DBMS in the world, so it's weird you don't pay attention to this bug and solve it.
Device (please complete the following information):
OS: Win 10 64b
Version 2024.2.0
The text was updated successfully, but these errors were encountered:
I had the same error when connecting to MySQL from FastReport 2025.1, but with another component "System.Diagnostics.DiagnosticSource". I solved it by following the next steps:
Download the latest release of FastReport that works on your machine, in my case it was the 2023.3 version
Once you uncompress the .zip file, search the .dll file of the package the error tells you FastReport doesn´t find a match for "System.Diagnostics.DiagnosticSource.dll" or "System.Runtime.CompilerServices.Unsafe.dll" in your case
Copy that file to the FastReport version folder you are trying to run and replace it with the file you copied from the previous version (2023.3 -> 2025.1)
Open FastReport Designer again (2025.1) and the error should appear no more
Also, you would want to check if the "PublicKeyToken" that the error throws you appears in the file "Designer.exe.config" so you can be sure it will work. Otherwise, you could look for the .dll file in NuGet. However, I didn´t have to do it so I wouldn´t be sure if that could work. Good luck.
Describe the bug
There is a conflict with Unsafe DLL version, designer it's asking for 4.0.4.1, but was included 6.x. I guess the problem is FastReport.Data.MySql.dll, cause MySQL needs Unsafe to work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
MySQL connector is not working, I noticed that in commercial version MySQL vanished from connections list, so I presume you know this bug. The problem is MySQL and MariaDB are by far the most important DBMS in the world, so it's weird you don't pay attention to this bug and solve it.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: