Why a build error occours | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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