Reflashing Arduino Nano using Kanda AVRISP-U

I am trying to use a Kanda AVRISP-U to reflash some code into the ATmega328 on my Arduino Nano which has the Arduino bootloader on it. The AVRISP-U program keeps complaining: "Your target device is not responding, check power, connections & clock settings". I've double-checked all of the connections from the 10-way connector on the AVRISP-U to the 6-way header on the Nano.

What do I need to do to get it all to work?

Check if that programmer will actaully provide power to the target board. I suspect that you need to power the nano seperately from the programmer, as it just senses if there is power on the ISP header. Just a quick guess mind you.

The AVRISP-U does not appear to provide power. I did power the Nano from the mini-USB port.