Add connectionstring in app.config

后端 未结 6 1853
Happy的楠姐
Happy的楠姐 2020-12-17 07:05

I have a class library in C# has has several classes and a app.config. I have put ConnectionString in app.config as follows:


    &l         


        
6条回答
  •  一整个雨季
    2020-12-17 07:40

    The connection string stuff needs to be in the main exe project's app.config or else you need to load it manually.

提交回复
热议问题