Archive for March, 2007

ExecutionEngineException nightmare

March 28th, 2007

Last week, a potential customer of dtsdoc reported a new error. It was an ExecutionEngineException. Let me tell you that this is one of the worse exceptions you can get from a .NET application.
To begin with, this exception cannot be catched, which means you don’t get a nice call stack or any other useful info [...]