Fatal Execution Engine Error when installing SQL Bundle 5
WGRyan000
Posts: 2
I get this error towards the end of the install. Click OK, get the error a few times, keep clicking OK. Event log says install successful. SQL Compare appears in list of Programs from start menu. Try to run it, and I get the exact same error.
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 ...
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 ...
Comments
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: Otherwise I'd assume that the .NET Framework is somehow damaged and needs to be reinstalled on that computer.