UdpClient.JoinMulticastGroup fails under Vista

  • Thread starter Thread starter Steve Wilkinson
  • Start date Start date
S

Steve Wilkinson

Can anyone explain why an attempt to join a multicast group at address
224.0.0.1 using UdpClient.JoinMulticastGroup() fails under Vista with a
socket exception "A socket operation was attempted to an unreachable host".

Running under elevated privileges makes no difference.

All other addresses in the multicast range work fine.

Performing a tracert command results in a transmit error: 1232.

Regards

Steve
 
More information if anyone else is experiencing this problem.

It appears that joining the multicast group at 224.0.0.1 will fail if your
machine has either Wireless or Bluetooth network adapters enabled. Disable
the adapters and it appears to work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top