当我在最近版本的DnnSoftware中安装2sxc时,我收到了以下错误消息。我的提供程序将Server转换为"czech_CI_AS“--我无法将其更改为美国语言。有人有建议吗?
SqlDataProvider
Info Created - SqlDataProvider\00.99.00.SqlDataProvider
Info Executing 00.99.00.SqlDataProvider
Info Start Sql execution: 00.99.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.
SqlClient.SqlException (0x80131904): Your SQL installation is non-standard
using a Custom Object Qualifier. 2sic uses the standard Microsoft Entity
Framework which doesn't work well with this feature - installation aborted.
**Changed language setting to us_english**. at System.Data.SqlClient.
SqlConnection.OnError(SqlException exception, Boolean breakConnection,
Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.
OnError(SqlException exception, Boolean breakConnection, Action`1
wrapCloseInAction) at System.Data.SqlClient.TdsParser...发布于 2020-04-07 19:25:43
您似乎已经用自定义的“限定符”安装了DNN。默认情况下是dbo,但是安装对话框允许您更改它。这是一个古老的特性,旨在为多个客户“共享”sql。2 2sxc无法在此设置中安装-对不起:(
https://stackoverflow.com/questions/60835694
复制相似问题