开发者

Azure Run/Publish Fail Reason or Exception Dump

开发者 https://www.devze.com 2022-12-19 15:54 出处:网络
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 a

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开发者_JAVA百科 stopped it from running?

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

Thanks in advance


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号