-2

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?

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Ankit
  • 1
  • 2

1 Answers1

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