I am developing a context menu (shell extension), and when I try to rebuild the solution it says that the .dll library cannot be opened because it is in use. How can I unload the library manually so I can rebuild it and load it again after rebuilt? Any cmd line commands?
Share
Here are some tips on working with shell extensions. You can either manually shutdown and restart the shell between sessions, or you can configure the shell to unload your extension quicker.