Hi,
a solution I'm working on need some references to a third party package. They use MySQL.Data.dll version 6.9.8, while I made my solution based on the 8.x version.
Their software doesn't work with the 8.x dll and I don't want to change my code to work with the old version. Besides that, I'll be using the latest MySQL server version and as far as I know, the .Net connector 5.x doesn't work with server version 8.x.
Problem is that both file are copied to the output folder on build, so one overrides the other. So either my code doesn't work and I cannot connect to my server, or I cannot use the third party software.
Any suggestions on how to resolve this? (programming C# in VS 2017)
Regards,
Matthijs
a solution I'm working on need some references to a third party package. They use MySQL.Data.dll version 6.9.8, while I made my solution based on the 8.x version.
Their software doesn't work with the 8.x dll and I don't want to change my code to work with the old version. Besides that, I'll be using the latest MySQL server version and as far as I know, the .Net connector 5.x doesn't work with server version 8.x.
Problem is that both file are copied to the output folder on build, so one overrides the other. So either my code doesn't work and I cannot connect to my server, or I cannot use the third party software.
Any suggestions on how to resolve this? (programming C# in VS 2017)
Regards,
Matthijs