I have two applications refering to a dll (A.dll). The dlls are refernced from both application's local directories. Application1 use Settings.Default to store string to the dll (A.dll). Will those strigs that are saved to settings of A.Dll by Applciation1 be accessible to Application2?

有帮助吗?

解决方案

As far as I'm aware, each application setting should have it's own settings file. Furthermore, if you have used a user-scoped settings, then each user from each application will have their own settings files.

You can find full details from the following links:

Using Settings in C#

Application Settings Overview

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top