Вопрос

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