USBH_Device reference cannot be found

Hello,

i’m making the USB host example from GHI Electronics – Where Hardware Meets Software with a Mass Storage device.
I just copied the code to my worksheet in VS, added the required references to the project, but it seems that “USBH_Device” isn’t found.

Everything else from “using GHIElectronics.NETMF.USBHost” I do can access in my code.

Do you have GHIElectronics.NETMF.System.dll included as a reference? That seems to be where it lives.

This stuff’s a bit confusing at times as different DLLs/assemblies can contribute to the same namespace.

Thanks ddurant, that reference was indeed missing