locked
windows services error RRS feed

  • Question

  • User-278624196 posted

    Hi Expert,

    I am trying to run windows service and getting error

    Problem signature:
      Problem Event Name:    CLR20r3
      Problem Signature 01:    IFH1JM2GF4NYJ2UJ5LNVRNQHF4M2C4KQ
      Problem Signature 02:    2021.2.19.1
      Problem Signature 03:    602ff381
      Problem Signature 04:    Microsoft.Extensions.Logging.Abstractions
      Problem Signature 05:    3.0.19.46305
      Problem Signature 06:    b7d2d4a4
      Problem Signature 07:    40
      Problem Signature 08:    d
      Problem Signature 09:    System.ArgumentNullException
      OS Version:    6.3.9600.2.0.0.272.7
      Locale ID:    2057
      Additional Information 1:    e999
      Additional Information 2:    e9999a135408cb97f3a17a4d8399ee0e
      Additional Information 3:    decf
      Additional Information 4:    decf55f99df1fcb58a64b164a96eca2e

    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=280262

    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    e

    Unhandled Exception: System.ArgumentNullException: Value cannot be null.
    Parameter name: logger

    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.ArgumentNullException
       at Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger, Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, System.Exception, System.String, System.Object[])
       at Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger, System.Exception, System.String, System.Object[])
       at Bpf.Acquisition.AppleWebService.Eligibility.WindowsService.Program.Main()

    Friday, May 14, 2021 2:26 AM

All replies

  • User690216013 posted


    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.ArgumentNullException
       at Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger, Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, System.Exception, System.String, System.Object[])

    To know which argument was null and caused the exception, you need to use a debugger, or analyze a crash dump.

    Saturday, May 15, 2021 5:38 AM