c# - Deploy config files along with exes and dlls on windows CE device -


currently deploying windows ce application on windows ce platform vs 2008. running fine.

my problem want deploy config files along exes , dlls. when deploy, exes , dlls deployed not config files.

properties each config files "content" , "copy always".

please how can deploy config files well?

in solution explorer, right-click config file want deploy , select properties. in properties window, select 'copy always' in 'copy output directory'

in deployment project, make sure include folder you've saved config files. this link explains how add items deployment

snapshot ide

note: if using publish solution explorer, select build action none , copy output directory do not copy


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -