Please enable JavaScript to view this site.

Visual Studio Project Builder Help

Build Log Files

 

Deleting all build log files

 

To delete all build log files choose Delete All Build Logfiles on the Projects menu.

 

 Menu-ProjectsDeleteAllBuildLogfiles

 

All build log files for all project configurations will be deleted.

 

 

Deleting a project's build log files

 

To delete build log files for all of a project's project configurations, right click on the project configuration then go to the Delete submenu,

 

 ContextMenu-Delete

 

then choose Delete all project configuration Build Logfiles.

 

 ContextMenu-DeleteBuildLogFiles

 

All build log files for all of this project's project configurations will be deleted.

 

 

Delete a build log file

 

To delete an individual project configuration's build log file, right click on the project configuration then go to the Delete submenu,

 

 ContextMenu-Delete

 

then choose Delete Build Logfile.

 

 ContextMenu-DeleteBuildLogFile

 

The build log file for this project configurations will be deleted.

 

 

Viewing a build log file

 

To view an individual project configuration's build log file, right click on the project configuration then choose View Build Logfile....

 

 ContextMenu-ViewBuildLogfile

 

The log file is opened in Notepad.

 

You can read the logfile looking for warnings and errors and other conditions.

 

Please note that the logfile produced by Devenv is much simpler and easier to read than the logfile produced by msbuild.

 

 

An alternative way of viewing logfile warnings and errors

 

An alternative way of viewing a project configuration's warnings and errors is to use the warnings and error filter, but then cancel the dialog so that you don't add the filters it shows you.

 

Right click on the project configuration you wish to filter. A context menu will be displayed. Choose the Filter submenu.

 

 ContextMenu-Filter

 

then choose Filter Errors and Warnings.

 

 ContextMenu-FilterWarningAndError

 

The Warnings and Errors Filter Chooser is displayed.

 

 WarningsAndErrorsFilterDialog

 

Once you have finished viewing the warnings and errors, click Cancel to dismiss the dialog.