Tracking down intermittent 'Object reference not set to an instance of an object.' error on build

后端 未结 11 2659
青春惊慌失措
青春惊慌失措 2020-12-17 15:28

I could use some help trying to track down an intermittent error that I\'ve been having with our ASP.Net project for quite some time.

Intermittently when building th

11条回答
  •  一向
    一向 (楼主)
    2020-12-17 16:11

    What's really odd is that it's a run-time error. You shouldn't see that at compile time. Do you have any pre- or post- build steps attached to the solution? Any unit tests you're including with your 'build' process?

    Where does this error show up?

提交回复
热议问题