Doesn DotConnect Universal support Net7
Hi,
does DotConnect Universal already support Net 7.
I get the following Error Message when I try to open a database:
System.MissingMethodException: "Method not found: 'System.String System.AppDomainSetup.get_LicenseFile()'."
I am using the SQLiteCrypt sqlite3.dll (which works fine under Net 4.8
That's how I call it:
hReturn = new UniConnection(
$"Provider=SQLite; Data Source={confFile}; Encryption=SQLiteCrypt; Encryption License Key={Consts.SQCL}; FailIfMissing=false; Pooling=false;");
hReturn.Open();
Thanks and regarsd
Uwe