SqlSugar.SqlSugarException: 中文提示 : 连接数据库过程中发生错误,检查服务器是否正常连接字符串是否正确,错误信息:Unable to load shared library 'SQLite.Interop.dll' or one of its dependencies. In order to help diagnose loading problems, ...
We have a multi target (net472 and netstandard2.0) class library referencing latest linq2db.SQLite 5.4.1 nuget. That library is referenced in net472 WPF application and net6.0 console application.