For a complete list of all possible ports used by Windows Services, check this nice article for KB support:
http://support.microsoft.com/kb/832017/en-us
For a complete list of all possible ports used by Windows Services, check this nice article for KB support:
http://support.microsoft.com/kb/832017/en-us
When reading the log4net manual I figured out even more simpler way to put logging in VB.Net applications.
All you have to do:
With this solution you’ll get quicky started on logging, and it has following advantages:
See also there posts on the same subject:
Since I couldn’t find easily startup example for log4net written in VB.Net, I decided to write one for myself. In this example I’m using my favorite appender, the RollingFileAppender that has fixed file size and one automatic backup.
See also:Please download and install the last version of the log4net if you haven’t already done it. Create new windows application project.With VS2005 open, choose “File”, “New Project”. On New Project Window, choose “Windows application”,type “Log4NetApp” in the “Name” field, click ok. Open the Form1.vb, create five command buttons