Date/Time stopped in Pocket PC 2003 Phone Edition emulator

B

bob

Hi,

I have just written my first application using the compact framework
and am testing it with the Pocket PC 2003 Phone Edition emulator.

However, I have run into a problem in that the Date and Time of the
emulator phone seem to be set when the emulator starts but then never
change (i.e. they are not up to date).

The upshot is that my C# code which access DateTime.Now always returns
that start-up date and time of the emulator.

Am I missing something obvious?

(I'm testing through VS.Net 2003 using the Pocket PC 2003 Phone
Edition (virtual radio) emulator)

Thanks,
John.
 
P

Peter Foot [MVP]

This is regular behaviour for the emulator, you should test time specific
code on a real device.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top