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

后端 未结 30 1085
旧时难觅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:25

    This happened to me after adding a new page to an asp.net project.

    What I did was exclude the page, get it to build again successfully.

    Then I added back the page with all the code commented out. Success.

    Then I uncommented the code bit by bit and then it all worked.

提交回复
热议问题