dotnetcore / FreeSql

🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse orm, DuckDB orm, TDengine orm, QuestDB orm, MsAccess orm.
https://freesql.net
MIT License
4.13k stars 859 forks source link

虚谷数据库连接错误 #1909

Open cfires opened 3 weeks ago

cfires commented 3 weeks ago

问题描述及重现代码:

连接虚谷数据库报错 DllNotFoundException: Unable to load DLL 'xugusql' or one of its dependencies: 找不到指定的模块。 (0x8007007E) 其中DataType使用的21(Xugu) case DataType.Xugu: freeSqlBuilder.UseConnectionFactory(dbType, () => new XGConnection(master.ConnectionString)); break;

数据库版本

xugu11

安装的Nuget包

FreeSql3.2.832

.net framework/. net core? 及具体版本

.Net8

2881099 commented 3 weeks ago

没有安装 xugusql.dll ??

cfires commented 3 weeks ago

没有安装 xugusql.dll ??

安装了FreeSql.Provider.Xugu这个包,还需要单独在网上下载xugusql.dll这个文件装一下是吗