VisualMicro is not on Robert computer, because when AtmelStudio is installed, Jungo comes in.
I tried something on my computer. I plugged in the mkII, the /!/!"""% jungo driver installed, then I right-clicked it, and replaced by the lisbusb driver. Unplugged the mkII, plusg it again, it's now under lib-usb win32 devices

.
If I try to upload blink.ino in VisualStudio+VisualMicro, no error message but « Uploading to I/O board using 'avrispmkii' » till the ends of time.
AtmekStudio is not frozen, afterwards I ask to burn the bootloader and get:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at processing.app.debug.AvrdudeUploader.burnBootloader(Board boardPreferences, String programmerName)
I closed AtmelStudio, reloaded it and fisrt thing I asked to burn the bootloader: same message from .Net.
The I did another test, with IDE 1.0.5 and mkII:
- I was able to upload blink.ino
- Then I ask to burn the bootloader. No complain about the usb device... but got an error in verification:
Quote:avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0xcf != 0x0f
avrdude: verification error; content mismatch
avrdude: Sent: . [11] . [01] . [01]
avrdude: Recv: . [11] . [00]
avrdude done. Thank you.
This time right at first byte.
Looks like I went over my device driver/talking issues, but burning the bootloader fails for still unknown reasons

.
And looks like it proves my point about abug in 1.0.5 r2 ?!?