Arduino not detect AVRISP MKII programmer

Hello

Arduino not detect the installed and well working under ATMEL STUDIO 6 AVRISP MKII programmer.
It return me this error:

avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
_** Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/**_
** Copyright (c) 2007-2009 Joerg Wunsch**
** System wide configuration file is "C:\Program Files\Arduino\hardware/tools/avr/etc/avrdude.conf"**
** Using Port : \.\COM2**
** Using Programmer : arduino**
** Overriding Baud Rate : 115200**
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.

" Using Programmer : arduino"

That means you clicked on the Upload button (to upload using the bootloader) rather then selecting File->Upload Using Programmer.

Dear Joahnwasser

also using File->Upload using Programmer

I receive this message:

avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
** Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/**
** Copyright (c) 2007-2009 Joerg Wunsch**
** System wide configuration file is "C:\Program Files\Arduino\hardware/tools/avr/etc/avrdude.conf"**
** Using Port : usb**
** Using Programmer : stk500v2**
avrdude: usbdev_open(): did not find any USB device "usb"
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.

A search for the error message turned up this post (and many others):
http://forum.arduino.cc/index.php/topic,150690.0.html
"avrdude: usbdev_open(): did not find any USB device "usb"

fix: switch to any other prorgrammer, then back to arduino as ISP and error goes away."

In your case I would switch away from "AVRISP mkII" and back.

If that doesn't work, do the search yourself and read the many posts that mention that error message.