It's the files that are the question (although I suppose the registry might
not be persistent on some devices). When power is cycled on most industrial
devices, the contents of the Windows directory is *gone* (there's no little
coin battery like there is to keep the power on on a Pocket PC). Anything
not in ROM has to be reinstalled. Most devices have some area which is
persistent through a power cycle, but it's often not the Windows directory
(where VS.NET installs the .NET CF). Maybe it's a storage card of some type
or a flash 'drive'. If you can install to persistent storage and the
registry is persistent, then you're fine. What device are we talking about,
anyway?
Paul T.
"spacedog"
what do you mean by "persistent"? when the .NET CF is deployed i see that
"System_SR_enu.cab" is copied over (i found out "The .NET Compact Framework
provides localized exception strings for applications in the system resource
file System.SR.dll"). also, dlls and files are copied over (and registered i
assume). the registry is persistent and the files that were copied over
would still be there, so which part of that wouldn't be persistent?