avrdude: skt500_getsync() : not in sync: resp=0x00 Arduino Due on a win 7

I realy hope this Is the wright place to put this.

Got my Arduino Due->
Downloaded the IDE->
Downloaded the Driver Files

Plugged in my board made sure it was the wright board and (COMPORT)
So can anyone tell me why am I getting this error:
avrdude: skt500_getsync() : not in sync: resp=0x00

Hello cbpolishing,

From your pictures, I have noticed that you are using Arduino IDE 1.0.5. That IDE is not for DUE.
Please, download the Arduino 1.5.5 BETA from...

Any other Arduino IDE 1.5.X should also works for DUE.

...and make sure to select the right board as follows,

Tools->Board->Arduino Due (Programming Port)

Good luck. Palliser.