KeyBindings
KeyBindings copied to clipboard
Not implemented (Exception from HRESULT: 0x800004001 (E_NOTIMPL))
User raised issue on Marketplace Q&A.
When loading the intellij shortcuts in 2019, I get: Not implemented (Exception from HRESULT: 0x800004001 (E_NOTIMPL))
I'm not getting this error when I load the IntelliJ shortcuts. It's possible there is a missing or incorrect DLL reference in the extension. Are you able to send me some more information about the error?
Logs/Stack trace?
What version of VS are you running? What version of HotKeys? What version of Keyboard Shortcuts Manager? (You might not see this in your Extensions unless you installed it separately.)
As an attempt to fix/workaround... I would try the following:
First approach: Clear Shortcuts list, then re-scan extensions
- Clear the shortcuts list Tools->Keyboard Shortcuts->Load Shortcuts->Clear Shortcuts List
- Rebuild the shortcuts list (by scanning the extensions) Tools->Keyboard Shortcuts->Scan Extensions
Second approach: Uninstall / Re-install.
-
Ensure VS is up-to-date. (I'm currently on Version 16.1.6 Release 16.1.6+29102.190)
-
Uninstall HotKeys (and restart VS)
-
Uninstall Keyboard Shortcuts Manager (if it is showing up in the extensions list)
-
Separately install Keyboard Shortcuts Manager (latest version v2.1.0) - and restart
-
Install the latest version of HotKeys (currently v3.0.0)
-
Restart Visual Studio
-
Hope for the best
I've tried both approaches, but none worked. Please let me know which additional information you want me to provide.
Are you able to send me some more information about the error?
Logs/Stack trace?
What version of VS are you running? What version of HotKeys? What version of Keyboard Shortcuts Manager?
Happens for me to.
Visual Studio version: Enterprise 2017 - 15.9.20 HotKeys version: 3.0.0 Keyboard Shortcuts Manager: 2.1.0
Uninstall and reinstall does not work, neither does installing a separate version of KSM.
I tried starting VS with devenv /log
to view the activity log.
This only resulted in the following errors on screen:
Not implemented (Exception from HRESULT: 0x800004001 (E_NOTIMPL))
And in ActivityLog.xml
:
<entry>
<record>2035</record>
<time>2020/03/06 08:38:34.912</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Performance warning: String load failed. Pkg:{1B027A40-8F43-11D0-8D11-00A0C91BC942} LANG:0409 ID:1301</description>
</entry>
Hmmm. Not sure what's happening.
I might take a look in a week or two.
That'd be great, are there any other logs I could provide?