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

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

    Run this command at the command line and see if you get some more detailed information

    %WINDIR%\Microsoft.NET\Framework\v3.5\msbuild.exe YourSolution.sln /v:n

提交回复
热议问题