Re: NET6 on VS2022 NuGet package
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.
Subject
Written By
Posted
Re: NET6 on VS2022 NuGet package
April 15, 2022 11:43AM
Sorry, only registered users may post in this forum.
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.