Multiple entrys in zip, memory not being released !
-
My application uses sharpziplib to compress a directory, the system sits in the system tray awaiting another use. If the applicaiton is restarted, no problems. If the application is not shutdown and restarted, the application will double up on all of the files. I have tried to debug this and found that most or all of the variables used in the creation of the ZIP file and reset. Is there any other way to clear out the memory used and a funtion is performed ?
-
My application uses sharpziplib to compress a directory, the system sits in the system tray awaiting another use. If the applicaiton is restarted, no problems. If the application is not shutdown and restarted, the application will double up on all of the files. I have tried to debug this and found that most or all of the variables used in the creation of the ZIP file and reset. Is there any other way to clear out the memory used and a funtion is performed ?
OK, I am an official dumb@$$. This had nothing todo with sharpziplib, I had an arraylist that was not getting cleared. Although it took me all day, problem solved. Thanks anyway if you were gonna try and help me out.
-
OK, I am an official dumb@$$. This had nothing todo with sharpziplib, I had an arraylist that was not getting cleared. Although it took me all day, problem solved. Thanks anyway if you were gonna try and help me out.
In the future, if you believe a certain problem is with a product, you'd be better off asking in their forums (if possible). You can find more targetted advice and help with a particular product that way.
Microsoft MVP, Visual C# My Articles