MLW
Member Since 14 Oct 2011Offline Last Active Feb 27 2012 03:23 PM
Profile Feed

MLW
Hi bene331. I got it sorted few hours ago, it seems that I didn't add systems.IO to my project's references. It's great to finally get it to work. I will be connecting a RTC next and may have some questions if it doesn't work 1st thing. Thank you
Mariam
Mariam


bene331 → MLW
reference to the (solution Explore). So right click the "Reference solution" and add the "System.IO" Then it builds.
BTW.
private static void Main() needs capital "M"
BTW.
private static void Main() needs capital "M"


bene331 → MLW
Hi MLW Welcome to the community. I am also fighting on using the micro SD card and has found now 3 mega errors. I am trying to code around this until someone get it fixed. So when you reach the serious problems try to be in contact. But the problem you face right now with the builder is easy. It is not enough to add the line
using System.IO; in the top of the file. You also need to add the
using System.IO; in the top of the file. You also need to add the
