Eathernet2 EathernetUdp2 compile errors

RS_:
The = was a Remanent from trying everything I could think of.... Fixed that, and still get the same errors as always.....

Actually you get less of the same errors. I forgot to say that you need to move the line:

EthernetUDP Udp;// To send & receive packets using UDP

above setup().

After that you will get no more of the "The Udp class has been renamed EthernetUdp." errors and you will be able to move on to your Udp.send() errors.

RS_:
File > Examples > Ethernet2 > UDPSendReceiveString, the associated tutorial:

Been here, done this, and still have errors.....

Please post the errors you get when you compile File > Examples > Ethernet2 > UDPSendReceiveString.