HighTechTalks DotNet Forums  

ReadXML on Arm7 .NET1.1 CF

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss ReadXML on Arm7 .NET1.1 CF in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
soundman32
 
Posts: n/a

Default ReadXML on Arm7 .NET1.1 CF - 11-27-2006 , 04:48 AM






Target: Arm7V4T .NET1.1 VS2003 SP1

I am loading a 30kb XML file into a dataset:

DataSet ds = new DataSet();
ds.ReadXmlSchema(schemaReaderFile);
ds.ReadXml( readerFile);

If I run this code from the main form, then it works ok (therefore the xml
file is ok), but if I run it from the correct place, I get a
StackOverflowException.
Running it in the 4.1 emulator doesn't cause a problem, so it seems it's
specific to the target (arm7).


Any suggestions?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.