Reputation: 9646
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.
Upvotes: 4
Views: 336
Reputation: 26
Perhaps this might help
( A crash dump should be enough to tell what is the cause of the exception,
http://support.microsoft.com/kb/2580960)
Whole thread - https://forums.iis.net/t/1196792.aspx
Upvotes: 1