Label doesn't display on panel

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

I've got a very weird problem. In the IDE running in debug mode, I
calculate the base36 number and display it in a label. Works great. Access
a local CE data table for the number.

When i deploy the cab to the device via install....everything works great -
app starts up does lots of local db hits etc. Everything works except the
getting the number to display in the label. Even check the database and all
the info is there.

Noticed that the IDE running to device via ActiveSync installs
System_SR_enu.cab. From what I've read, this should be in the app cab I
generate for the install program but looking in the cab i don't see it.

Could this cause the label (on a panel) not to display when run on the
device detached vs when the app runs from the IDE debug attached?

Any other things to check. I'm installing sqlce.wce4.armv4.cab......

TIA
Harry
 
Nope. System_SR_enu.dll is a string resource DLL that provides meaningful
test for exceptions, nothing more.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
I got weird display errors like yours before .NET CF Service Pack 1.
Do you have the latest .NET CF SP installed?
 
You know, VS2003 uses what ever netcf is in
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\armv4\
right?

This sucker is mod 10/18/2002 4:441:22PM.......and in the IDE it
works.....I'm distributing the 11/12/2003 8:03:42PM netcf and it doesn't
work.....hmmmmm. Maybe I just need to compile with the SP2 and distribute
the SP2. Installing it on a Symbol PPT2846 that's been upgraded to WM2003
from WM2002.

Let me do some digging into the versioning of these two....thanks for the
tip. Seems like I remember that there was some weird display probs between
the SPs too....someone else rebuilt this dev box so maybe that's the
problem - thanks!

Like I said all the other controls are just fine.....just that one......

Thanks
Harry
 
Back
Top