Can't get anything in NLogViewer on Vista

4 messages Options
Embed this post
Permalink
Francis1

Can't get anything in NLogViewer on Vista

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Can't get anything in NLogViewer on Vista

Hi,


I've been using NLogViewer for years on XP but I recently moved to Vista and I can't make any UDP data appear in the viewer, although the log files work fine.  No changes were made to the .nlog config file.  I disabled the Vista firewall, no effect.


Does anyone have an idea what might be causing this?  Working off log files feel like the stone age compared to the viewer.


Francis


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Nlog-list mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/nlog-list
Jaroslaw Kowalski

Re: Can't get anything in NLogViewer on Vista

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Can't get anything in NLogViewer on Vista
 
It's hard to tell. I don't really have that much time to look into NLogViewer anymore. Just guessing, that maybe it's not binding to the right interface or binding to IPv6 instead of IPv4 - no clue.
 
Jarek
----- Original Message -----
Sent: Wednesday, January 14, 2009 11:19 AM
Subject: [Nlog-list] Can't get anything in NLogViewer on Vista

Hi,


I've been using NLogViewer for years on XP but I recently moved to Vista and I can't make any UDP data appear in the viewer, although the log files work fine.  No changes were made to the .nlog config file.  I disabled the Vista firewall, no effect.


Does anyone have an idea what might be causing this?  Working off log files feel like the stone age compared to the viewer.


Francis


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword


_______________________________________________
Nlog-list mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/nlog-list

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Nlog-list mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/nlog-list
Francis1

Re: Can't get anything in NLogViewer on Vista

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Re[2]: [Nlog-list] Can't get anything in NLogViewer on Vista

Hi Jaroslaw,


The solution is to change 2 lines in UDPReceiver.cs



Best regards,


Francis Gingras

Advanced Trading Research

www.atresearch.com


____________________________________

Thursday, January 15, 2009, 00:30:37, you wrote:


> Can't get anything in NLogViewer on Vista

> It's hard to tell. I don't really have that much time to look into

> NLogViewer anymore. Just guessing, that maybe it's not binding to

> the right interface or binding to IPv6 instead of IPv4 - no clue.


> Jarek

>   ----- Original Message ----- 

>   From: Francis Gingras 

>   To: [hidden email] 

>   Sent: Wednesday, January 14, 2009 11:19 AM

>   Subject: [Nlog-list] Can't get anything in NLogViewer on Vista



>   Hi,





>   I've been using NLogViewer for years on XP but I recently moved

> to Vista and I can't make any UDP data appear in the viewer,

> although the log files work fine.  No changes were made to the .nlog

> config file.  I disabled the Vista firewall, no effect.





>   Does anyone have an idea what might be causing this?  Working off

> log files feel like the stone age compared to the viewer.





>   Francis




> ------------------------------------------------------------------------------



>  

> ------------------------------------------------------------------------------

>   This SF.net email is sponsored by:

>   SourcForge Community

>   SourceForge wants to tell your story.

>   http://p.sf.net/sfu/sf-spreadtheword



> ------------------------------------------------------------------------------



>   _______________________________________________

>   Nlog-list mailing list

>   [hidden email]

>   https://lists.sourceforge.net/lists/listinfo/nlog-list


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Nlog-list mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/nlog-list
Francis1

Re: Can't get anything in NLogViewer on Vista

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jaroslaw Kowalski
Some javascript/style in this post has been disabled (why?)
Re[2]: [Nlog-list] Can't get anything in NLogViewer on Vista

I forgot to add the lines to the email:


using (Socket socket = new Socket(AddressFamily.InterNetworkV6, SocketType.Dgram, ProtocolType.Udp))

               {                   

                       socket.Bind(new IPEndPoint(IPAddress.IPv6Any, this.Port));

                            IPEndPoint sender = new IPEndPoint(IPAddress.IPv6Any, 0);

                       ...


Francis


____________________________________

> Can't get anything in NLogViewer on Vista

> It's hard to tell. I don't really have that much time to look into

> NLogViewer anymore. Just guessing, that maybe it's not binding to

> the right interface or binding to IPv6 instead of IPv4 - no clue.


> Jarek

>   ----- Original Message ----- 

>   From: Francis Gingras 

>   To: [hidden email] 

>   Sent: Wednesday, January 14, 2009 11:19 AM

>   Subject: [Nlog-list] Can't get anything in NLogViewer on Vista



>   Hi,





>   I've been using NLogViewer for years on XP but I recently moved

> to Vista and I can't make any UDP data appear in the viewer,

> although the log files work fine.  No changes were made to the .nlog

> config file.  I disabled the Vista firewall, no effect.





>   Does anyone have an idea what might be causing this?  Working off

> log files feel like the stone age compared to the viewer.





>   Francis



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Nlog-list mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/nlog-list