You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
The 64 bit build configuration is set to teat warnings as errors
Building the x64 Release configuration fails to register with regsvr32:
The module "ExplorerCommandVerb.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "ExplorerCommandVerb.dll" is a valid DLL or OCX file and then try again.
Building the x64 Debug configuration registers with regsvr32 ok but no changes are seen in the File Explorer .txt file context menu even after restarting File Explorer?
Fixing the warnings in 1. does not fix 2. nor 3.
I am using Visual Studio 2019 16.10.4 and 64 bit Windows 10 10.0.19043.1110.
I am trying to get https://github.com/microsoft/Windows-AppConsult-Samples-DesktopBridge/tree/main/Docs-ContextMenuSample/ExplorerCommandVerb going:
The module "ExplorerCommandVerb.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "ExplorerCommandVerb.dll" is a valid DLL or OCX file and then try again.
I am using Visual Studio 2019 16.10.4 and 64 bit Windows 10 10.0.19043.1110.