Chris
Thu Jan 11 11:27:04 CST 2007
That's not the exception you wanted to see.
Along with "Out of Memory", "Thread Abort" and "Stack Overflow" exceptions,
that's one that you really can't do much about.
I would suggest using ADPlus to capture the exception, and then poke at the
resulting dump file. That should tell you quite a bit more about what's
going on. Information on how to do (most) of this can be found at:
http://www.coversant.net/Default.aspx?tabid=88&EntryID=28
I added the "debugging" group to this post, as that's where it's going to
end up.
--
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullins
"Daniel Carlson" <DanielCarlson@discussions.microsoft.com> wrote in message
news:AB23BBE7-934A-4673-9A38-E14098358D18@microsoft.com...
> Finally I have recieved some data in the Event Viewer!!! Everytime the
> application crashes the following two items appears in the Application
> Log:
>
> Source: .Net Runtime
> Time: 17:35:47
> Type: .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
> (7A05E2B3) (80131506)
>
> Source: .Net Runtime 2.0 Error Reporting
> Time: 1735:49
> Type: Faulting application mec.exe, version 2.0.0.21154, stamp 455c4134,
> faulting module mscorwks.dll, version 2.0.50727.42, stamp 4333e7ec, debug?
> 0,
> fault address 0x000a163b.
>
> (Where Mec.exe is my application)
>
> I hope anyone can help me further.
>
> Regards Daniel Carlson
>
>