Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

upswing

Member Since 17 Aug 2013
Offline Last Active Jan 09 2014 06:43 PM
-----

Topics I've Started

XML Serialization

28 August 2013 - 06:48 PM

 I want to store some objects in xml files on the SD card to hold some startup data. My code compiles and runs on the emulator but I am getting some not supported exceptions....

 

Is XML serialization supported on the netduino 2 Plus?

 


SD card I/O exception thrown

23 August 2013 - 12:10 AM

The following code throws an I/O exception

 

string message = "This is a test";

try

{

System.Collections.IEnumerable x = Directory.EnumerateDirectories(@"SD");

}

catch (Exception exc)

{

message = exc.Message;

}

 

 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.