I've been working on an addin for some time and decided it needed some settings. I created a .settings file and associated backend c# files to utilize it and it works great on my development computer. But when I deploy it to others, the settings don't load. The image below shows what should show up on the left side and works fine on my computer. On the right, when you click the FNSB Addin Settings text on another computer, it just sits there with a spinner forever. It never seems to crash out, you can click Cancel to get out of it, but never loads. Attempting to use anything that relies on those settings does eventually crash.
" />Left: Working - Right: Just a spinner. 😞
Any ideas what may be going on here? Attached is the autogenerated code behind the settings file as generated by Visual Studio 2022.
Edit - Figured I'd add a system profile here, if that might help. Both systems running Windows 11. Top profile is the working system, bottom system the non-working one.
