We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.Collections.Generic.KeyNotFoundException: 'The given key '16706' was not present in the dictionary.'
When i trying to export. Last days given error
mb.ExportToFile(file.FullName);
.NET SDK 6.0.302 MySQL 8.0.29
The text was updated successfully, but these errors were encountered:
server=localhost;user=username;password=12345;database=DB_NAME;CharSet=utf8;default command timeout=1000;
I update Mysql.Data to 8.0.30 and use this connection string and work successfully
Sorry, something went wrong.
No branches or pull requests
System.Collections.Generic.KeyNotFoundException: 'The given key '16706' was not present in the dictionary.'
When i trying to export. Last days given error
mb.ExportToFile(file.FullName);
.NET SDK 6.0.302
MySQL 8.0.29
The text was updated successfully, but these errors were encountered: