Azure 运行/发布失败原因或异常转储
我正在努力解决 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题通常是由引用的程序集引起的 - 您需要检查是否已将项目中任何第 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.