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

后端 未结 11 2660
青春惊慌失措
青春惊慌失措 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:24

    Just to clarify, is it the compiler itself that is choking? Are you doing anything weird with #define and #if directives in your code? Maybe something is being done out of order at some point... Just a thought...

提交回复
热议问题