-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Some users have experienced this issue on startup or after locking their computer.
This is a particularly nasty bug because client code cannot handle this exception and it takes down the entire app.
System.ComponentModel.Win32Exception (0x80004005): Access is denied
at ExcelDna.IntelliSense.Win32Helper.GetFocusedWindowHandle()
at ExcelDna.IntelliSense.WindowWatcher.TryInitialize()
at ExcelDna.IntelliSense.UIMonitor.RunUIAutomation()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()