Hello, I recently bought a Fez Spider starter kit to try out .net Gadgeteer. I worked my way through a setup tutorial installing .net MF 4.3 SDK, netmf and Gadgeteer package 2013 R2 and the FEZ config. I updated the firmware to 4.2.11.0 and then created a new project in which when I press a button a LED should blink. However when I tried to debug the program I got a number of different errors/ warnings:
-
Cannot find a schema that defines target namespace ‘http://schemas.microsoft.com/dsltools/GadgeteerDSL’, schema validation skipped.
-
Device not found or cannot be opened - USB:EMX. (when I use FEZ Config to ping the device it does make a connection)
-
in the output window:
Assemblies successfully deployed to device.
Restarting interpreter…
Attaching to device…
Waiting for device to initialize…
The debugger engine failed to receive any debug events from the debugging target
After trying numerous times it worked for a couple of debug runs. (the code worked and the LED blinked once after I pushed the button: yeey!) Then I wanted to try out the T35 display so I disconnected the board but after hooking it up again I got the same kind of errors.
I’ve tried rebooting my pc, reinstalling everything and reupdating the firmware but nothing seems to help. I checked the GHI .net MF USB Debugging Interface driver in device manager and it shows as correctly installed.
Can anyone please help me resolve these issues?