You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Windows 10 Pro machine, I compiled the project in Visual Studio 10. I ran the exe "letsencrypt.exe" from the bin\Debug folder. It opens very quickly with an error then closes. Any ideas to why I cannot get it to remain open?
Error:
Error while creating logger: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. - at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate)
at Serilog.Sinks.EventLog.EventLogSink.ConfigureSource(EventLog log, String source)
at Serilog.LoggerConfigurationEventLogExtensions.EventLog(LoggerSinkConfiguration loggerConfiguration, String source, String logName, String machineName, Boolean manageEventSource, String outputTemplate, IFormatProvider formatProvider, LogEventLevel restrictedToMinimumLevel)
at PKISharp.WACS.Services.LogService..ctor() in C:\Users\mtaylor\Downloads\Let's Encrypt\source\win-acme-master\letsencrypt-win-simple\Services\LogService.cs:line 41
The text was updated successfully, but these errors were encountered:
Issue description
On a Windows 10 Pro machine, I compiled the project in Visual Studio 10. I ran the exe "letsencrypt.exe" from the bin\Debug folder. It opens very quickly with an error then closes. Any ideas to why I cannot get it to remain open?
Error:
Error while creating logger: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. - at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate)
at Serilog.Sinks.EventLog.EventLogSink.ConfigureSource(EventLog log, String source)
at Serilog.LoggerConfigurationEventLogExtensions.EventLog(LoggerSinkConfiguration loggerConfiguration, String source, String logName, String machineName, Boolean manageEventSource, String outputTemplate, IFormatProvider formatProvider, LogEventLevel restrictedToMinimumLevel)
at PKISharp.WACS.Services.LogService..ctor() in C:\Users\mtaylor\Downloads\Let's Encrypt\source\win-acme-master\letsencrypt-win-simple\Services\LogService.cs:line 41
The text was updated successfully, but these errors were encountered: