2

I'm trying to build an application in visual studio , the build is failed but I can't see any error in the error list. I have tried:

  • Clean solution.
  • Delete vs folder.
  • Restart Visual studio

But any of those solutions solve my problem.

enter image description here

abdou_dev
  • 805
  • 1
  • 10
  • 28

1 Answers1

1

The error appears in the output window.

Try to clear the solution then you close Visual Studio then you delete bin and obj folders. Then you restart Visual Studio ... it may takes a moment and it will build or fails and display the error.

Fabrice T
  • 648
  • 9
  • 23