Configuration files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to use configuration files in my Smartphone application to store some config data. However after I add the app.config xml file the build fails with a message 'The file 'app.config' could not be code-signed'
So I'm wondering if application configuration files are even supported in .NET CF
Thanks for help
Hynek Cihlar
 
The .NET Compact Framework doesn't have the System.Configuration namespace
and associated functionality. OpenNETCF have an implementation in the Smart
Device Framework:-
www.opennetcf.org/sdf/
The version in the v1.1 release due out shortly is modelled on the desktop
equivalent.

Peter
 
Back
Top