Microsoft
Software
Hardware
Network
Question : How to change properties.settings after deployment of windows application
In Properties.Setting I am maintaing folder path.I want to allow the user to change folder path value in app.config file after deployment. how to do this?
My App.config file
--------------------------
-
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration
.UserSetti
ngsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c56193
4e089" >
<section name="EmuptApp.Properties.
Settings" type="System.Configuration
.ClientSet
tingsSecti
on, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c56193
4e089" allowExeDefinition="Machin
eToLocalUs
er" requirePermission="false" />
</sectionGroup>
</configSections>
<appSettings>
<add key="ClientSettingsProvide
r.ServiceU
ri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAut
henticatio
nMembershi
pProvider"
>
<providers>
<add name="ClientAuthentication
Membership
Provider" type="System.Web.ClientSer
vices.Prov
iders.Clie
ntFormsAut
henticatio
nMembershi
pProvider,
System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRol
eProvider"
enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientSer
vices.Prov
iders.Clie
ntRoleProv
ider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
<userSettings>
<EmuptApp.Properties.Setti
ngs>
<setting name="SourceFolder" serializeAs="String">
<value>C:\Documents and Settings\rkalchetty\Deskto
p\Ravindra
\ravindra\
Source</va
lue>
</setting>
<setting name="FilesFormat" serializeAs="String">
<value>Excel files (*.xlsx, *.xlsm, *.xls)|*.xlsx;*.xlsm;*.xls
</value>
</setting>
</EmuptApp.Properties.Sett
ings>
</userSettings>
</configuration>
I want to allow the user to change the SourceFolder value under <EmuptApp.Properties.Setti
ngs> in app.config(after deployment of the project).
the App.config file getting the above values from Properrties.Setting file from my project.
after deployment, I am changing the SourceFolder value in the app.config file. but the value is not updating in the Properties.Setting file.it's displaying the old value.
Answer : How to change properties.settings after deployment of windows application
Be sure to keep [app_name].exe and [app_name].exe.config in the same directory.
Random Solutions
Advice on Gbic switches for major network installation
How to make Crystal Report not require SQL Server login, prompt
Unable to retrieve rootDSE of ldap server
How to open new pdf window using struts ?
Visual Basic ListView / SQL
basic question about graphs and gradients
A tiff file that works well with XP but not windows 7 "paint". Can some one give me some ideas?
Creation of RAID device fails
Forefront TMG Malware and NIS inspection updates aren't working.
Opening an Access form with allowadditions property set to false and no records found