VS2005 Emulator Very Slow

  • Thread starter Thread starter mac
  • Start date Start date
M

mac

I have a petty basic machine:
Win XP
1GB RAM
AMD 3500+ Chip (2.2 Mhz)

I just did a single form "Hello World" application and tried to debug. It
took 20 seconds to deploy to the emulator. The sam code in a Windows app
takes about 1 second to come up on the monitor, and that 1 second includes
the (neglible) build time.

I am worried that things will be horrible when I start coding for real.

Questions:

1. Is my experience normal?
2. Are things going to get a lot worse as the code gets bigger?
3. Anything I can do short of new hardware to speed things?
4. Haven't yet purchased my device. When I do, can you debug code that is
running on the device itself, and is that faster than emulation?

Thanks,

Mac
 
"mac" <[email protected]> ha scritto nel messaggio

I just did a single form "Hello World" application and tried to debug. It
took 20 seconds to deploy to the emulator.

Only 20 secs?
You're lucky ;)

But that's because the smart VS distribute the whole Fw each time.
There is an option in the project property to avoid this (I don't remember
the exact name).
 
Thanks for the reply. I now have a little more info: Deploying to the
"Pocket PC Emulator" takes about 20 seconds for a "Hello World" app.
Deploying to the "Pocket PC Phone" emulator takes close to one minute 45
seconds.

Does anyone know why it is so much worse for the "Pocket PC Phone" emualtor?
I am not talking about the SmartPhone emulator, but about the Pocket PC
Phone emulator.

Thanks,

Mac
 
Don't off your emulator all the time. When you start a new emulator it
always similate the installation of .Net Compact framework.

chanmm
 
Don't off your emulator all the time. When you start a new emulator it
always similate the installation of .Net Compact framework.

Only if you don't save the emulator state when you close it.
 

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

Back
Top