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
The ExeServer project in the OutOfProcCOM sample doesn't fully unregister itself when starting with /unregserver. This seem to be caused by the COMRegistration.LocalServer.Unregister function only deleting the content inside the HKCR\CLSID\{class-id} folder, but not the folder itself.
…CLSID folder
WARNING: Doesn't seem to be required.
Fixesdotnet#5960 where an empty HKCR\CLSID\{AF080472-F173-4D9D-8BE7-435776617347} folder still remains after unregistration
The
ExeServer
project in the OutOfProcCOM sample doesn't fully unregister itself when starting with/unregserver
. This seem to be caused by theCOMRegistration.LocalServer.Unregister
function only deleting the content inside theHKCR\CLSID\{class-id}
folder, but not the folder itself.Steps to reproduce:
ExeServer.exe /regserver
with admin privileges.ExeServer.exe /unregserver
with admin privileges.HKCR\CLSID\{AF080472-F173-4D9D-8BE7-435776617347}
folder there.The text was updated successfully, but these errors were encountered: