I got my hands on gadgeteer and I am just trying to play with it little bit. I am trying to get this code to work .Net Gadgeteer Camera, Touch Screen and Storage
Everything seems to be fine except it looks like I missing the GHI electronics library. I followed all the instructions on the GHI electronics website and I still seem to have error on line
using GHIElectronics.NETMF.System;
It says "The type or name 'NETMF' does not exist in the namespace 'GHIElectronics' (are you missing an assembly reference?)
Only reason why its not working that i can come up with that I'm running new version of the SDK. I am new to c# so I might be missing something else as well. Thanks for help in advance.