python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Custom configuration section in app.config cannot read xml data as collection in C# application
I have following class extended ApplicationSettingsBase as below
public class SMTPServerConfig : ApplicationSettingsBase
{
private static SMTPServerConfig instance = (SMTPServerConfig)Synchronized...
Pham Lai
Votes: 0
Answers: 1