ASP.Net MVC HttpCompileException, although I removed Windows updates

I am using an instance of web AWS EC2, and over the last 2 months I started to get this exception:

Error: System.Web.HttpCompileException (0x80004005): External component throws an exception

So, I reworked the pool, and this error was fixed, but after a few days it happened again. Then I removed the 2 Windows updates that cause this exception 3098779, 3097997and then I restarted the instance. My version of the .NET Framework is 4.5.2.

This exception still happens occasionally, and I don't know how to fix it.

Could you advise me what to do to correct it?

Thanks in advance.

+4
source share

Source: https://habr.com/ru/post/1666989/


All Articles