Tagged Questions

0
votes
1answer
27 views

how to enable push notification types from settings bundle when registering for push notification?

I have created settings bundle and also three switches for alert,sound and badge.i am also getting 0 or 1 according to switch(On/Off).Now how do i enable only selected notification …
1
vote
3answers
90 views

Writing drive C: in Windows 7/Vista

I am developing an application that saves its settings in the install folder. If I install the app in the Program Files on drive C: and attempt to write the settings file I get an …
1
vote
2answers
40 views

AppSettings in markup issue

I am trying to put this in my markup: <script type="text/javascript" src="<%$ AppSettings:proxyScriptUrl %>"></script> But for some reason this is not accepted …
0
votes
4answers
65 views

encapsulate AppSettings in a class?

I have code like: var mySetting = ConfigurationManager.AppSettings["mySetting"]; Is there a way to create properties that encapsulate each setting so I don't have to use string …
1
vote
2answers
178 views

ConfigurationSettings.AppSettings is empty, throws null exception

I have a class like this: public class RxNormFolderMgr { // properties public string RxNormFolder { get { return ConfigurationSettings.AppSettings["rootFolder"].ToString() …
0
votes
1answer
59 views

Auto-generate an application facade from appsettings

Here's the question first: Is this possible? I'm taking my inspiration from Joe Wrobel's work (a redux of the forgotten Codeplex project). Here, you do your work on creating your …
2
votes
2answers
89 views

AppSettings shourtcut question

I am trying to use the <%$ AppSettings: .. %> shortcut in an asp.net user control. I am able to use the syntax fine when binding a property to an appsetting, however I want to …
0
votes
1answer
42 views

Problems retrieving appsettings added during application start

Hi there! I appear to be having an odd issue where, in my global.asax in my Application_Start(), I have something that goes off to my database, gets all of my app settings from a …
0
votes
2answers
35 views

How to return a verbatim string from ConfigurationManager.AppSetting[”settingname”].ToString()

I am using the ConfigurationManager.AppSetting["blah"].ToString() method to get the path to the folder that contains the files I'm needing. But I'm throwing an UnsupportedFormatExc …
0
votes
3answers
450 views

Reading settings from app.config or web.config in .net

I'm working on a C# class library that needs to be able to read settings the web.config or app.config file (depending on whether the DLL is referenced from an ASP.NET web applicati …
3
votes
3answers
150 views

Using the database to hold application settings

I am looking at ways to make our application more extensible and easier to manipulate without having to alter the web.config (or, in our case, application.config files, which conta …
7
votes
4answers
723 views

Why isn’t there an XML-serializable dictionary in .NET?

I need an XML-serializable dictionary. Actually, I now have two quite different programs that need one. I was rather surprised to see that .NET doesn't have one. I asked the que …
2
votes
2answers
70 views

Can i use Linq to iterate/filter my web.config AppSettings?

Hi folks, i'm trying to figure out how I can use Linq to filter out some of my appsettings from my web.config file. i'm trying to do something like the following (which has wrong …
6
votes
2answers
360 views

What is the difference between app.config file and XYZ.settings file?

I am actually in the learning phase of .NET related stuff and I was exploring how to save the application. I ended up writing my own class which saves the settings in an XML file a …
1
vote
3answers
124 views

Binary Serialization vs App Settings (user.config)

I am using C# (.Net 2.0) to develop windows application. I need to store nearly 50 to 60 user settings. Can anyone, please, tell which is better of the following? Binary Serializa …

1 2 3 next
15 30 50 per page