Programmer is not responding does not exist or your board is not connected

I just recieved the Arduino Uno Wifi and am very new to this stuff. I have worked with arduino before and have gotten it working just fine, but when I run the provided Blink code I recieve this error:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avr_read(): error reading address 0x0000
    read operation not supported for memory "flash"
avrdude: failed to read all of flash memory, rc=-2
avrdude: stk500_recv(): programmer is not responding
the selected serial port avrdude: stk500_recv(): programmer is not responding
 does not exist or your board is not connected

I have checked my ports and made sure the code works with another board and am not sure what is going on or what could cause the software to be unable to find my board. I even uninstalled and reinstalled the software just to be sure. Help is greatly appreciated.

avrdude: stk500_recv(): programmer is not responding

Usually means you have the wrong COM port selected or something is connected to the serial lines preventing the PC from being able to talk to the Arduino.

No, Im sure I have the right com port it even identifies the board on that port as the arduino, attached is an image. Is there any other possibility, I am just hoping it is not a hardware problem. :o