Re: Upload XML File with the deployment...
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
As I've told you in my previous post, I use OpenNetCF's Configuration
namespace to read .config files and it's really simple, and I suppose
with a better performance than reading a .xml file. Look up in
OpenNETCF's forums
Anyway, take a look at this post in order you can make a idea of how to
read a .config file:
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=5383
Besides, I would advise you to surf this forum, there are many
interesting things.
The first part of your post: Are you debugging with the VS.NET
emulator? The XML file generated as "content" deployment, I think
should work.
I always test in a real device and I can guarantee you that the XML
file as content is deployed to the device with the application output.
Hope that helps.
.
Relevant Pages
- Re: Config file for Biztalk processes - Best practice
... This article refers to Biztalk 2004, but it should be close enough to ... 'Config files' are doable but reading them each time the orch runs ... zeno wrote: ... data from the xml file and puts it in a request message to a web ... (microsoft.public.biztalk.general) - RE: Deployment Project
... Consider using the data access block ... for setting the data access path in your config files. ... >Subject: Deployment Project ... >I need to make deployemnt project for my Web service in Visual Studio ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: app config file downloading (not) for winform deployment model
... Hi Mark, ... >Subject: Re: app config file downloading for winform deployment model ... Produced By Microsoft MimeOLE V6.00.2800.1106 ... >>>Thanks Mike for posting this valuable note on config files. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: how to release
... In corporate environments ... this is a one-time deployment that can be done separately from the apps. ... could do a simple XCOPY deployment of the executable (and config files). ... Carlos J. Quintero (Visual Developer - .NET MVP) ... (microsoft.public.vsnet.general) - Deploying apps for beginner
... I have just completed my first application and it's ready for deployment. ... Can anyone point me to a site which will explain the different scenarios to ... server and let the clients consume it, or how to set the path to the server ... in the config files. ... (microsoft.public.dotnet.distributed_apps) |
|