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???
2 Respuestas
+ 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.
0
You need to post what error message it gives to you ☺️