ExecutionEngineException after security patch

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a ASP.NET Web App written in C# and FrameWork 1.1. It used to work
smoothly, until the IT department installed some security patches over the
last week end. I am sure no single line of code is changed. Now when I try to
access any web page through browser, it brings up the JIT debugging window
with message "An Exception 'System.ExecutionEngineException' has occurred in
/LM/W3SVC/1/Root/matrix-1-127426829531217644.". Please help, thanks!
 
Michael said:
Hi,
I have a ASP.NET Web App written in C# and FrameWork 1.1. It used to work
smoothly, until the IT department installed some security patches over the
last week end. I am sure no single line of code is changed. Now when I try to
access any web page through browser, it brings up the JIT debugging window
with message "An Exception 'System.ExecutionEngineException' has occurred in
/LM/W3SVC/1/Root/matrix-1-127426829531217644.". Please help, thanks!

I came into to work today and found that my machine had been rebooted;
probably because a (security?) patch was remotely installed. Now I
get the same error as you whenever I attempt to access my ASP.NET
application with IE or with F5 from Visual Studio.

Have you found a solution?
 
Michael said:
Hi,
I have a ASP.NET Web App written in C# and FrameWork 1.1. It used to work
smoothly, until the IT department installed some security patches over the
last week end. I am sure no single line of code is changed. Now when I try to
access any web page through browser, it brings up the JIT debugging window
with message "An Exception 'System.ExecutionEngineException' has occurred in
/LM/W3SVC/1/Root/matrix-1-127426829531217644.". Please help, thanks!

I managed to solve my problem by initiating an uninstall of Visual
Studio .NET 2003. The installer worked for a while and then told me
that the user 'SYSTEM' had initiated a install of .NET 1.1 and that it
had been suspended. It then asked me if I wanted to undo the changes.
I answered yes and, after a reboot, my PC appears to be back to
normal. So it seems like desktop support tried to install .NET 1.1 on
my PC last night and it blew up in the middle. *shrug* YMMV
 
Back
Top