Tagged Questions
The usersettings tag has no wiki summary.
17
votes
2answers
2k views
How do you keep user.config settings across different assembly versions in .net?
Basically the problem is that each time the assembly version changes (i.e. the user installs a new version of the application) all their settings are reset the the defaults (or more accurately a new ...
4
votes
3answers
142 views
Where are .NET User Settings stored IF User = SYSTEM?
I've been working with an updated to update one of my apps and using Properties.Settings.Default.Upgrade() and discovered that after my updater restarts my app, it is run under the SYSTEM user instead ...
4
votes
6answers
2k views
c# - approach for saving user settings in a WPF application?
What approach do you recommend for persisting user settings in a WPF windows (desktop) application? Note that the idea is that the user can change their settings at run time, and then can close down ...
4
votes
2answers
1k views
User Settings vs Application Settings vs Resources in Visual Studio 2008
I'm a little confused by the different ways visual studio allows dynamic values to be saved to a project, and how they are intended to be used. I understand that if I need to include binary ...
3
votes
1answer
560 views
Change userSettings during MSI installation
I am trying to modify the userSettings section (Properties.MyApp.Default) in the MyApp.exe.config file during the installatio of my WPF application using an MSI installer.
I basically implemented it ...
3
votes
3answers
745 views
ClickOnce and UserSettings
Ok, I have a ClickOnce app that I'm testing and I ask the user for a couple of pieces of information the first time they use load the app; Customer Id and Name. I then set the Properties so that ...
2
votes
2answers
54 views
How to make Settings.settings data persistent
I have a Windows Forms application and I'm using the Settings.settings class to store user's configuration (email preferences, theme, etc) I didn't realize that after the user closes the app, the ...
2
votes
4answers
164 views
.Settings file in Win Form App, Best Practice
I have a Win Form app that stores some per user settings in a UserSettings.Settings file. This has worked well so far, however it seems that the Settings file gets "reset" when ever I release an ...
2
votes
2answers
138 views
C# settings hidden for user
I want to get and set some application settings hidden for the user. In this case these are two tokens and two tokens that are being altered by the application. But still all four them are a secret to ...
2
votes
3answers
3k views
Gitolite - How to create users?
I tried to install git + gitolite following this manual - using root instalation from server.
I just do not understand if new gitolite users have to have their user accounts?. When I add tester.pub ...
2
votes
4answers
254 views
How do you get user info from a company's domain/network settings in C#?
I was told that user info like name, address, phone, etc are stored on the network (obviously only if a person has given that info). This is the info that Outlook gets when searching for users on the ...
2
votes
2answers
1k views
C# - User Settings broken
We had a rare exception occur when reading the standard .Net user settings (this are the ones found in "project properties" in VS 2008):
System.Configuration.ConfigurationErrorsException was caught
...
1
vote
1answer
23 views
Visual Studio 2010 loses user settings when run side by side
Since some time I register an annoying behavior in Visual Studio 2010 SP1 under Windows Vista. Sometimes my user settings are lost on start up. This happens most of the time, when I had open the same ...
1
vote
1answer
151 views
C# Save List<String> or Array in Settings.settings?
I would like to save User Settings in the Settings.settings.
I want to create new Settings/Rows on runtime, but I heard, that this isn't possible, so
I thought, I could save the things in a List of ...
1
vote
2answers
120 views
How do I allow project user setting to be of type List<string>?
My app currently uses the user settings system (via project properties) to store user specific data. I use these settings instead of writing to/from App.Config because I need the data to persist when ...
1
vote
2answers
115 views
How can i use UserSettings when i import wpf usercontrols/views via mef
i have the following scenario. i have a main application wich can import usercontrols/views from other .dlls via mef. all works fine. but if i define usersettings im my plugin dlls, i got the ...
1
vote
1answer
271 views
Custom SettingsProvider and retrieving default value
I have implemented my own class that inherits from the SettingsProvider class. If the value I am retrieving has not been set by the user, i.e. it is the first time the program starts, I attempt to ...
1
vote
4answers
260 views
How to keep user settings on uninstall
I'm using .NET user settings feature and I'm facing a problem.
When the application is uninstalled, then installed back, the user settings are lost.
I understand it's by design, and I want to be ...
1
vote
2answers
201 views
Accessing C# user settings from a C++ Application
I am writing a C# program in Microsoft Visual Studio 2010 that stores some information inside of the local user settings like so:
Properties.Settings.Default.userActive.Add(connection.Active);
...
1
vote
1answer
95 views
How do I create 1 .NET Settings per instance of DLL
My service is a DLL and it can be installed multiple times. The DLL has its settings stored in Settings.settings. Each instance of the DLL will have its own Settings.settings. Can this be done with ...
1
vote
1answer
170 views
User settings on .NET
I'm having some weird trouble with a project on VS2005.
I have a few user settings configured, but every time i start the project (on release mode) it comes with a previously tested configuration.
...
1
vote
2answers
184 views
Is there a way to persist user settings to a database in WPF
I'm exploring all the options to persist user settings. The artilce in the url ...
1
vote
1answer
2k views
How to store a HashTable in the usersettings?
In .NET you can select a hashtable as type for a usersetting. However when I save it and retrieve it in this way, it doesnt seem to have saved it at all.
Hashtable t = new Hashtable();
...
1
vote
8answers
476 views
Limiting number of computers from which users can access ASP.NET website?
I'm building an ASP.NET application. One of the reqiurments is to limit number of different computers from which users can access the content of the site (for example 5 computers). It doesn't have to ...
0
votes
0answers
36 views
Managing (add/update) user specific configuration setting in WPF application
I want to manage user specific configuration settings in WPF application configuration file (app.config). While setup (.msi using custom action) I ask user to enter some of the configuration ...
0
votes
1answer
43 views
Windows form UserSettings is not loaded
I have create a user setting in my Windows form application named "ExchangeRate" and set it to "1", then the value is being updated at runtime:
Properties.Settings.Default.ExchangeRate = 1.5;
...
0
votes
0answers
50 views
User settings in Windows/ WPF applications are not saved
I want to save User-scope settings for a Forms application. I tried adding a .Settings file.
I am facing two problems:
The call to .Save() does not save any values.
The settings I created got ...
0
votes
0answers
44 views
SQL server management users - startup needed
I am looking to get started in "SQL Server Management Studio 2005". The scenarios that I have: I have a project ASP.NET which access databases hosted on SQLEXPRESS. The problems are when I access the ...
0
votes
2answers
103 views
modeling user settings in django
I would like have additional settings tied to each user in my application (beyond, is_staff, is_admin etc etc). Basically I'd like to have different settings to customize their user experience (ie: ...
0
votes
3answers
4k views
ConfigurationManager.AppSettings - How to modify and save?
It might sound too trival to ask and I do the same thing as suggested in articles, yet it doesn't work as expected. Hope someone can point me to the right direction.
I would like to save the ...
0
votes
1answer
204 views
c# Save Multidim ArrayList to Properties.Settings
Is it possible to save a multidimensional ArrayList to the Properties.Settings? I get errors when i try to.
If not, is there any other way i can save some sort of multidimensional thingie to the ...
0
votes
4answers
546 views
How to store user preferences in a web app?
hey everyone
i would like to know a good software engineering way to store user preferences in a web app.
to clarify further, my app has commands that the user can choose, so
i added a button that ...
0
votes
1answer
82 views
Trouble getting a list of a custom class to serialize for user.config
I have the following classes
[Serializable()]
public class ColumnList
{
public ColumnList()
{
ListOfColumns = new List<Column>();
}
public ColumnList(string name)
...