You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Joachim Holzhauer (Jira)" <ji...@apache.org> on 2019/11/04 07:31:00 UTC

[jira] [Created] (LOG4NET-638) RemotingAppender does not work with .NET CORE 3.0

Joachim Holzhauer created LOG4NET-638:
-----------------------------------------

             Summary: RemotingAppender does not work with .NET CORE 3.0
                 Key: LOG4NET-638
                 URL: https://issues.apache.org/jira/browse/LOG4NET-638
             Project: Log4net
          Issue Type: Bug
          Components: Appenders
    Affects Versions: 2.0.8
         Environment: VS2019, WIN10, .NETCORE 3.0
            Reporter: Joachim Holzhauer


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)