Is there a support for configuration management with CF

  • Thread starter Thread starter vokuit00
  • Start date Start date
V

vokuit00

Hello,

for my work i need to write a program which checks as example every day, if
there are updates of some files on a server.

If there are updates, the client should download them, stop working with the
old files and then begin working with the new files.
(Working means, i had to save these files and send them to other devices)

Is there a mechanism inside CF .NET which supports something like this?

Thanks

Volker
 
Volker,

No, the .NET CF v 1.0 does not directly support application.config files.
You can do a private version easily using the XmlTextReader or XmlDocument.

Bruce Johnson
..NET Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top