Click here to Skip to main content
15,901,284 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Connection issue Pin
nishkarsh_k29-Apr-08 23:03
nishkarsh_k29-Apr-08 23:03 
GeneralRe: Connection issue Pin
Guffa29-Apr-08 23:07
Guffa29-Apr-08 23:07 
QuestionRe: Connection issue Pin
Tauseef A29-Apr-08 23:29
Tauseef A29-Apr-08 23:29 
AnswerRe: Connection issue Pin
Ashfield29-Apr-08 23:59
Ashfield29-Apr-08 23:59 
AnswerRe: Connection issue Pin
RAA_YOU5-May-08 1:12
RAA_YOU5-May-08 1:12 
QuestionHelp with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 16:24
Juan Patrick29-Apr-08 16:24 
AnswerRe: Help with "OutOfMemoryException" Pin
Christian Graus29-Apr-08 19:37
protectorChristian Graus29-Apr-08 19:37 
GeneralRe: Help with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 20:17
Juan Patrick29-Apr-08 20:17 
Hi Christian,

I can't remember what was happening with the memory usage, so will run model and check out again.

I was just reading up about the Dispose method when you sent this through (I haven't struck it before). Still a bit unclear on it at the moment. Where you have said "Look for objects you create which have a Dispose method, which you don't call," should I be calling the dispose method on these?

I don't create any bitmaps, but do have a number of objects - some are used as arrays - probably five, of which, two are repopulated every new client i.e. ideally 500000 times during the model. Should these be cleared (dispose) after each client, or can they simply be re-written over, which I assume i was doing? The only other reference to objects is simply as part of some other funcationality e.g.

For a button to quit the programme
Private Sub btnQuit_Click(ByVal sender As System.Object,...

Anyway, I will set the model running, and check it out for the memory.
GeneralRe: Help with "OutOfMemoryException" Pin
Christian Graus29-Apr-08 20:33
protectorChristian Graus29-Apr-08 20:33 
GeneralRe: Help with "OutOfMemoryException" Pin
Guffa29-Apr-08 23:03
Guffa29-Apr-08 23:03 
GeneralRe: Help with "OutOfMemoryException" Pin
Juan Patrick30-Apr-08 13:22
Juan Patrick30-Apr-08 13:22 
GeneralRe: Help with "OutOfMemoryException" Pin
Christian Graus30-Apr-08 13:36
protectorChristian Graus30-Apr-08 13:36 
QuestionWindows Service not working Pin
svanwass29-Apr-08 15:54
svanwass29-Apr-08 15:54 
QuestionSQL help [modified] Pin
bapu288929-Apr-08 9:41
bapu288929-Apr-08 9:41 
AnswerRe: SQL help Pin
Ray Cassick29-Apr-08 11:54
Ray Cassick29-Apr-08 11:54 
QuestionRe: SQL help Pin
bapu288930-Apr-08 8:03
bapu288930-Apr-08 8:03 
AnswerRe: SQL help Pin
Ray Cassick30-Apr-08 8:37
Ray Cassick30-Apr-08 8:37 
QuestionRe: SQL help Pin
bapu28891-May-08 8:32
bapu28891-May-08 8:32 
AnswerRe: SQL help Pin
Ray Cassick1-May-08 11:02
Ray Cassick1-May-08 11:02 
AnswerRe: SQL help Pin
bapu28892-May-08 9:29
bapu28892-May-08 9:29 
GeneralRe: SQL help Pin
Ray Cassick2-May-08 9:37
Ray Cassick2-May-08 9:37 
GeneralSending text to the printer Pin
MikeMarq29-Apr-08 8:40
MikeMarq29-Apr-08 8:40 
AnswerRe: Sending text to the printer Pin
Smithers-Jones29-Apr-08 8:53
Smithers-Jones29-Apr-08 8:53 
GeneralRe: Sending text to the printer Pin
MikeMarq29-Apr-08 15:40
MikeMarq29-Apr-08 15:40 
AnswerRe: Sending text to the printer Pin
Smithers-Jones29-Apr-08 21:33
Smithers-Jones29-Apr-08 21:33 

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.