GHIElectronics.NETMF.IO?

I am [italic]NETMF 4.1[/italic] and GHI’s latest SDK. What I would like to do is Read/Write to an SD card inserted into my Panda II. While using the example from the beginners guide I went to use [italic]GHIElectronics.NETMF.IO[/italic] and VS2010 says it is missing. I reinstalled the GHI SDK and got the same problem. Any help would be appreciated.

You need to do 2 things

  1. add “using GHIElec…” in your code to tell the compiler you need it but this doesn’t add the library
  2. add the actual assembly to your project references. This is explained the book as well

Thanks again for your help.