I have a windows service which is making db calls to sql servr 2005,
generating an xml file and writing it to the file system. every once in a
while the service dies and the only error i see is in the event log. does
anyone know a fix?
.NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error
(000006427F888C38) (80131506)
df0318 - 12 May 2008 16:42 GMT
> I have a windows service which is making db calls to sql servr 2005,
> generating an xml file and writing it to the file system. every once in a
[quoted text clipped - 3 lines]
> .NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error
> (000006427F888C38) (80131506)
df0318 - 12 May 2008 16:49 GMT
I was experiencing the exactly same error in my event log. My Sql Server
Agent Service could not start correctly. When I tracked it down, I found the
error came from applying updates from MS, which included .NET Framework 2.0
SP1. It failed installation at the first time. So I tried to reinstall this
updates again and everything came back to normal.
> I have a windows service which is making db calls to sql servr 2005,
> generating an xml file and writing it to the file system. every once in a
[quoted text clipped - 3 lines]
> .NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error
> (000006427F888C38) (80131506)