ExecutionEngineException ...

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

Guest

Hi people,

What should I do with an ExecutionEngineException? It suddenly appeared in
my code but documentation sais that it could be thrown from anywhere...

Thanks,
 
Hello TT (Tom Tempelaere),

It seems that there is a critical error in FW. You have to do nothing, to
suppress it and throw error about system mistake

T> What should I do with an ExecutionEngineException? It suddenly
T> appeared in my code but documentation sais that it could be thrown
T> from anywhere...

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Michael,

Thank you for responding.

But this isn't helping really. This is production code, a commercial product
that faces an ExecutionEngineException without explanation. I can't deliver a
product that throws ExecutionEngineExceptions. And I can't switch from .NET
1.1 to .NET 2.0 to see if it is fixed, we are locked in on 1.1... Anyway,
I'll have to resort to other solutions.

Kind regards,
 
Back
Top