Cerbuino bee project missing reference

I am trying to develop one of my projects on a new PC. It uses a Cerbuino Bee and MF 4.3

I installed MS netmf 4.3.2 QFE2 and GHI NETMF SDK 2016 R1

When I load the project into VS 20013, it can not find reference to GHI.Hardware.

It seems this project needs this reference for the ControllerAreaNetwork classes.

Am I missing and installation component or is the CAN classes moved to a different assembly?

GHI.Hardware exists in NETMF 4.2 but not 4.3 if you take a look at the GHI NETMF 4.3 SDK documentation under Library Documentation

the same link also includes documentation about CAN if you scroll down to Documents

http://old.ghielectronics.com/support/netmf

Are you sure about that? On the original PC I did the development on there is a GHI.Hardware assembly with version 4.3.8.1

Yeah… GHI.Hardware is in 4.3.

Two things to check:

  1. Is the project MF version set correctly
  2. Is GHI.Hardware included in your references.

If you are ok on both, then might be an installation issue. Check in the program folders.

sorry, it seems i mistakenly trusted GHI’s documentation (GHI NETMF 4.3 SDK) which does not include GHI.Hardware

Namespace vs library…