I created a default Fez Raptor project but Dev Studio would not connect to the board to load it. Instead I got approximately 50 iterations
Starting device deployment…
Iteration 0
Iteration 1…
Ending with “There were deployment errors. Continue?” dialog
The solution
-
Right-Click on your project in the solution explorer and select Properties.
-
In the property inspector select the “.Net Micro Framework” item.
-
The default “Transport” should be USB.
-
The “Device” in my case was G400_G400.
-
Manually change the “Device” to G400. You will not find just G400 in the drop down list.
Close the property inspector. Dev Studio will now connect to the Raptor normally and behave as expected.
If you reopen the property inspector the device will again be G400_G400 so beware.
Is this a know issue?