.NET framework라고만 나와있어 어떤 버전인지 모르겠습니다.
이때 어떤 버전의 MySQL Connector/NET을 이용해야 하는지 질문드리고 싶습니다.
MySQL Connector/NET 8.1.0을 이용했을 때는 다음과 같은 오류가 발생합니다,어떻게 해결해야하나요?
.NET framework라고만 나와있어 어떤 버전인지 모르겠습니다.
이때 어떤 버전의 MySQL Connector/NET을 이용해야 하는지 질문드리고 싶습니다.
MySQL Connector/NET 8.1.0을 이용했을 때는 다음과 같은 오류가 발생합니다,어떻게 해결해야하나요?
mysql 서버와 닷넷 버전에 맞는 커넥터 버전을 써야됨
https://dev.mysql.com/doc/connector-net/en/connector-net-versions.html
mysql버전 8.2.0을 사용하고 .netstandard2.1로 설정하고 mysql-connector-net-8.2.0-noinstall를 다운받아 netstandard2.1에 있는 Mysql.data.dll을 Plugins에 추가하여도A.ssembly 'Library/ScriptA.ssemblies/A.ssembly-CSharp.dll' will not be loaded due to errors: Reference has errors 'MySql.Data' A.ssembly 'Library/ScriptA.ssemblies/A.ssembly-CSharp-Editor.dll' will not be loaded due to errors: Reference has errors'A.ssembly-CSharp'.
A.ssembly 'Assets/Plugins/MySql.Data.dll' will not be loaded due to errors: Unable to resolve reference 'Google.Protobuf'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'ZstdSharp'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'K4os.Compression.LZ4.Streams'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'BouncyCastle.Cryptography'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'System.Security.Permissions'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
Unable to resolve reference 'System.Configuration.ConfigurationManager'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'System.Text.Json'. Is the a.ssembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
이러한 오류가 발생합니다
어떻게 해결해야하나요?