-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorp-test-system-event-log-exception.txt
17 lines (17 loc) · 2.12 KB
/
corp-test-system-event-log-exception.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[ArgumentException]: Source property was not set before writing to the event log.
at System.Diagnostics.EventLogInternal.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category)
at MFDLabs.Logging.EventLogConsoleSystemLogger.LogToEventLog(EventLogEntryType entryType, LogLevel level, String logType, String format, Object[] args) in C:\git\MFDLabs\MFDLabs.Internal.CorpTest\Assemblies\MFDLabs.Logging\Implementation\EventLogConsoleSystemLogger.cs:line 329
at MFDLabs.Logging.EventLogConsoleSystemLogger.Error(Exception ex) in C:\git\MFDLabs\MFDLabs.Internal.CorpTest\Assemblies\MFDLabs.Logging\Implementation\EventLogConsoleSystemLogger.cs:line 234
at MFDLabs.ActiveDirectory.LDAPServerProvider.ServiceIsAlive(String hostName, Boolean isSecure) in C:\git\MFDLabs\MFDLabs.Internal.CorpTest\Assemblies\MFDLabs.ActiveDirectory\LDAPServerProvider.cs:line 23
at MFDLabs.Internal.CorpTest.Site.MvcApplication.Application_Start() in C:\git\MFDLabs\MFDLabs.Internal.CorpTest\MFDLabs.Internal.CorpTest.Site\Global.asax.cs:line 24
[HttpException]: Source property was not set before writing to the event log.
at System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
[HttpException]: Source property was not set before writing to the event log.
at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)