.NET Runtime version 2.0.50727.3074 - Fatal Execution Engine Error
I am not sure this is the right forum to ask this, but here goes:
I have a windows service running on a Windows Server 2008 which crashes logging this to the event log: .NET Runtime version 2.0.50727.3074 - Fatal Execution Engine Error (000007FEF8B1BD07) (800703e9)
It is built using Visual Studio 2008 SP1 targeting .NET Framework 3.5
Michael Chris.
Hi Michael
It doesn't look like a .NET Framework setup problem, as error hex 800703e9 means stack overflow.
Please check and debug if there too deep recursion in your code cause the problem.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.