Click here to Skip to main content
15,911,039 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VBS for next loop Pin
Richard MacCutchan19-Feb-16 2:25
mveRichard MacCutchan19-Feb-16 2:25 
AnswerRe: VBS for next loop Pin
Eddy Vluggen19-Feb-16 1:55
professionalEddy Vluggen19-Feb-16 1:55 
GeneralRe: VBS for next loop Pin
CHill6019-Feb-16 2:06
mveCHill6019-Feb-16 2:06 
QuestionSQL Server Connection error not caught by error handling. Pin
Christopher Kettlewell18-Feb-16 11:19
Christopher Kettlewell18-Feb-16 11:19 
AnswerRe: SQL Server Connection error not caught by error handling. Pin
Richard Deeming19-Feb-16 1:22
mveRichard Deeming19-Feb-16 1:22 
GeneralRe: SQL Server Connection error not caught by error handling. Pin
Christopher Kettlewell21-Feb-16 12:19
Christopher Kettlewell21-Feb-16 12:19 
GeneralRe: SQL Server Connection error not caught by error handling. Pin
Richard Andrew x6421-Feb-16 12:53
professionalRichard Andrew x6421-Feb-16 12:53 
GeneralRe: SQL Server Connection error not caught by error handling. Pin
Christopher Kettlewell10-Mar-16 10:18
Christopher Kettlewell10-Mar-16 10:18 
I tried that, but couldn't get it to work. However, I do have logging code throughout the application that basically updates the database to show where it's up to, so I can see that it's run that line and then the failure is either between there and the next logging point or the failure occurred doing the next logging.

And what that is showing is that it's coming up in all sorts of different places. The subroutine that was doing this was running asynchronously, so I thought maybe it didn't like that, and I tried changing things to use the openasync connection method instead of the standard open, that made no difference, so I tried changing it from being an asynchronous process to having a timer that runs every 30 seconds and runs this process synchronously on the tick. I came in this morning and the logs all showed up to date, and were continuing to update every 30 seconds, but when I logged into the server it still had a pop up there. It's like the timer ticked, ran the process, it got the pop up and stopped, but then on the next tick it ran it again and that one ran fine.

Technically that partially fixes the problem because it's not being stopped from functioning by this pop-up, probably just one of the times it ran it failed, but I really need to get rid of these pop-ups altogether. It'd driving me rather crazy. It just doesn't make sense. It's working most of the time. The process makes lots of SQL connections each time it cycles and they are working constantly, but then at some point, usually in the middle of the night, one is doing this in a way that no error handling is able to catch it.
QuestionExecute SQL Script using Batch Pin
DotNetNarayanan17-Feb-16 20:33
DotNetNarayanan17-Feb-16 20:33 
AnswerRe: Execute SQL Script using Batch Pin
Chris Quinn17-Feb-16 21:35
Chris Quinn17-Feb-16 21:35 
QuestionREG: COM Component in VB.Net Pin
manowj17-Feb-16 3:54
manowj17-Feb-16 3:54 
QuestionVBs How can I Show a InputBox on a Client Computer? Pin
Member 1191673517-Feb-16 1:23
Member 1191673517-Feb-16 1:23 
AnswerRe: VBs How can I Show a InputBox on a Client Computer? Pin
Dave Kreskowiak17-Feb-16 2:35
mveDave Kreskowiak17-Feb-16 2:35 
AnswerRe: VBs How can I Show a InputBox on a Client Computer? Pin
ZurdoDev17-Feb-16 3:09
professionalZurdoDev17-Feb-16 3:09 
QuestionHow to remove duplicate in combobox Pin
Fathur Rozi11-Feb-16 18:38
Fathur Rozi11-Feb-16 18:38 
AnswerRe: How to remove duplicate in combobox Pin
Richard MacCutchan11-Feb-16 21:13
mveRichard MacCutchan11-Feb-16 21:13 
GeneralRe: How to remove duplicate in combobox Pin
Fathur Rozi12-Feb-16 0:56
Fathur Rozi12-Feb-16 0:56 
QuestionVB.Net String Format Pin
Member 160021010-Feb-16 1:49
Member 160021010-Feb-16 1:49 
AnswerRe: VB.Net String Format Pin
Richard MacCutchan10-Feb-16 2:00
mveRichard MacCutchan10-Feb-16 2:00 
QuestionERRor Message Pin
Reginald_110-Feb-16 0:56
Reginald_110-Feb-16 0:56 
AnswerRe: ERRor Message Pin
Eddy Vluggen10-Feb-16 3:02
professionalEddy Vluggen10-Feb-16 3:02 
AnswerRe: ERRor Message Pin
Richard MacCutchan10-Feb-16 3:59
mveRichard MacCutchan10-Feb-16 3:59 
QuestionHow Attach Ghanian Cedi currency symbol To A Textbox in VB.net Pin
Reginald_19-Feb-16 23:12
Reginald_19-Feb-16 23:12 
AnswerRe: How Attach Ghanian Cedi currency symbol To A Textbox in VB.net Pin
Richard MacCutchan10-Feb-16 0:21
mveRichard MacCutchan10-Feb-16 0:21 
QuestionError Indicator Code in VB.net Pin
Reginald_19-Feb-16 23:08
Reginald_19-Feb-16 23: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.