I am using a web AWS EC2 instance and in last 2 months I started getting this exception:
Error: System.Web.HttpCompileException (0x80004005): External component has thrown an exception
So I recycled the pool and this error appeared to be fixed, but a few days later it occurred again. Then I deleted the 2 Windows updates that cause this exception: 3098779, 3097997 and then I rebooted the instance. My .NET Framework version is 4.5.2.
This exception still occurs sometimes and I have no idea how can I fix it.
Could you advise me what to do for fixing it?
Thanks in advance.
InnerExceptionproperty of the exception you see. Also, if you suspect the issue is not related to code/programming, then there may be a better chance of getting a useful answer on another QA-site, for example on ServerFault or SuperUser.