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

.NET (Core and Framework)

 
GeneralRe: I am a novice at this, where can I post a job for .net developer? Pin
#realJSOP9-Nov-08 23:55
professional#realJSOP9-Nov-08 23:55 
GeneralRe: I am a novice at this, where can I post a job for .net developer? Pin
Paul Conrad8-Nov-08 13:20
professionalPaul Conrad8-Nov-08 13:20 
AnswerRe: I am a novice at this, where can I post a job for .net developer? Pin
Paul Conrad8-Nov-08 13:18
professionalPaul Conrad8-Nov-08 13:18 
AnswerRe: I am a novice at this, where can I post a job for .net developer? Pin
#realJSOP10-Nov-08 0:02
professional#realJSOP10-Nov-08 0:02 
Questiondatabase library Pin
joindotnet7-Nov-08 1:16
joindotnet7-Nov-08 1:16 
AnswerRe: database library Pin
Giorgi Dalakishvili7-Nov-08 2:17
mentorGiorgi Dalakishvili7-Nov-08 2:17 
GeneralRe: database library Pin
joindotnet7-Nov-08 2:58
joindotnet7-Nov-08 2:58 
GeneralRe: database library Pin
Dave Kreskowiak7-Nov-08 3:03
mveDave Kreskowiak7-Nov-08 3:03 
Your problem is that you closed the Reader in the Finally block. Whenever execution leaves the Try block FOR ANY REASON, the code in the Finally block is executed, where you close the Reader.

Remove the code from the Try block and run it again. Your Try block is catching any and all errors and supressing them since you don't have a Catch block reporting the error.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: database library Pin
Giorgi Dalakishvili7-Nov-08 3:05
mentorGiorgi Dalakishvili7-Nov-08 3:05 
GeneralRe: database library Pin
Pete O'Hanlon7-Nov-08 3:20
mvePete O'Hanlon7-Nov-08 3:20 
GeneralRe: database library Pin
Jon_Boy11-Nov-08 3:31
Jon_Boy11-Nov-08 3:31 
QuestionRunning command in command prompt from .NET Pin
sailesh_gupta6-Nov-08 2:59
sailesh_gupta6-Nov-08 2:59 
GeneralRe: Running command in command prompt from .NET Pin
Luc Pattyn6-Nov-08 3:04
sitebuilderLuc Pattyn6-Nov-08 3:04 
AnswerRe: Running command in command prompt from .NET Pin
dan!sh 6-Nov-08 15:45
professional dan!sh 6-Nov-08 15:45 
AnswerCP IGNORE: cross poster! Pin
leckey6-Nov-08 16:02
leckey6-Nov-08 16:02 
QuestionDataGridView filter Pin
kensai6-Nov-08 2:00
kensai6-Nov-08 2:00 
AnswerRe: DataGridView filter Pin
Wendelius6-Nov-08 8:51
mentorWendelius6-Nov-08 8:51 
QuestionHow to create crystal report using generic list Pin
ShaikhShahnawaz5-Nov-08 23:44
ShaikhShahnawaz5-Nov-08 23:44 
QuestionMicrosoftReportViewer Pin
hmklakmal4-Nov-08 1:23
hmklakmal4-Nov-08 1:23 
AnswerRe: MicrosoftReportViewer Pin
Wendelius4-Nov-08 6:16
mentorWendelius4-Nov-08 6:16 
GeneralRe: MicrosoftReportViewer Pin
hmklakmal4-Nov-08 14:52
hmklakmal4-Nov-08 14:52 
QuestionThings related with Unmanaged code [modified] Pin
Member 45546493-Nov-08 19:25
Member 45546493-Nov-08 19:25 
AnswerRe: Things related with Unmanaged code Pin
Dave Kreskowiak4-Nov-08 3:56
mveDave Kreskowiak4-Nov-08 3:56 
GeneralRe: Things related with Unmanaged code Pin
Member 45546494-Nov-08 18:53
Member 45546494-Nov-08 18:53 
GeneralRe: Things related with Unmanaged code Pin
Simon P Stevens4-Nov-08 23:23
Simon P Stevens4-Nov-08 23:23 

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.