USBH_Device is missing

Hi,

I’m using the current version of GHI NETMF v4.1 SDK. Download today. Within the library resides the GHIElectronics.NETMF.USBHost.dll with version number 4.1.5.0 created on 11.04.2011 04:18 pm.

I have included the dll, but when i try to use the USBH_Device class the class will not found. When i browse through the assembly GHIElectronics.NETMF.USBHost with VS 2010 C# Express there is no USBH_Device class … See attached image.

What is wrong here?

Have you included “GHIElectronics.NETMF.System” dll? That is where the GHI documentation says USBH_Device is located.

Hi Mike,

thank you for your hint. After including the system dll, it works. I have considered only the name space and not where the class really is…

Thank you!