I have on my PC a C# WinForms
application which was installed via MS click-once deployment.
I can see that the user.config
file used by Settings is located in a folder under:
C:\Users\<me>\AppData\Local\Apps\2.0\Data\<several other folders>\Data\<version string>
but those other folders have seemingly meaningless random names.
How does the app (or the framework, really) know where to find that user.config
file?
I need to access it from another application, and don't want to have to open a "Find File" dialog for the User to do it...
I have tried searching the Registry for that location, without success.
Thanks