Compiler Error Message: The compiler failed with error code -532462766
And the winner is ASP.NET Dynamic Compilation These lines in web.config where the cause. I only wish I knew how they got there. Was it a nu-get package or the VS2017 compilation? Remove these lines to resolve this error: <system.codedom> <compilers> <compiler language=”c#;cs;csharp” extension=”.cs” type=”Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ warningLevel=”4″ compilerOptions=”/langversion:6 /nowarn:1659;1699;1701″ /> <compiler language=”vb;vbs;visualbasic;vbscript” … Read more