Hi,
I have installed everything according to your tutorials. I also upgraded the firmware on my Mountaineer Ethernet Mainboard to the latest beta (4.3.1).
After successful compile of my code, I want to debug it on the device and receive this error message:
Cannot deploy the base assembly ‘mscorlib’, or any of his satellite assemblies, to device - USB:a7e70ea2 twice. Assembly ‘mscorlib’ on the device has version 4.3.1.0, while the program is trying to deploy version 4.3.0.0
I have no idea of how to fix this. I started the project with netmf version 4.3 but this seems to be not sufficient to fit on a 4.3.1 device.
The complete output:
Looking for a device on transport ‘USB’
Starting device deployment…
Iteration 0
Opening port \?\usb#vid_0483&pid_a089#6&3c8adf&0&7#{d32d1d64-963d-463e-874a-8ec8c8082cbf}
Attaching debugger engine…
… debugger engine attached!
Querying device assemblies…
Found Assembly mscorlib 4.3.1.0
Found Assembly Microsoft.SPOT.Native 4.3.1.0
Found Assembly Microsoft.SPOT.Hardware 4.3.1.0
Found Assembly Microsoft.SPOT.Hardware.SerialPort 4.3.1.0
Found Assembly Microsoft.SPOT.Hardware.Usb 4.3.1.0
Found Assembly Microsoft.SPOT.Hardware.PWM 4.3.1.0
Found Assembly Microsoft.SPOT.Time 4.3.1.0
Found Assembly Microsoft.SPOT.Net 4.3.1.0
Found Assembly System 4.3.1.0
Found Assembly System.Xml 4.3.1.0
Found Assembly Microsoft.SPOT.Graphics 4.3.1.0
Found Assembly Microsoft.SPOT.Hardware.OneWire 4.3.1.0
Found Assembly Microsoft.SPOT.Update 4.3.1.0
Found Assembly MFUpdate 4.3.1.0
Found Assembly NetworkInformation 4.3.1.0
Found Assembly Oberon.NaCl.Netmf 1.0.0.0
Found Assembly System.Security.Cryptography.Netmf 4.3.1.0
Adding pe file D:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.Graphics.pe to deployment bundle
Adding pe file D:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\System.IO.pe to deployment bundle
Adding pe file d:\users\jochen.schoenfeld\documents\visual studio 2012\Projects\GadgeteerApp3\GadgeteerApp3\bin\Debug\le\GadgeteerApp3.pe to deployment bundle
Adding pe file D:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.TinyCore.pe to deployment bundle
Adding pe file D:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3\Assemblies\le\Microsoft.SPOT.IO.pe to deployment bundle
Any ideas?
Sincerely,
Jochen