Click here to Skip to main content
15,907,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error While opening a Dot net Project Pin
sean_mufc28-Sep-05 0:17
sean_mufc28-Sep-05 0:17 
Questionabout get connection string from app.config Pin
papyrus_lei27-Sep-05 16:59
papyrus_lei27-Sep-05 16:59 
GeneralRe: about get connection string from app.config Pin
therealmccoy27-Sep-05 19:26
therealmccoy27-Sep-05 19:26 
GeneralRe: about get connection string from app.config Pin
papyrus_lei27-Sep-05 20:49
papyrus_lei27-Sep-05 20:49 
GeneralRe: about get connection string from app.config Pin
Guffa27-Sep-05 21:41
Guffa27-Sep-05 21:41 
AnswerRe: about get connection string from app.config Pin
Guffa27-Sep-05 21:50
Guffa27-Sep-05 21:50 
GeneralRe: about get connection string from app.config Pin
papyrus_lei27-Sep-05 22:09
papyrus_lei27-Sep-05 22:09 
GeneralRe: about get connection string from app.config Pin
therealmccoy28-Sep-05 16:10
therealmccoy28-Sep-05 16:10 
Ok I'll byte again...

by chance are u creating a new instance of your DAL in BLL and then not reading the app.config? If the variable holding your connection string is not static then it would be null when you created a new instance of DAL. You could try declaring your connection string variable in DAL as static (might not be good practice) and see what you get.

I was thinking maybe your method only returns a (GET) value and does not actually go out and read the app.config.
:+)

www.lovethosetrains.com

-- modified at 22:20 Wednesday 28th September, 2005
QuestionVisual C# Express Pin
kenexcelon27-Sep-05 16:40
kenexcelon27-Sep-05 16:40 
Questionrenaming nodes Pin
xilefxilef27-Sep-05 16:07
xilefxilef27-Sep-05 16:07 
QuestionI want to draw a empty triangular arrow Pin
dreamwinter27-Sep-05 15:03
dreamwinter27-Sep-05 15:03 
JokeRe: I want to draw a empty triangular arrow Pin
Christian Graus27-Sep-05 15:39
protectorChristian Graus27-Sep-05 15:39 
GeneralRe: I want to draw a empty triangular arrow Pin
dreamwinter27-Sep-05 22:04
dreamwinter27-Sep-05 22:04 
GeneralRe: I want to draw a empty triangular arrow Pin
Christian Graus28-Sep-05 1:09
protectorChristian Graus28-Sep-05 1:09 
QuestionCrazy question about reflection Pin
Colin Angus Mackay27-Sep-05 11:52
Colin Angus Mackay27-Sep-05 11:52 
AnswerRe: Crazy question about reflection Pin
Guffa28-Sep-05 0:28
Guffa28-Sep-05 0:28 
GeneralRe: Crazy question about reflection Pin
Colin Angus Mackay28-Sep-05 2:27
Colin Angus Mackay28-Sep-05 2:27 
GeneralRe: Crazy question about reflection Pin
Guffa28-Sep-05 9:25
Guffa28-Sep-05 9:25 
GeneralRe: Crazy question about reflection Pin
Colin Angus Mackay28-Sep-05 12:36
Colin Angus Mackay28-Sep-05 12:36 
GeneralRe: Crazy question about reflection Pin
Guffa29-Sep-05 1:06
Guffa29-Sep-05 1:06 
QuestionBroadcast a Windows Message (C#) Pin
emarborg27-Sep-05 11:27
emarborg27-Sep-05 11:27 
AnswerRe: Broadcast a Windows Message (C#) Pin
Dave Kreskowiak27-Sep-05 12:30
mveDave Kreskowiak27-Sep-05 12:30 
QuestionDataGridView.ColumnHeadersDefaultCellStyle Pin
Drew McGhie27-Sep-05 10:10
Drew McGhie27-Sep-05 10:10 
QuestionWierd serialization behaviour Pin
jolofsson27-Sep-05 9:43
jolofsson27-Sep-05 9:43 
AnswerRe: Wierd serialization behaviour Pin
turbochimp28-Sep-05 2:08
turbochimp28-Sep-05 2:08 

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.