justcla / KeyBindings

Installs alternative keyboard mapping schemes to work with Visual Studio. Provides rich hotkeys and keyboard shortcuts.
http://aka.ms/HotKeys
69 stars 10 forks source link

Not implemented (Exception from HRESULT: 0x800004001 (E_NOTIMPL)) #15

Open justcla opened 5 years ago

justcla commented 5 years ago

User raised issue on Marketplace Q&A.

When loading the intellij shortcuts in 2019, I get: Not implemented (Exception from HRESULT: 0x800004001 (E_NOTIMPL))

justcla commented 5 years ago

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.)

justcla commented 5 years ago

As an attempt to fix/workaround... I would try the following:

First approach: Clear Shortcuts list, then re-scan extensions


Second approach: Uninstall / Re-install.

Lemaje commented 5 years ago

I've tried both approaches, but none worked. Please let me know which additional information you want me to provide.

justcla commented 5 years ago

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?

MalumAtire832 commented 4 years ago

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))

image

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>
justcla commented 4 years ago

Hmmm. Not sure what's happening.

I might take a look in a week or two.

MalumAtire832 commented 4 years ago

That'd be great, are there any other logs I could provide?