I working on a VB application that works as a NT service. This application accesses another server to get the information. This is done by loading this data in to dynamic arrays. The first time it connects it loads this data and for every 2 hrs it refreshes the same data.
I am creating dynamic arrays and loading them with and for refresh I am "erase"ing them and loading them.
I donot know what happenns for every refresh the memory is piling and after some time I am getting a system message "Out of virtual memory" . Can any one please help me, is there any way in vb to handle dynamic arrays and release memory afte
I am creating dynamic arrays and loading them with and for refresh I am "erase"ing them and loading them.
I donot know what happenns for every refresh the memory is piling and after some time I am getting a system message "Out of virtual memory" . Can any one please help me, is there any way in vb to handle dynamic arrays and release memory afte