0
Answer

how access settings file from one project to another???

RJ Gowtham

RJ Gowtham

9y
513
1

I Have created dll project with setting file which need to be changed in the other project

Example:

Creating DLL with setting file(Id and password)

Add the dll to other project

I need to change the password and id from other project (Static or dynamic method)

please kindly suggest some ideas