XmlReader exception - Netduino Plus 2 (and Netduino Plus 1) - Netduino Forums
   
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.
Photo

XmlReader exception


  • Please log in to reply
2 replies to this topic

#1 Xevious

Xevious

    New Member

  • Members
  • Pip
  • 3 posts

Posted 12 May 2013 - 03:02 PM

I have (or had, thinking to sell now) a Netduino plus 2.  <_<

 

So, after some hours polishing my Database class to correctly save a small xml file to a SD card, I discovered that, apparently, Netduino is not able to load the System.xml without blowing the memory. I had saw in another forum posts that System.xml is "to big" to fit on the Netduino memory:

 

http://forums.netdui...l-reader-whoas/

 

And I have the same situation (in VB.Net):

 

 

[color=#b22222;]XmlReader.Create( Stream, New XmlReaderSettings() With { .IgnoreComments = True, .IgnoreWhitespace = True } )  [/color]

 

Blows a "System.NotSupportedException"...

 

 

Using NETMF 4.2

 

 

 



#2 NooM

NooM

    Advanced Member

  • Members
  • PipPipPip
  • 490 posts
  • LocationAustria

Posted 12 May 2013 - 03:54 PM

System.NotSupportedException

 

means that netmf and / or netduino doesent support this feature.

 

 

edit: fixed :D

btw: keep in mind uC's have little ram and flash, so they cant support everything.



#3 Xevious

Xevious

    New Member

  • Members
  • Pip
  • 3 posts

Posted 12 May 2013 - 08:27 PM

System.NotSupportedException

 

means that netmf/netduino doesent support this feature.

 

In the emulator is working. It´s a Netduino fault. Not NETMF.

 

Well, nevermind,

 

Cheers,






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.