Reputation: 18353
I'm facing a compilation error which is not showing much details. It's not pointing to any particular line of code.
Is there any compilation log file where I can find some detailed info?
I'm not asking about a solution of this particular problem, but a general information about any log file where I can find details about the compilation process.
I'm using VS 2012. The error appears only when MvcBuildViews option is on.
Upvotes: 0
Views: 121
Reputation: 1795
https://msdn.microsoft.com/en-us/library/jj651643(v=vs.110).aspx
- To change the verbosity level of log data On the menu bar, choose Tools, Options.
- On the Projects and Solutions page, choose the Build and Run page.
- In the MSBuild project build output verbosity list, choose one of the following values, and then choose the OK button.
Upvotes: 1