I get a System.Web.HttpCompileException when my view throws an Html.RederPartial . Exception Message:
Additional Information: The external component has thrown an exception.
I checked that:
- The controller does not throw an exception
- Partial view exists
Model transmitted by the controller and received from it is the same.InnerException is null
It seems like the exception sounds like the html or razor is wrong or wrong, but the solution builds fine. He also worked not so long ago, so I assume that I am missing something stupid ...
My question is:
Does anyone know how to find out what causes this exception? Or is there a way to get more information about the exception?
Edit: Here's the StackTrace
in System.Web.Compilation.AssemblyBuilder.Compile () in System.Web.Compilation.BuildProvidersCompiler.PerformBuild () in System.Web.Compilation.BuildManager.CompileWebFile (VirtualPath virtualPath) in System.Web.Compilation.BuildPathIntalGu virtualPath, Boolean noBuild, Boolean ...
source share