VianneyTremelo opened a new issue, #194:
URL: https://github.com/apache/logging-log4net/issues/194

   I migrated two (C#) applications to the version 3.01. And I've now an 
exception : "System.ObjectDisposedException: 'Cannot access a disposed object. 
Object name: 'System.Net.Sockets.Socket'.'" (see screenshot below)
   
   * When the application start on my first migrated application
   * When the application is disposed on my 2nd migrated application
   
   The port that I use is not locked by another application, because if I 
rollback my changes and run my application with previous version of log4net 
(v2.0.1) => it's works fine.
   
   My config:
   ```
   <appender name="TelnetAppender" type="log4net.Appender.TelnetAppender">
                <port value="4060" />
                <layout type="log4net.Layout.PatternLayout">
                        <conversionPattern value="%date{HH:mm:ss.fff} %-5level 
- %message%newline" />
                </layout>
   </appender>
   ```
   
   
   
   Error:
   
   
![image](https://github.com/user-attachments/assets/f9729a4b-06c2-40f7-beef-31ec784742d5)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to