Re: NET6 on VS2022 NuGet package
Posted by: A de koning
Date: April 15, 2022 11:43AM

Hi Daniel,
Thanks for the link but I tried that one before. it gives a
PlatformNotSupportedException: Operation is not supported on this platform.

if (MySqlConnect == null || MySqlConnect.ConnectionString != connectionstring) MySqlConnect = new MySqlConnection(ConnectionString);
if (MySqlConnect.State != ConnectionState.Open) MySqlConnect.Open();

Connectionstring is the same as in Frmwrk 4.7 and there it just worked.

Options: ReplyQuote


Subject
Written By
Posted
April 13, 2022 06:25AM
Re: NET6 on VS2022 NuGet package
April 15, 2022 11:43AM


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.