Hi,
I have a strange problem :) Using VS2008 I created an Outlook add-in. Then
using the Settings designer I created a few user-scoped string entries in
the settings and use them in my code. At some point I save the settings.
Loading and saving the settings obviously works - they are persisted
accross
the debug sessions I run in Outlook.
The problem is - I don't know in which file the settings are stored?! I
checked NameOfAddin.dll.config, App.config, and all other possible files
in
the solution directory. Only NameOfAddin.dll.config seems to be relevant
but
it never gets written by the addin and always contains the default values
of
the entries. I tried with a couple of file system tools to track down
which
files the Outlook process writes, but without any luck.
Everything works fine, I just don't know where those settings the user
saves
are stored. Any suggestions?
Best,
Iliyan