network target not working in windows vista

1 message Options
Embed this post
Permalink
andrecarlucci

network target not working in windows vista

Reply Threaded More More options
Print post
Permalink
Hello guys,

I just changed my computer and I'm using Vista now.
The thing is that the target "network" is not working anymore. The same project running in a XP or Windows Server works fine. I'm using UDP, not TCP.

Here is my target:
<target name="network"  xsi:type="Network"
            address="udp://127.0.0.1:5002"
            layout="${date:format=HH\:mm\:ss} ${level:uppercase=true:padding=-5} ${logger:padding=-15} - ${message}"/>

And the logger:

<logger name="*" minlevel="Trace" writeTo="console,network" />

That's the only difference (that I can see, maybe I'm doing something stupid), windows XP and windows Vista.

Thanks a lot for any help,

André