Configuration files

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
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top