当前位置:  开发笔记 > 大数据 > 正文

Azure App Service Web App编译错误

如何解决《AzureAppServiceWebApp编译错误》经验,为你挑选了1个好方法。

通过Azure Web部署成功发布我的应用程序后,我在打开网站时遇到此错误:

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request.
Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: The compiler failed with error code -532462766.

我该如何解决这个问题?

devSparkle.. 16

此编译错误是由于.DLL过去上传的问题.如果您之前已使用Web部署上载,并且Visual Studio未在第二次部署中正确检测到依赖关系更新,则可能会发生这种情况,因此不会部署更改的.DLL.

更新:最佳解决方案是通过Web Deploy更新网站时,选择下面的Remove additional files at destination选项File Publishing Options



1> devSparkle..:

此编译错误是由于.DLL过去上传的问题.如果您之前已使用Web部署上载,并且Visual Studio未在第二次部署中正确检测到依赖关系更新,则可能会发生这种情况,因此不会部署更改的.DLL.

更新:最佳解决方案是通过Web Deploy更新网站时,选择下面的Remove additional files at destination选项File Publishing Options

推荐阅读
周扒pi
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有