davidjrh/dnn.appinsights

Multiple errors in site log: Method not found at AppInsightsLoggingProvider.GetProperties

kingjordan opened this issue · 0 comments

Hello,

While reviewing my host/log files for another issue I discovered that I am getting hundreds of the following exceptions listed in the log:

DotNetNuke.Services.Log.EventLog.LogController - System.MissingMethodException: Method not found: 'DotNetNuke.Services.Exceptions.ExceptionInfo DotNetNuke.Services.Log.EventLog.LogInfo.get_Exception()'. at DotNetNuke.Monitoring.AppInsights.AppInsightsLoggingProvider.GetProperties(LogInfo logInfo) at DotNetNuke.Monitoring.AppInsights.AppInsightsLoggingProvider.AddLog(LogInfo logInfo) at DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo logInfo)

Just wondering if you have any idea what is generating this issue.,

PS. I really love the module and am happy to be able to monitor my azure dnn instances with app insights.