Use two different MySQL.Data.Dll version in one solution (not in one project)
Posted by: Matthijs de Zwart
Date: August 22, 2018 09:04AM

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

Options: ReplyQuote


Subject
Written By
Posted
Use two different MySQL.Data.Dll version in one solution (not in one project)
August 22, 2018 09:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.