CerbuinoBee missing references

I have a new project with a CerbuinoBee, 7LED, Button, and Joystick with NO custom code added, and when I deploy it tells me that 2 assemblies are needed, but both are in the references list. What am I doing wrong here? Below is the content of the output window. There are no errors when building.

Create TS.

Loading start at 8059dcc, end 807ac80

Assembly: mscorlib (4.2.0.0)Assembly: Microsoft.SPOT.Native (4.2.0.0)Assembly: Microsoft.SPOT.Hardware (4.2.0.0)
Assembly: Microsoft.SPOT.Graphics (4.2.0.0)Assembly: Microsoft.SPOT.TinyCore (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)
Loading Deployment Assemblies.

Attaching deployed file.

Assembly: GHIElectronics.Gadgeteer.FEZCerbuinoBee (1.0.6.0)Attaching deployed file.

Assembly: GHI.OSHW.Hardware (4.2.3.0)***********************************************************************

  •                                                                 *
    
  • ERROR!!! Firmware version does not match managed code version!!! *

  •                                                                 *
    
  •                                                                 *
    
  • Invalid native checksum: GHI.OSHW.Hardware 0xF0D4135D!=0x52D307E9 *

  •                                                                 *
    

Resolving.

Link failure: some assembly references cannot be resolved!!

Assembly: GHIElectronics.Gadgeteer.FEZCerbuinoBee (1.0.6.0) needs assembly ‘Gadgeteer’ (2.42.0.0)

Assembly: GHIElectronics.Gadgeteer.FEZCerbuinoBee (1.0.6.0) needs assembly ‘GHI.OSHW.Hardware’ (4.2.3.0)

Error: a3000000

Waiting for debug commands…

The program ‘[4] Micro Framework application: Managed’ has exited with code 0 (0x0).

Looks like you haven’t updated the boards firmware.

1 Like

Hint :slight_smile:

Thanks, I guess I didn’t look high enough in the error (doh).