【问题标题】:How Settings.Default work for multiple applications accessing same dllSettings.Default 如何为访问相同 dll 的多个应用程序工作
【发布时间】:2013-10-29 09:47:26
【问题描述】:

我有两个引用 dll (A.dll) 的应用程序。 dll 引用自两个应用程序的本地目录。 Application1 使用 Settings.Default 将字符串存储到 dll (A.dll)。 Applciation1 保存到 A.Dll 设置中的那些字符串是否可供 Application2 访问?

【问题讨论】:

    标签: c wpf dll application-settings


    【解决方案1】:

    据我所知,每个应用程序设置都应该有自己的设置文件。此外,如果您使用了用户范围的设置,那么每个应用程序中的每个 用户 都将拥有自己的设置文件。

    您可以从以下链接中找到完整的详细信息:

    Using Settings in C#

    Application Settings Overview

    【讨论】:

      猜你喜欢
      • 2019-09-15
      • 1970-01-01
      • 2017-10-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-19
      相关资源
      最近更新 更多