How to find reason of failed Build without any error or warning

后端 未结 30 1033
旧时难觅i
旧时难觅i 2020-11-29 20:01

I have a WebApplication which contains reference to WCF services.

While building using Visual Studio 2010, Build fails without any error or warning. However building

30条回答
  •  眼角桃花
    2020-11-29 20:32

    I had the same problem after deleting a couple of forms. The errors popped up once I went into the code and did a "Show Definition" for one of the controls that I removed.

    I was also targeting a higher framework on one of my projects, so that might have been the issue as well.

提交回复
热议问题