This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Проблема Ошибка в подключением к MySQL

Jasper4ik

Новый участник
25 Июн 2024
4
0
3
Пытаюсь подключиться к базе данных. Выдает ошибку.

Вот мой код.

Вот ошибка:

 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,257
233
5
Привет! Какая ошибка у вас вылезла при подключении к базе данных? Возможно, я смогу помочь вам разобраться.
 

Jasper4ik

Новый участник
25 Июн 2024
4
0
3
Вот ошибка:


Could not load type 'System.StringComparer' from assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
The type initializer for 'MySql.Data.MySqlClient.MySqlBaseConnectionStringBuilder' threw an exception.
The type initializer for 'MySql.Data.MySqlClient.MySqlConnectionStringBuilder' threw an exception.
System.TypeInitializationException: The type initializer for 'MySql.Data.MySqlClient.MySqlConnectionStringBuilder' threw an exception.
---> System.TypeInitializationException: The type initializer for 'MySql.Data.MySqlClient.MySqlBaseConnectionStringBuilder' threw an exception.
---> System.TypeLoadException: Could not load type 'System.StringComparer' from assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
at new MySql.Data.Common.MySqlConnectionStringOptionCollection()
at static MySql.Data.MySqlClient.MySqlBaseConnectionStringBuilder()
--- End of inner exception stack trace ---
at static MySql.Data.MySqlClient.MySqlConnectionStringBuilder()
--- End of inner exception stack trace ---
at MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor()
at MySql.Data.MySqlClient.MySqlConnection..ctor()
at MySql.Data.MySqlClient.MySqlConnection..ctor(String connectionString)
at mygamemode.DBConnection.Connect() in C:\RAGEMP\server-files\dotnet\resources\mygamemode\DBConnection.cs:line 19
 

Vermilion

Высший разум
High developer
BackEnd developer
FrontEnd developer
29 Сен 2021
1,301
766
181
34
Какую версию .NET Runtime используешь? Попробуй обновиться