hi ,
i want to use an XML file as 'settings file' for my application developed
for PocketPC 2003. how can i put my xml file into a folder structure from
wher my appication can read it (while running in the emulator) ?

Thnx
Abhi

Re: using XML file in emulator by ALI-R

ALI-R
Thu Mar 10 01:38:23 CST 2005

I'm having the same problem.The emulator uses an Image file which contains
all the files there and we need kind of file reader which can read and
transfer files from and into that image file.Try adding the xml file into
your project as content and see if you can read in that way.

HTH

Reza Alirezaei
"Abhi Unniyambath" <AbhiUnniyambath@discussions.microsoft.com> wrote in
message news:6A2078D8-3F97-498E-B2C7-F962D1CF3022@microsoft.com...
> hi ,
> i want to use an XML file as 'settings file' for my application developed
> for PocketPC 2003. how can i put my xml file into a folder structure from
> wher my appication can read it (while running in the emulator) ?
>
> Thnx
> Abhi



RE: using XML file in emulator by Max

Max
Sun Mar 13 09:05:01 CST 2005

The first way is to add the file as content to the project (while deploying
the project the file will be copied to the emulator). The second - manually
copy needed file to the emulator for example with remote file viewer utility
that bundles with eVC, or throught shared folders. Shutting down the emulator
with "save emulator state" option will preserve all the files you have been
copied until the next run.

Max.


"Abhi Unniyambath" wrote:

> hi ,
> i want to use an XML file as 'settings file' for my application developed
> for PocketPC 2003. how can i put my xml file into a folder structure from
> wher my appication can read it (while running in the emulator) ?
>
> Thnx
> Abhi