.net 4.5 - "csc.exe" exited with code 1 in Visual Studio 2012 -


the visual studio 2012 professional edition installed on pc keeps on showing in error list

"csc.exe" exited code 1 in visual studio 2012

instead of actual error (e.g. syntax error).

how can fix this?

i turned on detailed logging in tools -> options ... -> projects , solutions -> build , run.

when rebuild solution, can see command gives error. copy command, open cmd window, go project folder, paste , run command. output give actual error.

it's sort of bug in vs2012 suppose. try cleaning solution, restart visual studio , try rebuilding? above solution should point in right direction finding error. when opening file containing error, errors should appear in error list.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -