Hi,
as in the subject; I’ve installed Visual Studio for Mac and followed the instructions on the documentation to update the firmware of my netduino 2 plus (firmware 4.3.2.1 as upgraded by the tool).
The IDE recognises correctly the device but when I try to debug the application (the default onboard led blink) I receive the following error while the debugger is starting; but I can’t find any solution:
"
Looking for the debugging target 8881-4096 to connect to (will time out in 60 seconds)…
Device debugging starting…
Restarting interpreter…
Attaching to device…
Found debugger!
Updating information about assemblies on the debugging target.
The debugging target runtime is loading the application assemblies and starting execution.
IP Address: 0.0.0.0
Updating thread list
The debugger engine is listening to debug events from the debugging target
Create TS.
_ Loading start at 806b238, end 8087980_
Assembly: mscorlib (4.3.1.0)
Assembly: Microsoft.SPOT.Native (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware (4.3.1.0)
Assembly: Microsoft.SPOT.Net (4.3.1.0)
Assembly: System (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.3.1.0)
Assembly: Microsoft.SPOT.IO (4.3.1.0)
Assembly: System.IO (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.Usb (4.3.1.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.3.1.0)
Assembly: GoBus (1.5.0.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.3.1.0)
Assembly: Microsoft.SPOT.Time (4.3.1.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware (4.3.1.0)
Attaching deployed file.
Assembly: Netduino2plus (1.0.6440.25367)
Resolving.
Updating information about assemblies on the debugging target.
The debugging target runtime is loading the application assemblies and starting execution.
Ready.
The debugger engine failed to receive any debug events from the debugging target
Event dispatch failed:Could not resolve type with token 01000050 (from typeref, class/assembly Mono.Cecil.Cil.MethodSymbols, Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756)
"
any ideas?
Thanks.