我做了几十次,但最近刚遇到这个错误.以下是我到达此处的步骤:
炸弹只需要几秒钟,我就会收到错误:
Error SQL72014: .Net SqlClient Data Provider: Msg 33161, Level 15, State 1, Line 1 Database master keys without password are not supported in this version of SQL Server
Error SQL72045: Script execution error. The executed script: CREATE MASTER KEY;
Run Code Online (Sandbox Code Playgroud)
我对同一个数据库进行了相同的处理1.5个月前,任何一切都运行正常......还有其他人遇到过这个吗?我安装了SSDT版本14.0.61021.0 - 不确定是否重要.我也在运行SQL Server 2016 Developer Edition(v13.0.1722.0).
有没有人知道我们是否/何时可以将实体框架与Azure SQL数据仓库一起使用?我已经搜索了高低,似乎找不到除了2015年8月在MSDN上发布的问题之外的任何内容:
"我们尚未完成实体框架的认证"
EF7文档似乎也没有提及它.
我刚刚升级了我的解决方案中的所有项目,指向.Net 4.6(有一个Web应用程序,一些类库,一个数据库项目等).我在Visual Studio Team Services(使用新的构建系统,而不是XAML)中设置了CI构建,该构建在升级之前成功构建.此构建定义运行调试,暂存和生产构建,构建定义包含两个步骤:
在此框架升级之前,一切都很好.我在本地升级并构建了一切,这一切都很有效.我可以运行测试并全面获得绿色.现在,当我检查我的代码时,启动了CI构建,我在"Visual Studio测试"步骤中获得了以下错误(从日志中获取):
2015-09-18T19:08:02.1212067Z Microsoft (R) Test Execution Command Line Tool Version 14.0.23107.0
2015-09-18T19:08:02.1489666Z Copyright (c) Microsoft Corporation. All rights reserved.
2015-09-18T19:08:02.8906952Z Starting test execution, please wait...
2015-09-18T19:08:03.3713251Z Warning: Using Isolation mode to run tests as required by effective Platform:X86 and .Net Framework:Framework35 settings for test run. Use the /inIsolation parameter to suppress this warning.
2015-09-18T19:08:07.4457804Z ##[error]Error: Executor process exited.
2015-09-18T19:08:07.4457804Z ##[error]
2015-09-18T19:08:07.4557251Z ##[error]Error: There was no endpoint listening at net.pipe:[...redacted...] …Run Code Online (Sandbox Code Playgroud) azure ×2
.net-4.6 ×1
azure-devops ×1
azure-sqldw ×1
sql-server ×1
ssms ×1
ssms-2016 ×1
tfs-2015 ×1
tfsbuild ×1