-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I'm trying to use the MSIE engine and every so often I'm seeing this exception. It doesn't happen every time.
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in MsieJavaScriptEngine.dll
Additional information: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
MsieJavaScriptEngine.dll!MsieJavaScriptEngine.ActiveScript.ActiveScriptJsEngineBase.Dispose(bool disposing)
MsieJavaScriptEngine.dll!MsieJavaScriptEngine.ActiveScript.ActiveScriptJsEngineBase.Finalize()
Any ideas what it could be?
I'm on Windows 8.1 and am doing this in an ASP.NET MVC website (well, a library used by an ASP.NET MVC website), using TinyIoC to register and resolve the JS engine implementation.
Let me know if you need any further information.