Comments
1 comment
-
Hi,
Any Engine Execution Exception usually indicates a problem in the .NET Framework. You may have corrupt native images that need to be ironed out, you can do that by running ngen from a command prompt:%systemroot%\microsoft.net\framework\v2.0.50727\ngen /update
Otherwise I'd assume that the .NET Framework is somehow damaged and needs to be reinstalled on that computer.
Add comment
Please sign in to leave a comment.
I've googled the hell out of this and apparently this is a catch all error for an unhandled exception of type System.ExecutionEngineException
has anyone else seen this? I'm installing on Win 2003 Server SP2. Others where I work can install successfully ...