When release dlls don't work but debug dlls do

前端 未结 15 1360
我寻月下人不归
我寻月下人不归 2020-12-30 03:14

After deploying our huge distributed system to one of our clients we experience an unexpected error. During the investigation we replace the assembly causing the error with

15条回答
  •  -上瘾入骨i
    2020-12-30 04:18

    Have you tried including the debug files? (the pdbs)

    If you co go your project settings and then the compile 'tab' select your release build in the dropdown near the top, then choose advanced compile options near the bottom, make sure to set it to create FULL debug information, then redeploy, you should now get more detailed information about the reason for the crash.

提交回复
热议问题