Click here to Skip to main content
15,885,898 members
Home / Discussions / C#
   

C#

 
QuestionReason for System.StackOverflowException Pin
tauras8119-Sep-08 0:06
tauras8119-Sep-08 0:06 
AnswerRe: Reason for System.StackOverflowException Pin
J4amieC19-Sep-08 0:15
J4amieC19-Sep-08 0:15 
AnswerRe: Reason for System.StackOverflowException Pin
Chetan Patel19-Sep-08 0:46
Chetan Patel19-Sep-08 0:46 
QuestionPrintPageEventHandler issue Pin
laziale18-Sep-08 23:41
laziale18-Sep-08 23:41 
QuestionStoring data in DataTable Pin
Muammar©18-Sep-08 23:12
Muammar©18-Sep-08 23:12 
AnswerThe other way round Pin
Muammar©19-Sep-08 0:44
Muammar©19-Sep-08 0:44 
AnswerRe: Storing data in DataTable Pin
Chetan Patel19-Sep-08 0:54
Chetan Patel19-Sep-08 0:54 
QuestionHow to get app.config value at .net framework 2.0? Pin
mimimimilaw18-Sep-08 23:00
mimimimilaw18-Sep-08 23:00 
using System.Configuration;

static void ShowConfig()

        {
            // For read access you do not need to call the OpenExeConfiguraton
            foreach (string key in ConfigurationManager.AppSettings)
            {
                string value = ConfigurationManager.AppSettings[key];
                Console.WriteLine("Key: {0}, Value: {1}", key, value);
            }
        }


get an error The name'ConfigurationManager' does not exist in the current context.

Can anyone help?
AnswerRe: How to get app.config value at .net framework 2.0? Pin
Giorgi Dalakishvili18-Sep-08 23:02
mentorGiorgi Dalakishvili18-Sep-08 23:02 
GeneralRe: How to get app.config value at .net framework 2.0? Pin
mimimimilaw18-Sep-08 23:34
mimimimilaw18-Sep-08 23:34 
GeneralRe: How to get app.config value at .net framework 2.0? Pin
Giorgi Dalakishvili18-Sep-08 23:40
mentorGiorgi Dalakishvili18-Sep-08 23:40 
QuestionCalendar's NextPrevStyle style dude Pin
Axelaser18-Sep-08 21:43
Axelaser18-Sep-08 21:43 
AnswerRe: Calendar's NextPrevStyle style dude Pin
leppie18-Sep-08 22:48
leppie18-Sep-08 22:48 
Questionquery Pin
lankaudaranga18-Sep-08 21:37
lankaudaranga18-Sep-08 21:37 
AnswerRe: query Pin
Guffa18-Sep-08 21:46
Guffa18-Sep-08 21:46 
AnswerRe: query Pin
Harvey Saayman19-Sep-08 0:29
Harvey Saayman19-Sep-08 0:29 
GeneralRe: query Pin
Ashfield19-Sep-08 1:32
Ashfield19-Sep-08 1:32 
GeneralRe: query Pin
Harvey Saayman19-Sep-08 1:35
Harvey Saayman19-Sep-08 1:35 
GeneralRe: query Pin
Guffa19-Sep-08 2:43
Guffa19-Sep-08 2:43 
GeneralRe: query Pin
Harvey Saayman19-Sep-08 2:46
Harvey Saayman19-Sep-08 2:46 
GeneralRe: query Pin
Ashfield19-Sep-08 2:54
Ashfield19-Sep-08 2:54 
GeneralRe: query Pin
Colin Angus Mackay19-Sep-08 4:52
Colin Angus Mackay19-Sep-08 4:52 
GeneralRe: query Pin
Ashfield19-Sep-08 8:54
Ashfield19-Sep-08 8:54 
GeneralRe: query Pin
J4amieC19-Sep-08 2:16
J4amieC19-Sep-08 2:16 
GeneralRe: query Pin
Harvey Saayman19-Sep-08 2:37
Harvey Saayman19-Sep-08 2:37 

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.