Azure 运行/发布失败原因或异常转储

发布于 2024-08-21 04:44:06 字数 198 浏览 3 评论 0原文

我正在努力解决 Azure 部署过程。我有一个应用程序(许多应用程序)在我的本地计算机上运行得非常好,非常感谢,但是当我发布并运行它们时,它们通常是“正在初始化......”,然后是“正在停止......” .”因为他们遇到了一些错误。

我的问题是:我如何找出导致其无法运行的错误?

我希望能够捕获或查看停止实际部署的错误。

提前致谢

I'm wrestling with the Azure Deployment process. I have an application (many applications) that have run very-well-thank-you-very-much on my local machine, but when I publish and run them they often are "Initializing...." and then "Stopping..." because they've hit some error.

My question is: How can I find out what the error was that stopped it from running?

I want to be able to capture or view errors that stopped the actual deployment.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风轻花落早 2024-08-28 04:44:06

此问题通常是由引用的程序集引起的 - 您需要检查是否已将项目中任何第 3 方程序集的“复制本地”属性设置为 true。

请参阅以下博客帖子了解更多信息对这个问题进行深入分析。

This is problem is normally caused by referenced assemblies - you will need to check that you have set the "Copy Local" attribute to true for any 3rd party assemblies within your project.

See the following blog post for a more in-depth analysis of this issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文