Re: Memory problem in VB.NET
Stuff created with the New keyword is not being released, a recursive loop that is filling the stack. The debugger might help there. Or a bug, are you using images? There are a few known bugs associated with some types of images. There are also APIs that will check your memory usage, you could set up calls at various points, should be findable on the net.
May be nowt to do with that bit of code, it is just the point by which it has run out.
PS Have found repeated errors cause memory problems, one would assume that handling an error by, say, a Resume Next would prevent that but one never knows.
Re: Memory problem in VB.NET
Thanks, xoggoth
i am using some images in forms. I will try to check with removing it.
Dimuthu