gpt4 book ai didi

msbuild - 使用更新数据库运行 Web 发布向导时出现 Visual Studio 2015 异常 SqlScriptPreprocessSqlVariables

转载 作者:行者123 更新时间:2023-12-02 01:26:46 26 4
gpt4 key购买 nike

更新:我用一个新的空 VS2015 WebApplication 项目重现了同样的错误。

  • 向新的空 SQL 数据库添加了一个 connectionString
  • 向解决方案添加了一个 sql 脚本文件,并在发布向导中选择了发布...。

Example of web Publish wizard with included Update script.

我将在构建 web 部署包或 web deploy 时遇到同样的错误。

原帖:“SqlScriptPreprocessSqlVariables”任务意外失败。当我将发布向导或 MSBuild 与选择了更新数据库的配置文件一起使用时,会发生这种情况。在一台只有 VS2015 Update1 的新安装的机器上,也在我们的带有 Team Fondation Server 2015 Build Agent 的构建服务器上。相同的发布配置文件适用于我们的 VS2013 环境。

System.TypeLoadException: Signature of the body and declaration in a method implementation do not match. 
Type: 'Microsoft.Web.Publishing.Tasks.SqlScriptPreprocessor.SqlCommandExecuter'.
Assembly: 'Microsoft.Web.Publishing.Tasks, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
at Microsoft.Web.Publishing.Tasks.SqlScriptPreprocessor.SqlScriptPreprocessSqlVariables.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask>d__26.MoveNext()

这是相同的错误,但来自新构建系统中的构建代理。我在新代理上运行 XAML build 时遇到了同样的错误。

##[error]C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Deploy\Microsoft.Web.Publishing.MSDeploy.Common.targets(119,5): Error MSB4018: The "SqlScriptPreprocessSqlVariables" task failed unexpectedly.
##[error]System.TypeLoadException: Signature of the body and declaration in a method implementation do not match. Type: 'Microsoft.Web.Publishing.Tasks.SqlScriptPreprocessor.SqlCommandExecuter'. Assembly: 'Microsoft.Web.Publishing.Tasks, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
##[error] at Microsoft.Web.Publishing.Tasks.SqlScriptPreprocessor.SqlScriptPreprocessSqlVariables.Execute()
##[error] at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
##[error] at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()

最佳答案

这就是我解决 webdeploy 打包问题的方法。这不是我推荐的解决方案,但它适用于我的机器和构建服务器。

找到文件 Microsoft.Web.Publishing.MsDeploy.Common.targets

这是我机器上的位置:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Deploy\ Microsoft.Web.Publishing.MsDeploy.Common.targets

在第 117 行及之后,我注释掉了以下部分。

<!--<SqlScriptPreprocessSqlVariables
UnsupportedKeywords="$(MsdeploySqlUnsupportedCommand)" CheckForUnsupportCommands="$(CheckSqlScriptForUnsupportedCommands)"
TreadSqlScriptUnsupportedCommandsAsWarning="$(TreadSqlScriptUnsupportedCommandsAsWarning)"
SqlScriptFile="%(_DatabasesToPackageForSQL.SourcePath)"
DestinationGroup="%(_DatabasesToPackageForSQL.DestinationGroup)"
ResolveIncludes="$(SqlScriptPreProcessResolveIncludes)"
BatchDelimiter="$(SqlScriptPreProcessBatchDelimiter)"
Condition="$(EnableSqlScriptVariableParameterize) And '%_DatabasesToPackageForSQL.SourcePath)' != '' And Exists('%(_DatabasesToPackageForSQL.SourcePath)') ">
<Output TaskParameter="List" ItemName="_DatabasesToPackage_SqlVariables" />
</SqlScriptPreprocessSqlVariables>-->

关于msbuild - 使用更新数据库运行 Web 发布向导时出现 Visual Studio 2015 异常 SqlScriptPreprocessSqlVariables,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36721750/

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