gpt4 book ai didi

asp.net - Asp.Net 5 中的 ADO.Net

转载 作者:行者123 更新时间:2023-12-04 11:22:50 26 4
gpt4 key购买 nike

当我在 ASP.Net 5 应用程序中使用连接字符串生成器时,出现此错误:

Error CS0012 The type 'DbConnectionStringBuilder' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.



我使用 dnx451 作为框架,有什么建议吗?

最佳答案

示例 project.json

"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Data": "4.0.0.0"
}
},
"dnxcore50": {
"dependencies": {
"System.Data.SqlClient": "4.0.0-beta-*"
}
}
}

关于asp.net - Asp.Net 5 中的 ADO.Net,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31415928/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com