-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error datasource MySQL connection for MariaDB #701
Comments
In fact, I have the same problem. I suspect that the program is unable to read the MySQL Data client |
Estou com o mesmo problema, alguém chegou a alguma concluisão |
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:
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
i am trying to connect to MariaDB datasource using
MySQL Connection
usingDesigner.exe
fromFastReport.Community.2024.2.0.zip
.but i dont know why, i can connect to MariaDB using
Designer.exe
fromFastReport.Community.2023.3.0.zip
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Stacktrace
Screenshots
Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: