Click here to Skip to main content
15,895,256 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Custom Collection with Extension method, linq Support Pin
anand kumar m17-Apr-10 19:52
anand kumar m17-Apr-10 19:52 
GeneralRe: Custom Collection with Extension method, linq Support Pin
Gideon Engelberth18-Apr-10 16:05
Gideon Engelberth18-Apr-10 16:05 
Questioncomponent based development Pin
Satish_S14-Apr-10 17:21
Satish_S14-Apr-10 17:21 
AnswerRe: component based development Pin
Abhinav S14-Apr-10 18:37
Abhinav S14-Apr-10 18:37 
GeneralRe: component based development Pin
Satish_S14-Apr-10 19:25
Satish_S14-Apr-10 19:25 
GeneralRe: component based development Pin
Eddy Vluggen14-Apr-10 23:38
professionalEddy Vluggen14-Apr-10 23:38 
AnswerRe: component based development Pin
Peace ON15-Apr-10 21:16
Peace ON15-Apr-10 21:16 
QuestionRetreiving AppSettings Pin
gmhanna14-Apr-10 11:07
gmhanna14-Apr-10 11:07 
Hi,

I'm trying to retrieve an AppSetting, yet following the instructions in the articles, this is what I have:

string debug = ConfigurationManager.AppSettings["Debug"];


In the app.config file I see this:

<applicationSettings>
        <MP3_Merger.Properties.Settings>
            <setting name="Debug" serializeAs="String">
                <value>true</value>
            </setting>
        </MP3_Merger.Properties.Settings>
    </applicationSettings>


The code executes, however it always comes back as null. I've been spinning my wheels for four hours trying to do something simple. I'm missing something, but I don't know what. I have tried setting a break point in the "getter" code in the settings code, but we never seem to get there.

Any help is appreciated.

Thank you,
Glenn
Glenn

AnswerRe: Retreiving AppSettings Pin
Alan N14-Apr-10 12:21
Alan N14-Apr-10 12:21 
GeneralRe: Retreiving AppSettings Pin
gmhanna14-Apr-10 14:00
gmhanna14-Apr-10 14:00 
QuestionPartition and format hard disks in .NET Pin
Ron Aldrich12-Apr-10 20:10
Ron Aldrich12-Apr-10 20:10 
AnswerRe: Partition and format hard disks in .NET Pin
Abhinav S12-Apr-10 20:35
Abhinav S12-Apr-10 20:35 
AnswerRe: Partition and format hard disks in .NET Pin
Rajesh Anuhya12-Apr-10 21:48
professionalRajesh Anuhya12-Apr-10 21:48 
QuestionWindows Forms Unhandled-Exception Dialog [modified] Pin
souren7712-Apr-10 15:06
souren7712-Apr-10 15:06 
AnswerRe: Windows Forms Unhandled-Exception Dialog Pin
Not Active12-Apr-10 15:31
mentorNot Active12-Apr-10 15:31 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
souren7712-Apr-10 15:36
souren7712-Apr-10 15:36 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
Not Active12-Apr-10 16:23
mentorNot Active12-Apr-10 16:23 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
souren7712-Apr-10 16:31
souren7712-Apr-10 16:31 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
Not Active13-Apr-10 2:04
mentorNot Active13-Apr-10 2:04 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
souren7713-Apr-10 2:11
souren7713-Apr-10 2:11 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
Luc Pattyn13-Apr-10 2:34
sitebuilderLuc Pattyn13-Apr-10 2:34 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
souren7713-Apr-10 2:42
souren7713-Apr-10 2:42 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
Not Active13-Apr-10 3:51
mentorNot Active13-Apr-10 3:51 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
supercat914-Apr-10 10:41
supercat914-Apr-10 10:41 
GeneralRe: Windows Forms Unhandled-Exception Dialog Pin
Luc Pattyn14-Apr-10 10:53
sitebuilderLuc Pattyn14-Apr-10 10:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.