Why a build error occours | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why a build error occours

my program in C# showing a buil error in visual studio. program have no error and no warrings but still showing errors. any solutions???

17th Apr 2017, 7:23 PM
Muhammad Umair
Muhammad Umair - avatar
2 Answers
+ 3
Build process comprises two stages: compilation and linking. Most of the time, a subtle mistake in code causes that. BTW, restart VS and also don't forget to cleaning your solution. If the project remains intransigent, remove .sou file.
17th Apr 2017, 8:05 PM
Babak
Babak - avatar
0
You need to post what error message it gives to you ☺️
17th Apr 2017, 8:07 PM
Valdemar
Valdemar - avatar