Build (web): Object reference not set to an instance of an object
  TnD0WQEygW8e 2023年11月19日 29 0

Messages below were from Output Window of Visual Studio 2008:

Build (web): Object reference not set to an instance of an object.

Build (web): Object reference not set to an instance of an object_Visual

Build (web): Object reference not set to an instance of an object_ci_02

when building the solution, the build will fail with the error "/: Build (web): Object reference not set to an instance of an object." The error has no associated file, line, column or project information. The weird thing about the error is that it will go away on successive rebuilds and doesn't seem to result in any run-time errors that we've come across once the build is successful. Sometimes the error will pop only once, sometimes 3-4 times, but eventually the build will finish successfully and then seems to build just fine each time after. I haven't been able to nail down a pattern as to why and when the error will happen, and since it always eventually builds it hasn't been a critical problem for us. Just an annoyance. But one that I want gone for obvious reasons.

------------------

The first thing I'd try would be to increase the compiler verbosity. This can be set in the Visual Studio options - e.g. "Tools->Options->Projects and Solutions-Build and Run->MSBuild project build output verbosity"

------------------

Try using Rebuild Solution instead of Build Solution. You may need to add Rebuild Solution from Tools > Customize.

------------------

Please check the files in the /bin directory, it mostly because of the *.compiled files incorrectly copied into the /bin directory. Just delete them. also you can see the call stacks of this error by using "aspnet_compiler.exe" and the "-errorstack" switch.

------------------

http://stackoverflow.com/questions/209465/tracking-down-intermittent-object-reference-not-set-to-an-instance-of-an-object




【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月19日 0

暂无评论

推荐阅读
TnD0WQEygW8e