C# DLL config file

后端 未结 17 2602
梦毁少年i
梦毁少年i 2020-11-22 05:05

Im trying to add an app.config file to my DLL, but all attempts have failed.

According to MusicGenesis in \'Putting configuration information in a DLL\' this should

17条回答
  •  悲哀的现实
    2020-11-22 05:12

    For a dll, it should not depend on configuration as configuration is owned by application and not by dll.

    This is explained at here

提交回复
热议问题