Visual C # Project build fails without errors?

enter image description here

Here's the error line:

ResourceManager manager = new ResourceManager();

I know he needs arguments. Why can't I see errors?

+3


source to share


1 answer


It is possible to show errors when the build fails: Tools → Options → Projects and Solutions → General options "Always show the list of errors if the build ends with errors". Check if it is selected.

It might also be helpful:



There is an option to change the amount of information included in the build log :

On the menu bar, select Tools, Options. About the Projects and Solutions page, select the Build and Run page. In the build of the MSBuild project, list the details, select one of the following, and then select the OK button.

+5


source







All Articles