Pocket PC app written in VB.NET doesn't display in "Running Programs"

  • Thread starter Thread starter Pat Reddy
  • Start date Start date
P

Pat Reddy

I have written 2 applications in VB.NET to run in Pocket PC 2003. Each
runs fine independantly of the other, but when I have application A
running and I attempt to start application B, A dissappears without a
trace and B seems to not start at all. Neither shows up under "Running
Programs" but I can't re-start it or re-install either application as
windows apparently thinks they're running? what's going on? How can I
make this madness stop?

Pat Reddy
Industrial Controls Engineer
MAVERICK Technologies
 
Most likely you are running out of memory. WHen device does not have enough
memory to run an application it will attemtp to close some of those already
running
 
Back
Top