473,513 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error

in event log:.NET Runtime version 2.0.50727.312 - Fatal Execution Engine
Error (7A062A61) (80131506)

We have an application that seems to be throwing this error, but I can't
seem to work out why it should throw it. It's normally thrown when writing to
a stream, I can't say that I've ever seen it before but it seems to be
occuring on various machines and doesn't seem to be reliably tracable as it
occurs at different stages in the software. I've tried on both vista
(utlimate on one machine and enterprise on a second) together with XP SP2.
The software uses quite a lot of memory if that has any bearing on things.

Anyone have any ideas of what may be happening or how to track it down
(Pressing Debug just closes the application) ?
Thanks

Paul


Version=1
EventType=APPCRASH
EventTime=128303629551543498
ReportType=2
Consent=1
UploadTime=128303629583874921
Response.BucketId=479306993
Response.BucketTable=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=TeletestMock.exe
Sig[1].Name=Application Version
Sig[1].Value=1.0.0.4252
Sig[2].Name=Application Timestamp
Sig[2].Value=46af3773
Sig[3].Name=Fault Module Name
Sig[3].Value=mscorwks.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=2.0.50727.312
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=45372457
Sig[6].Name=Exception Code
Sig[6].Value=c0000005
Sig[7].Name=Exception Offset
Sig[7].Value=000a1543
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.0.6000.2.0.0.256.1
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
UI[2]=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
UI[3]=Teletest has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
State[0].Key=Transport.DoneStage1
State[0].Value=1
State[1].Key=DataRequest
State[1].Value=Bucket=479306993/nBucketTable=1/nResponse=1/n
FriendlyEventName=APPCRASH
ConsentKey=APPCRASH
AppName=Teletest
AppPath=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
ReportDescription=Stopped working
Jul 31 '07 #1
3 4264
Use Tracing and logging, or Try/Catch and logging.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:DE**********************************@microsof t.com...
in event log:.NET Runtime version 2.0.50727.312 - Fatal Execution Engine
Error (7A062A61) (80131506)

We have an application that seems to be throwing this error, but I can't
seem to work out why it should throw it. It's normally thrown when writing
to
a stream, I can't say that I've ever seen it before but it seems to be
occuring on various machines and doesn't seem to be reliably tracable as
it
occurs at different stages in the software. I've tried on both vista
(utlimate on one machine and enterprise on a second) together with XP SP2.
The software uses quite a lot of memory if that has any bearing on things.

Anyone have any ideas of what may be happening or how to track it down
(Pressing Debug just closes the application) ?
Thanks

Paul


Version=1
EventType=APPCRASH
EventTime=128303629551543498
ReportType=2
Consent=1
UploadTime=128303629583874921
Response.BucketId=479306993
Response.BucketTable=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=TeletestMock.exe
Sig[1].Name=Application Version
Sig[1].Value=1.0.0.4252
Sig[2].Name=Application Timestamp
Sig[2].Value=46af3773
Sig[3].Name=Fault Module Name
Sig[3].Value=mscorwks.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=2.0.50727.312
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=45372457
Sig[6].Name=Exception Code
Sig[6].Value=c0000005
Sig[7].Name=Exception Offset
Sig[7].Value=000a1543
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.0.6000.2.0.0.256.1
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
UI[2]=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
UI[3]=Teletest has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
State[0].Key=Transport.DoneStage1
State[0].Value=1
State[1].Key=DataRequest
State[1].Value=Bucket=479306993/nBucketTable=1/nResponse=1/n
FriendlyEventName=APPCRASH
ConsentKey=APPCRASH
AppName=Teletest
AppPath=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
ReportDescription=Stopped working

Jul 31 '07 #2
I have logging but not tracing, but from looking at the log files the
program seems inconsistent in when it crashes, the error options when it
crashes are Debug or Close so not typical .Net termination errors.

I would expect to see an exception thrown without a try catch as there is
an Application.ThreadException handler in place to catch anything not
already caught and log that. However the application doesn't seem to end
gracefully.

Paul
"Kevin Spencer" <un**********@nothinks.comwrote in message
news:e3**************@TK2MSFTNGP05.phx.gbl...
Use Tracing and logging, or Try/Catch and logging.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:DE**********************************@microsof t.com...
>in event log:.NET Runtime version 2.0.50727.312 - Fatal Execution Engine
Error (7A062A61) (80131506)

We have an application that seems to be throwing this error, but I can't
seem to work out why it should throw it. It's normally thrown when
writing to
a stream, I can't say that I've ever seen it before but it seems to be
occuring on various machines and doesn't seem to be reliably tracable as
it
occurs at different stages in the software. I've tried on both vista
(utlimate on one machine and enterprise on a second) together with XP
SP2.
The software uses quite a lot of memory if that has any bearing on
things.

Anyone have any ideas of what may be happening or how to track it down
(Pressing Debug just closes the application) ?
Thanks

Paul


Version=1
EventType=APPCRASH
EventTime=128303629551543498
ReportType=2
Consent=1
UploadTime=128303629583874921
Response.BucketId=479306993
Response.BucketTable=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=TeletestMock.exe
Sig[1].Name=Application Version
Sig[1].Value=1.0.0.4252
Sig[2].Name=Application Timestamp
Sig[2].Value=46af3773
Sig[3].Name=Fault Module Name
Sig[3].Value=mscorwks.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=2.0.50727.312
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=45372457
Sig[6].Name=Exception Code
Sig[6].Value=c0000005
Sig[7].Name=Exception Offset
Sig[7].Value=000a1543
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.0.6000.2.0.0.256.1
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
UI[2]=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
UI[3]=Teletest has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
State[0].Key=Transport.DoneStage1
State[0].Value=1
State[1].Key=DataRequest
State[1].Value=Bucket=479306993/nBucketTable=1/nResponse=1/n
FriendlyEventName=APPCRASH
ConsentKey=APPCRASH
AppName=Teletest
AppPath=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
ReportDescription=Stopped working


Jul 31 '07 #3
If you have access to the source code, it could be very helpful to
debug the code in Visual Studio with the option to break when
exceptions are thrown. Menu: Debug Exceptions... Especially the
"Managed Debugging Assistants" are very useful to track down nasty
things... (See http://msdn2.microsoft.com/en-us/library/d21c150d.aspx)
--
Marc

On 31 jul, 17:42, Paul <P...@discussions.microsoft.comwrote:
in event log:.NET Runtime version 2.0.50727.312 - Fatal Execution Engine
Error (7A062A61) (80131506)

We have an application that seems to be throwing this error, but I can't
seem to work out why it should throw it. It's normally thrown when writing to
a stream, I can't say that I've ever seen it before but it seems to be
occuring on various machines and doesn't seem to be reliably tracable as it
occurs at different stages in the software. I've tried on both vista
(utlimate on one machine and enterprise on a second) together with XP SP2.
The software uses quite a lot of memory if that has any bearing on things.

Anyone have any ideas of what may be happening or how to track it down
(Pressing Debug just closes the application) ?

Thanks

Paul

Version=1
EventType=APPCRASH
EventTime=128303629551543498
ReportType=2
Consent=1
UploadTime=128303629583874921
Response.BucketId=479306993
Response.BucketTable=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=TeletestMock.exe
Sig[1].Name=Application Version
Sig[1].Value=1.0.0.4252
Sig[2].Name=Application Timestamp
Sig[2].Value=46af3773
Sig[3].Name=Fault Module Name
Sig[3].Value=mscorwks.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=2.0.50727.312
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=45372457
Sig[6].Name=Exception Code
Sig[6].Value=c0000005
Sig[7].Name=Exception Offset
Sig[7].Value=000a1543
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.0.6000.2.0.0.256.1
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
UI[2]=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
UI[3]=Teletest has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
State[0].Key=Transport.DoneStage1
State[0].Value=1
State[1].Key=DataRequest
State[1].Value=Bucket=479306993/nBucketTable=1/nResponse=1/n
FriendlyEventName=APPCRASH
ConsentKey=APPCRASH
AppName=Teletest
AppPath=C:\Program Files\Plant Integrity\Teletest FastTrack
R4252\TeletestMock.exe
ReportDescription=Stopped working

Jul 31 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1131
by: Andy | last post by:
Hi all, I'm having a weird problem. I have Nant setup to build my project and perform some unit tests. If i run NAnt manually, after the output of the unit tests is displayed, the build...
1
1954
by: PS | last post by:
Hi I have project in old C++ (not .NET). I have prepared .dll in C++.NET for this old project. Project compile without any errors but after execution I got error "Fatal execution engine error"....
3
1874
by: Alan Z. Scharf | last post by:
1. Getting above when try to open any aspx.files in VS.Net 2003. OS is Server 2003. 2. No apparent entry in Event Viewer either by time of error. 3. CLR debugger breaks at followinng point:
0
1712
by: Nonee | last post by:
Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. Anyway, I "published" the vb.net...
0
755
by: Kirk | last post by:
I'm trying to use a Web Service to be a Remoting client of an existing ..NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. ...
0
992
by: Paul | last post by:
Fatal Execution Engine Error (0x7927121e) I am getting this error when trying to load a website I am developing in vs2003. asp.net 1.1. Where exactly do you look up this error? Rhetorical, I...
5
7730
by: wenning | last post by:
Hello, I am struggling with a website on a W2K3 server which has the actual content on a NAS server (also W2K3 based). The servers doesn't run in a domain and arent intended to. I did make...
0
1258
by: backsbt | last post by:
Hi , I have .NET 2003 and .NET 2005, SQL 2005 Express edition advanced edition installed on Windows XP SP2 machine. When ever I try to open any aspx /ascx files that I deeloped in .NET 2003 ...
6
1481
by: Scott M. | last post by:
When attempting to target a specific version of the .NET Framework in my application configuration file, I get an error saying that: "To run this application, you must first install one of the...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7160
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7384
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7537
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7099
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5685
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4746
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1594
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
456
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.