This error has truly got me puzzled:
"General network error. Check your network documentation."
I get it on the following (red) line of code:[tt]
Dim word_scores As SqlDataReader = output_results_da.SelectCommand.ExecuteReader()
output_results_da.SelectCommand.Parameters.Clear()
While word_scores.Read
scoring_matrix_sl.Add(word_scores("key_word"
, word_scores("score_value"
)
End While
word_scores.Close()[/tt]
The reason I find this so strange is that it works sometimes (minority of the time) and not other times (majority of the time) - with ostensibly nothing at all changing from run to run.
Our network guy knows of no problems with the network - and I'm able to ping all of the servers with acceptable response time.
Has anyone seen this before???
Please help!!!
Thanks,
Lazer
"General network error. Check your network documentation."
I get it on the following (red) line of code:[tt]
Dim word_scores As SqlDataReader = output_results_da.SelectCommand.ExecuteReader()
output_results_da.SelectCommand.Parameters.Clear()
While word_scores.Read
scoring_matrix_sl.Add(word_scores("key_word"
End While
word_scores.Close()[/tt]
The reason I find this so strange is that it works sometimes (minority of the time) and not other times (majority of the time) - with ostensibly nothing at all changing from run to run.
Our network guy knows of no problems with the network - and I'm able to ping all of the servers with acceptable response time.
Has anyone seen this before???
Please help!!!
Thanks,
Lazer