I created a shell context extension using the SharpShell
nuget package. I then used the ServerManager
executable to help install/register my assembly, and it works.
The problem I am running into is that I have no idea where the app.config is installed. I have a user setting that I want to adjust, but I can't find the proper app.config file. Where exactly does the app.config get stored for shell extension assemblies?