Hello,
I have a .NET program that prints OE Accpac reports based on an input CSV file. I noticed that the memory allocated by the program grows after printing the report and not released. How can I release the memory so that the program won't crash/stall when more and more CSV files are to be processed to print the reports? Simply closing the Accpac session and setting the variables to nothing won't do anything. Any help will be highly appreciated. Thanks!
I have a .NET program that prints OE Accpac reports based on an input CSV file. I noticed that the memory allocated by the program grows after printing the report and not released. How can I release the memory so that the program won't crash/stall when more and more CSV files are to be processed to print the reports? Simply closing the Accpac session and setting the variables to nothing won't do anything. Any help will be highly appreciated. Thanks!