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

.NET (Core and Framework)

 
AnswerRe: exporting a crystal report in to Excel format Pin
Pete O'Hanlon27-Mar-07 23:47
mvePete O'Hanlon27-Mar-07 23:47 
GeneralRe: exporting a crystal report in to Excel format Pin
indian14328-Mar-07 2:29
indian14328-Mar-07 2:29 
QuestionTimers Pin
Jim Warburton27-Mar-07 7:27
Jim Warburton27-Mar-07 7:27 
AnswerRe: Timers Pin
Dave Kreskowiak27-Mar-07 7:48
mveDave Kreskowiak27-Mar-07 7:48 
GeneralRe: Timers Pin
Jim Warburton27-Mar-07 8:03
Jim Warburton27-Mar-07 8:03 
QuestionGetting two connection string from .config file instead of one?! Pin
Oshtri Deka27-Mar-07 3:54
professionalOshtri Deka27-Mar-07 3:54 
AnswerRe: Getting two connection string from .config file instead of one?! Pin
Oshtri Deka28-Mar-07 0:12
professionalOshtri Deka28-Mar-07 0:12 
AnswerRe: Getting two connection string from .config file instead of one?! Pin
kubben28-Mar-07 1:36
kubben28-Mar-07 1:36 
Connection strings can also be stored at the machine.config level. So if you are seeing another connection string it can be from there.

A better way to access the connection string if you are using .net 2.0 would be to get it from the ConfigurationManager.ConnectionStrings. This should be only the value you have set in the app.config file. When you open the configuration file like you have in the above code it may be looking into the machine config as well.

Hope that helps.
Ben
GeneralRe: Getting two connection string from .config file instead of one?! Pin
Oshtri Deka28-Mar-07 22:53
professionalOshtri Deka28-Mar-07 22:53 
QuestionPls. how can I avoid these exceptions Pin
indian14327-Mar-07 0:27
indian14327-Mar-07 0:27 
AnswerRe: Pls. how can I avoid these exceptions Pin
__DanC__27-Mar-07 0:43
__DanC__27-Mar-07 0:43 
GeneralRe: Pls. how can I avoid these exceptions Pin
indian14327-Mar-07 1:00
indian14327-Mar-07 1:00 
GeneralRe: Pls. how can I avoid these exceptions Pin
Christian Graus27-Mar-07 2:45
protectorChristian Graus27-Mar-07 2:45 
GeneralRe: Pls. how can I avoid these exceptions Pin
Colin Angus Mackay28-Mar-07 0:55
Colin Angus Mackay28-Mar-07 0:55 
AnswerRe: Pls. how can I avoid these exceptions Pin
Scott Dorman27-Mar-07 19:06
professionalScott Dorman27-Mar-07 19:06 
AnswerRe: Pls. how can I avoid these exceptions Pin
Brady Kelly27-Mar-07 19:47
Brady Kelly27-Mar-07 19:47 
QuestionWindows service load sequence question.... Pin
Draqonis26-Mar-07 11:18
Draqonis26-Mar-07 11:18 
AnswerRe: Windows service load sequence question.... Pin
kubben27-Mar-07 3:13
kubben27-Mar-07 3:13 
QuestionMozilla FireFox Support in .NET Framework 2.0 Config Pin
Vasudevan Deepak Kumar26-Mar-07 11:06
Vasudevan Deepak Kumar26-Mar-07 11:06 
QuestionClosing tcp port on Dual 2 Core processor Pin
Draqonis26-Mar-07 5:22
Draqonis26-Mar-07 5:22 
QuestionMSI Programming Pin
tonyalex26-Mar-07 4:46
tonyalex26-Mar-07 4:46 
AnswerRe: MSI Programming Pin
Vasudevan Deepak Kumar28-Mar-07 7:48
Vasudevan Deepak Kumar28-Mar-07 7:48 
QuestionRaising an event from a composite control Pin
Richard Jones26-Mar-07 4:28
Richard Jones26-Mar-07 4:28 
AnswerRe: Raising an event from a composite control Pin
Richard Blythe28-Mar-07 6:03
Richard Blythe28-Mar-07 6:03 
GeneralRe: Raising an event from a composite control Pin
Richard Jones30-Mar-07 2:40
Richard Jones30-Mar-07 2:40 

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.