Hi, Friends I have developed a POS (Point Of Sales) application. In this software the user has multi branches in different cities (where the software is installed) everything is going well.
I have a synchronization module; in this module I am using DCOM to connect my server to transfer data. I am sending/receiving data through stream over DCOM connection. The value of stream is coming from local files created as per records available. The maximum size of a single file is not more than 500KB. I am sending the one file content at a time. And after receiving I do the needed process then I am freeing the streams (and related allocated memory). Then I am doing same for next file. Generally there is no problem, but some time during my synchronization there is an error "Out Of Memory". I have tried my best to fixed but no good luck. Any help please? Thanks in advance. [EMAIL PROTECTED] [Non-text portions of this message have been removed]

