Everytime I try to rebuild or build my code, I am having this error that "csc.exe" exited with code -2146232576 , I cleaned my solution and restarted Visual Studio with no gain. Can anyone help me?
Asked
Active
Viewed 81 times
-2
-
1Did u try this https://stackoverflow.com/questions/34034352/visual-studio-build-error-csc-exe-exited-with-code-532462766 – sri harsha Jul 05 '19 at 09:49
-
@sriharsha Yes already tried ,still giving the same issue – Ankit Jul 05 '19 at 10:20
-
@ankit try cleaning solution – Satish Patil Jul 05 '19 at 10:50
1 Answers
0
A question on this error was answered by Cole Wu on MSDN suggesting using the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console) and enter:
Install-Package Microsoft.Net.Compilers -Version 1.3.2
Otherwise there's another question asking about the same error code on SO here IIS Compilation Error -2146232576 AspNetInitializationExceptionModule that might help.

half of a glazier
- 1,864
- 2
- 15
- 45