The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Saturday, June 2, 2018 at 05:27pmHello,
I am using eSignLive in my UWP project. It was working fine last couple of weeks before. But now it throwing an exception at
eslClient = new EslClient(API_KEY, API_URL);
Exception: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
My code is as below
private string API_URL = string.Empty; private string API_KEY = string.Empty; private static EslClient eslClient; private void Button_Tapped(object sender, Windows.UI.Xaml.Input.TappedRoutedEventArgs e) { try { API_URL = "https://sandbox.esignlive.com/api"; API_KEY = "M2JPbjpXQVlOmE3N3VIenhJVQ=="; eslClient = new EslClient(API_KEY, API_URL); } catch (Exception ex) { } }Any help would be appreciated. Thanks
Reply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 08:05amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 11:45amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 11:59amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 12:29pmReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 12:33pmReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Monday, June 4, 2018 at 11:10pmReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 05:18amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 06:00amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 06:18amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 06:43amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 06:51amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 07:45amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Tuesday, June 5, 2018 at 07:59amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Thursday, June 7, 2018 at 05:13amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Thursday, June 7, 2018 at 12:05pmReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Thursday, June 7, 2018 at 12:12pmReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Friday, June 8, 2018 at 01:07amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Friday, June 8, 2018 at 08:24amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Friday, June 8, 2018 at 08:43amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Wednesday, June 20, 2018 at 07:05amReply to: The type initializer for 'log4net.Core.LoggerManager' threw an exception.
Friday, June 22, 2018 at 11:32pm