G
Guest
I'm having a difficult time making the jump from VB6 and ASP to the .NET Compact Framework and am pretty much stalled on the app I'm trying to develop for an Intermec Mobile Computer.
I need a disconnected DataSet in the device and it appears the best way to get it there is to transfer an XML file from the server and then load the XML into a DataSet. Trouble is, no matter how I try to get it in, I get either a "FileNotFound Exception" or an "IO Exception". I've put the XML file in every location it could possibly go (or at least I think I have) and still get the error.
I've tried some of the sample apps in the VB .NET Resource Kit and can get SQL Data in/out and get/save it from XML, but when I try to go to the Compact Framework and my Smart Device platform, it doesn't work with what's available there.
Can anyone offer help in the form of sample code or by pointing me to a good resource? I'll even take a class, IF I can find one that's affordable.
Thanks in advance.
I need a disconnected DataSet in the device and it appears the best way to get it there is to transfer an XML file from the server and then load the XML into a DataSet. Trouble is, no matter how I try to get it in, I get either a "FileNotFound Exception" or an "IO Exception". I've put the XML file in every location it could possibly go (or at least I think I have) and still get the error.
I've tried some of the sample apps in the VB .NET Resource Kit and can get SQL Data in/out and get/save it from XML, but when I try to go to the Compact Framework and my Smart Device platform, it doesn't work with what's available there.
Can anyone offer help in the form of sample code or by pointing me to a good resource? I'll even take a class, IF I can find one that's affordable.
Thanks in advance.