Replies: 2 comments 5 replies
-
C:\Users\你的用户.dotnet\tools.store\freesql.generator\3.2.687\freesql.generator\3.2.687\tools\net6.0\any 到这个目录下看看,有没有 Kdbndp.dll,右击看它的属性,版本 |
Beta Was this translation helpful? Give feedback.
5 replies
-
https://github.com/2881099/FreeSql.Tools 或者用这个临时生成一下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用人大金仓生成实体类时,抛出如下错误:
Github # https://github.com/2881099/FreeSql v3.2.697
【主库】Next recovery time:2023-06-25 17:39:27
b__0() in E:\github\FreeSql\Extensions\FreeSql.Generator\Program.cs:line 16Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Kdbndp, Version=8.6.5.1208, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7'. 系统找不到指定的文件。
File name: 'Kdbndp, Version=8.6.5.1208, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7'
at FreeSql.KingbaseES.KingbaseESCodeFirst.GetDbInfo(Type type)
at FreeSql.Internal.Utils.GetTableByEntity(Type entity, CommonUtils common) in E:\github\FreeSql\FreeSql\Internal\UtilsExpressionTree.cs:line 45
at FreeSql.Internal.CommonUtils.GetTableByEntity(Type entity) in E:\github\FreeSql\FreeSql\Internal\CommonUtils.cs:line 92
at FreeSql.Internal.CommonProvider.Select0Provider
2..ctor(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, Object dywhere) in E:\github\FreeSql\FreeSql\Internal\CommonProvider\SelectProvider\Select0Provider.cs:line 552 at FreeSql.Internal.CommonProvider.Select1Provider
1..ctor(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, Object dywhere) in E:\github\FreeSql\FreeSql\Internal\CommonProvider\SelectProvider\Select1Provider.cs:line 23at FreeSql.KingbaseES.KingbaseESSelect
1..ctor(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, Object dywhere) in E:\github\FreeSql\Providers\FreeSql.Provider.KingbaseES\Curd\KingbaseESSelect.cs:line 119 at FreeSql.KingbaseES.KingbaseESProvider
1.CreateSelectProvider[T1](Object dywhere) in E:\github\FreeSql\Providers\FreeSql.Provider.KingbaseES\KingbaseESProvider.cs:line 11at FreeSql.Internal.CommonProvider.BaseDbProvider.SelectT1 in E:\github\FreeSql\FreeSql\Internal\CommonProvider\BaseDbProvider.cs:line 16
at FreeSql.FreeSqlBuilder.BuildTMark in E:\github\FreeSql\FreeSql\FreeSqlBuilder.cs:line 539
at FreeSql.FreeSqlBuilder.Build() in E:\github\FreeSql\FreeSql\FreeSqlBuilder.cs:line 210
at FreeSql.Generator.ConsoleApp..ctor(String[] args, ManualResetEvent wait) in E:\github\FreeSql\Extensions\FreeSql.Generator\ConsoleApp.cs:line 242
at FreeSql.Generator.Program.<>c__DisplayClass0_0.
at System.Threading.Thread.StartCallback()
Beta Was this translation helpful? Give feedback.
All reactions