and the C# code looks like:
IDictionary dictionary = (IDictionary)ConfigurationSettings.GetConfig(@"errorLogConfig/errorModule");
I tried using
and the C# code looks like:
IDictionary dictionary = (IDictionary)ConfigurationSettings.GetConfig(@"errorLogConfig/errorModule");
I tried using
Replies
Know the answer? Post it — somebody with the same question will find it here.