2

我无法意识到我做错了什么并在互联网上找到了一些东西。
有谁知道以下部署停止器的原因是什么?

可能这就是 DacPac 的众多设置。

Error SQL72014: SQL Execution error: A fatal error occurred. The variable DatabaseName could not be found.
Error SQL72045: Script execution error.  The executed script:
USE [$(DatabaseName)];


Error SQL72014: SQL Execution error: A fatal error occurred. Incorrect syntax was encountered while USE [$(DatabaseName)]; was being parsed.
Error SQL72045: Script execution error.  The executed script:
USE [$(DatabaseName)];
4

1 回答 1

2

将“CommentOutSetVarDeclarations”设置为 false 或在 XML 中将其删除。

对于 Visual Studio UI:
发布数据库(弹出)-> 高级...(按钮)-> 常规(选项卡)->
取消选中Comment out SetVar declarations

一次偶然的机会,我点击了它。

然而我找到了它:https ://stackoverflow.com/a/15158985/390940 ))

于 2017-03-30T07:20:27.253 回答