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

.NET (Core and Framework)

 
GeneralRe: What is NUnit? Pin
Paul Conrad1-Jun-07 7:13
professionalPaul Conrad1-Jun-07 7:13 
AnswerRe: What is NUnit? Pin
PavanPareta17-Jun-07 21:07
PavanPareta17-Jun-07 21:07 
Questiondiff b/w object and Object Pin
Nilesh Mitra31-May-07 18:35
Nilesh Mitra31-May-07 18:35 
AnswerRe: diff b/w object and Object Pin
Sathesh Sakthivel31-May-07 18:57
Sathesh Sakthivel31-May-07 18:57 
GeneralRe: diff b/w object and Object Pin
Colin Angus Mackay31-May-07 22:36
Colin Angus Mackay31-May-07 22:36 
AnswerRe: diff b/w object and Object Pin
Colin Angus Mackay31-May-07 22:35
Colin Angus Mackay31-May-07 22:35 
AnswerRe: diff b/w object and Object Pin
DavidNohejl5-Jun-07 1:51
DavidNohejl5-Jun-07 1:51 
QuestionConfig File [modified] Pin
papy-boom30-May-07 23:49
papy-boom30-May-07 23:49 
hi,
i've created a console application and i've tried to read some informations in the app.config file
so i've create with VS.NET the app.config file and i've added some tags so it would look like this
<configuration>
<appsettings>
<add key="Ship" value="DocStyle">

<documentconfig>
<configpath>DocumentConfig.config
<documentconfig>

i've tried to read the DocumentConfig section using this code

object config=null;
string Setting = "DocumentConfig";

try
{

config = ConfigurationSettings.GetConfig(Setting);
}
catch(Exception err){
Console.Write(err.Message);

}
but i've alawys got an exception msg "unrecognized configuration Section DocumentConfig "
in fact the use of this section (<documentconfig>) is creating a problem by removing it everthing is OK.
so how can i do to use this section

thanks for help



-- modified at 8:09 Thursday 31st May, 2007
AnswerRe: Config File Pin
kubben31-May-07 5:19
kubben31-May-07 5:19 
AnswerRe: Config File Pin
originSH1-Jun-07 6:10
originSH1-Jun-07 6:10 
QuestionTheme and Skin in Window Application Pin
ashishnagar130-May-07 20:47
ashishnagar130-May-07 20:47 
AnswerRe: Theme and Skin in Window Application Pin
originSH1-Jun-07 6:11
originSH1-Jun-07 6:11 
GeneralRe: Theme and Skin in Window Application Pin
Manas Bhardwaj7-Jun-07 5:54
professionalManas Bhardwaj7-Jun-07 5:54 
QuestionClick Once Install Pin
Abhijit422930-May-07 10:26
Abhijit422930-May-07 10:26 
AnswerRe: Click Once Install Pin
Kevin McFarlane23-Jun-07 0:01
Kevin McFarlane23-Jun-07 0:01 
Question[Message Deleted] Pin
chennaidotnetguy30-May-07 2:13
chennaidotnetguy30-May-07 2:13 
AnswerRe: mcpd exam Pin
Not Active30-May-07 3:36
mentorNot Active30-May-07 3:36 
AnswerRe: mcpd exam Pin
Colin Angus Mackay30-May-07 11:48
Colin Angus Mackay30-May-07 11:48 
AnswerRe: mcpd exam Pin
Christian Graus30-May-07 20:59
protectorChristian Graus30-May-07 20:59 
Answer[Message Deleted] Pin
Nouman Bhatti31-May-07 2:59
Nouman Bhatti31-May-07 2:59 
GeneralRe: mcpd exam Pin
Colin Angus Mackay31-May-07 4:21
Colin Angus Mackay31-May-07 4:21 
GeneralRe: mcpd exam Pin
Not Active31-May-07 5:55
mentorNot Active31-May-07 5:55 
GeneralRe: mcpd exam Pin
Colin Angus Mackay31-May-07 22:31
Colin Angus Mackay31-May-07 22:31 
QuestionHow to manually open PropertyGrid UIEditor ? Pin
vgrigor229-May-07 21:33
vgrigor229-May-07 21:33 
QuestionProject Build Help Pin
Aish-t29-May-07 16:55
Aish-t29-May-07 16:55 

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.