Can a class library have an App.config file?

后端 未结 7 1139
别跟我提以往
别跟我提以往 2020-11-27 04:04

Here is what my solution is looking like at the moment:

\"enter

In the Tutomen

7条回答
  •  醉话见心
    2020-11-27 04:56

    Well the class library can't have its own app.config, but if you define your settings the from the class library in the app.config for the exe file the class library should be able to find those to..

    im a bit unsure but i don't think it will combine them automatically i guess you have to do i manually!

提交回复
热议问题