I am using Visual Studio Express 2012. Where is the location of the log file? I have searched in the folder where my solution and projects are stored, but cannot find any .l
The msdn documentation is pretty clear about this (And you ain't gonna like it!):
https://msdn.microsoft.com/en-us/library/jj651643.aspx
Where it says:
To create a build log file for a managed-code project On the menu bar, choose Build, Build Solution.
In the Output window, highlight the information from the build, and then copy it to the Clipboard.
Open a text editor, such as Notepad, paste the information into the file, and then save it.