Uploaded image for project: 'Log4net'
  1. Log4net
  2. LOG4NET-638

RemotingAppender does not work with .NET CORE 3.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.8
    • None
    • Appenders
    • None
    • VS2019, WIN10, .NETCORE 3.0

    Description

      The RemotingAppender fails at line 151 with a MissingMethodException:

      m_sinkObj = (IRemoteLoggingSink)Activator.GetObject(typeof(IRemoteLoggingSink), m_sinkUrl, channelProperties);

      The Activator class in .NET CORE 3.0 does not implement the GetObject method.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Joachim@Holzhauers.de Joachim Holzhauer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: