Top "Application-settings" questions

application-settings are global code or data used for configuration

How can I save application settings in a Windows Forms application?

What I want to achieve is very simple: I have a Windows Forms (.NET 3.5) application that uses a path for …

c# xml winforms configuration-files application-settings
How to fix Error: "Could not find schema information for the attribute/element" by creating schema

I have a windows forms application written in VS2010 with C# and get the following errors in the app.config …

c# error-handling database-schema application-settings
Opening the Settings app from another app

Okay, I know that there are many question about it, but they are all from many time ago. So. I …

ios objective-c iphone application-settings appsettings
Max value of Xmx and Xms in Eclipse?

Now my settings for these in the ini file are: -Xms768M -Xmx1024M When setting them higher, eclipse doesn't …

java eclipse jvm memory-management application-settings
How can I display the application version revision in my application's settings bundle?

I would like to include the application version and internal revision, something like 1.0.1 (r1243), in my application's settings bundle. The …

iphone xcode application-settings settings-bundle
WRITE_SECURE_SETTINGS permission error even when added in Manifest

I have added "android.permission.WRITE_SECURE_SETTINGS" in the Manifest. But still i get an error message saying - …

android android-manifest application-settings
Find current country from iPhone device

I have to get the current country in the iPhone settings. Can anyone tell me how to get the current …

ios objective-c iphone application-settings appsettings
App.config: User vs Application Scope

I have added App.config file in my project. I have created two settings from Project > Properties > Settings …

c# .net winforms app-config application-settings
Accessing another project's settings file

Is there a way to access the settings file from a different project? For example, I have a solution that …

c# visual-studio-2005 application-settings
Reading default application settings in C#

I have a number of application settings (in user scope) for my custom grid control. Most of them are color …

c# .net winforms application-settings