Hi Experts,
Can I add 'App.config' for ClassLibrary type of project? Is that allowed? I have added it for my ClassLibrary project and it is returning me null values. I read somewhere that 'App.config' is only for ConsoleAplication and not for ClassLibrary project. Is that true? If true, what is alternative here, where should I give configuration setting of ClassLibrary project.
Thanks and Regards,
Rohit Pol
Loading
Sujeet SinghPosted Dec 18, 2017, 3:00 AM
Sam HobbsPosted Apr 15, 2012, 5:55 PM
VulpesPosted Apr 15, 2012, 10:05 AM
Just go to the Project Menu, click Add New Item, select Application Configuration File and click the Add button.
An App.config file should then appear in Solution Explorer.