|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
' I4 Z9 v# \+ t/ Y" K: g' D
Jexus专业版 6.2
: l& l1 s' p5 K2 H* B$ a; J: O, t6 N: \" O
Mono/6.8.0.105, Build: 2020.03.05
6 p8 t- l: p# R: G
. |6 b& W2 D/ s/ x5 Q% v9 ZJexus/6.2.1.12 Linux2 ~. A1 e- k3 s
. i! b9 C% y' Q" U4 n E . l6 V& u# x, G0 R
3 Q- }% e/ D2 y( Y目前使用的是ADO.NET , 按理来说应该是完全支持的2 m* b1 z4 f& r" ~6 K# B) G) }
项目在Windows下面的时候没问题
2 t' L& S6 M3 }* S* }(最后直接使用DBHelper进行数据链接进行排查,在SqlCommand实例化的时候就会报错)
0 V4 ^" S, X7 c2 q$ N: t* k" o# h( @; a8 X7 j/ E
报错信息如下0 l ?9 X1 [1 C# K, o/ ]9 A
(主要是不清楚这种情况是要修改什么东西来适配,还望告知,万分感谢)
: R- D e) o6 s: A# Y
/ b4 D {" _. g. KSystem.ArgumentException4 `. K f' N, ]
Keyword not supported: 'version'.
7 I8 J: a' N# q6 ], t- WDescription: HTTP 500.Error processing request.
a+ h" n0 Q0 {4 g
3 ~8 I" r$ k' F7 ^ o. x6 x3 TDetails: Non-web exception. Exception origin (name of application or object):System.Data.4 H% c; d8 t9 p4 t4 I- h5 a
' m9 ~1 R. r0 ^: nException stack trace:+ k* ?' l$ R% B+ o' ]9 `
4 y* s) Z+ b7 s" j$ c: b/ pat System.Data.Common.DbConnectionOptions.ParseInternal (System.Collections.Generic.Dictionary`2[TKey,TValue] parsetable, System.String connectionString, System.Boolean buildChain, System.Collections.Generic.Dictionary`2[TKey,TValue] synonyms, System.Boolean firstKey) [0x0005f] in <50a6f8536b7b49b4a290cd95548dae1e>:0 1 X: ?' K* g& `' ^ \ V; j8 l
at System.Data.Common.DbConnectionOptions..ctor (System.String connectionString, System.Collections.Generic.Dictionary`2[TKey,TValue] synonyms) [0x00030] in <50a6f8536b7b49b4a290cd95548dae1e>:0
1 M2 H2 ?# _, N/ T; Z. f7 J2 d3 c at System.Data.SqlClient.SqlConnectionString..ctor (System.String connectionString) [0x00007] in <50a6f8536b7b49b4a290cd95548dae1e>:0 9 a7 D- M) f/ m
at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions (System.String connectionString, System.Data.Common.DbConnectionOptions previous) [0x00000] in <50a6f8536b7b49b4a290cd95548dae1e>:0
: Z. A7 z6 i( G, v {) V at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup (System.Data.Common.DbConnectionPoolKey key, System.Data.ProviderBase.DbConnectionPoolGroupOptions poolOptions, System.Data.Common.DbConnectionOptions& userConnectionOptions) [0x0003e] in <50a6f8536b7b49b4a290cd95548dae1e>:0 1 K D: y# F& m2 L t1 s
at System.Data.SqlClient.SqlConnection.ConnectionString_Set (System.Data.Common.DbConnectionPoolKey key) [0x00008] in <50a6f8536b7b49b4a290cd95548dae1e>:0
& v @( r% S: M7 d5 | at System.Data.SqlClient.SqlConnection.set_ConnectionString (System.String value) [0x00042] in <50a6f8536b7b49b4a290cd95548dae1e>:0
1 d8 d- j! {, p2 N# m9 h" P9 u' ] at System.Data.SqlClient.SqlConnection..ctor (System.String connectionString) [0x00006] in <50a6f8536b7b49b4a290cd95548dae1e>:0 # K g+ e7 c" s! x
at (wrapper remoting-invoke-with-check) System.Data.SqlClient.SqlConnection..ctor(string) |
|