application-settings Questions
3
How to update external config files (e.g.: config-ex.groovy, config-ex.properties) without rebuilding the war file in Grails?
Restarting the application server will apply the new updates from ext...
Feigned asked 26/11, 2012 at 8:30
5
Solved
Reading this article, thought having the same problem - One code base, two applications on Android
I have created an application testApp that has items like topics, splash screens, logos, charts, ...
Fpc asked 25/9, 2013 at 13:49
3
Solved
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 caugh...
Malaco asked 15/2, 2010 at 22:47
2
How to check programmatically if user turn off push notification in app settings?
Can I open app settings intent directly from the app to prompt user to turn it on?
Thanks
Christean asked 4/6, 2013 at 8:1
1
Solved
In my application,I am writing some values in application settings file.
As i am working with prism I have some module and one shell project.
After installing setup
Case: 1
When i have not set co...
Reconstructionism asked 16/8, 2013 at 8:43
17
Solved
Some time back in the nineties, Microsoft introduced the Windows Registry. Applications could store settings in different hives. There were hives for application-wide and user-specific scopes, and ...
Destalinization asked 8/4, 2010 at 13:25
1
Solved
I want to create an system application(while installing it will ask user permission to make it as system app) for UN-rooted application. As I am not familiar in android, please tell me how to creat...
Homophile asked 2/5, 2013 at 8:54
1
Solved
I am in the process of creating a setup for a web application we build. No I have a configuration file, which looks something like like this, which contains a section 'appSettings', and a section '...
Emetic asked 1/7, 2013 at 9:34
3
Solved
I would like / have to manage some settings in ZF1 style and provide the view with the infomation about the current environment.
/config/application.config.php
return array(
...
'module_listene...
Efficient asked 18/4, 2013 at 12:40
7
Very often I see the answer to the question like: "How should I store settings in my .NET app?" is to edit the app.config file by manually adding entries to the app.config (or web.config) like so:
...
Adim asked 19/6, 2009 at 7:9
5
Solved
In my application I am using user settings as explained here.
Then I realized that in VS 2010 I was using .NET 4.0 while only .NET 2.0 was sufficient.
When I changed the framework and build the pr...
Kolva asked 20/6, 2011 at 8:0
7
Solved
I have a number of application settings (in user scope) for my custom grid control. Most of them are color settings. I have a form where the user can customize these colors and I want to add a butt...
Demibastion asked 8/9, 2008 at 7:30
4
I'm building a new version of a windows forms application that is beeing installed on a various range of different pc's. The application is beeing installed by a technician, which are configuring d...
Sanalda asked 5/12, 2012 at 11:40
3
Solved
I recently created a (C#) project with Visual Studio (2010) and used some Settings (which I created under Properties).
The only place I found where I can add some XML comments for my documentation...
Orfield asked 11/5, 2010 at 9:47
1
Solved
In a .NET application, if you have specific Settings need, such as storing them in DB, then you could replace LocalFileSettingsProvider with a custom settings provider of your, examples:
Create a ...
Googolplex asked 12/9, 2012 at 23:18
2
Solved
I have added App.config file in my project.
I have created two settings from Project > Properties > Settings panel -
I have noticed that when I am adding a setting, I can define scope as User o...
Seizure asked 24/10, 2012 at 10:0
3
Solved
Every time I compile my app and the version number changes (I have an auto-incrementing build number), I lose the user-configured app.config settings, since they're stored in the AppData folder for...
Notepaper asked 29/7, 2009 at 5:33
1
I'm using Ninject as IoC container in my project. I have following class:
public class SomeRepository:ISomeRepository
{
public SomeRepository(string someDatabaseConnectionString)
{
// some code...
India asked 3/9, 2012 at 8:44
3
Solved
I am trying to save a byte array (byte[]) in c# application settings that is returned by Object List View.
Can anyone give me a solution on how to save byte array in c# application settings?
or so...
Bleed asked 8/9, 2012 at 11:2
5
Solved
Suppose I want to move my app from c:\myapp.exe to d:\myapp.exe. It will loose all settings. How to prevent that?
Cleora asked 18/8, 2012 at 7:56
3
Solved
Is it possible to access the values from the applicationSettings section of a loaded app.config file?
I have found an example How do I retrieve appSettings, but I can't find out how to access appl...
Sidecar asked 20/1, 2010 at 12:25
1
Solved
I am using Ninject in an MVC3 application and am trying to switch over to conventions based binding with ninject.extensions.conventions.
Now let's say I have a class that needs access to applicat...
Rhinelandpalatinate asked 10/8, 2012 at 18:32
3
Solved
I started reading about config files and I read about user.config. Googled about it, but couldnt find how it is created and how it is used. Also read that for each user a seperate user.config will ...
Iranian asked 10/7, 2012 at 6:38
3
I have a windows service that is referencing another assembly (class library). In this other assembly I used Application Settings to store some values. When I copy all the required files to the ser...
Blowpipe asked 5/7, 2012 at 20:57
5
Solved
I have an application that I am just migrating to Azure. Currently I use web.config transformation to manage changing the database connecting string dev/staging/prod environments. How is it best to...
Guadalquivir asked 16/11, 2010 at 3:31
© 2022 - 2024 — McMap. All rights reserved.