Cannot find reference GHIElectronics.NETMF.Hardware

I am unable to find the following reference GHIElectronics.NETMF.Hardware

I followed steps 1-3 on:

I am using Visual Studio 2012 and have targeted .NETMF 4.2.

Thanks

Looks like you are looking some example or tutorial that was written for 4.1 Namespace names changed in 4.2

What code are you trying and what board?

Welcome to the forum!

Using Hydra with display_t43.

Trying to use Glide, following:
http://basementhackers.com/bhack/2012/12/12/net-gadgeteer-touch-screen-control-of-rgb-led-module/

I get message on display “Waiting for debug commands…”. Downloaded and compiled glide myself and had same error.

Trying code at:

Ran into inability to find reference “using GHIElectronics.NETMF.System;”

Guessing that all these things are related.

Making links visible.

GHIElectronics.NETMF.System is now GHI.Premium.System

https://www.ghielectronics.com/downloads/man/Library_Documentation_v4.2/Premium/html/6d616ec6-ea96-a1b3-429a-525050835a79.htm

Btw premium is not available on Hydra.

OK, I think that you have answered my initial question. Thanks.

I am still a bit confused by Premium not being available on Hydra. So I should limit myself to following examples built for Hydra? I was trying to adapt code for different boards to my situation.

Hydra is very capable board, you should be able to adopt some examples, you just need to use OSHW library instead of Premium. Premium only features of the SDK would be hard to move over. It depends on a case by case basis.