You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
连接虚谷数据库报错
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
The text was updated successfully, but these errors were encountered:
问题描述及重现代码:
连接虚谷数据库报错
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
The text was updated successfully, but these errors were encountered: