I am getting this exception "Configuration system failed to initialize" while reading connection string from app_config in window application
string con = ConfigurationSettings.AppSettings["ConnectionString"].ToString();
on this line after entering following lines
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
in AssemblyInfo.cs. if i remove this line from Assemblyinfo.cs then there is no exception i am adding this assembly for logging purpose