Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Csc.exe" exited with code -1073741819

Everytime I try to run my code, I am having this error that "Csc.exe" exited with code -1073741819 , I cleaned my solution and restarted Visual Studio with no gain. Can anyone help me?

like image 371
Sidra Qayyum Avatar asked May 22 '13 07:05

Sidra Qayyum


1 Answers

Cleaning and rebuilding the solution will sometimes solve the issue and sometimes won't.

You need to repair Visual Studio. Go to Control Panel -> Programs. Then select your version of Visual Studio you are using and press "Change"(or right click it and press "Change"). When the setup appears, click "Repair".

This solved it for me and several others who have been facing this issue.

like image 163
Syed Waqas Avatar answered Oct 22 '22 14:10

Syed Waqas