Hi,
We have a small Winforms app here that simply unpacks a zip file and transfers data from the files to a database.
When used through Visual Studio, or directly from the executable in the bin directory, or by directly using the executable from the Publish folder, the program builds up some memory usage and then releases it. Does this repeatedly.
When used via the installed deployment (i.e. when you use the .application file to install under %USER%/Local/Apps) the program never seems to release its memory, causing the memory usage to gradually increase until it uses all PC memory.
Does the VS supplied installer cause an app to do something differently with its resource allocation?
I am using VS2008 SP1, on Win7 SP1.
Any ideas would be appreciated.
Regards,
Rob.
We have a small Winforms app here that simply unpacks a zip file and transfers data from the files to a database.
When used through Visual Studio, or directly from the executable in the bin directory, or by directly using the executable from the Publish folder, the program builds up some memory usage and then releases it. Does this repeatedly.
When used via the installed deployment (i.e. when you use the .application file to install under %USER%/Local/Apps) the program never seems to release its memory, causing the memory usage to gradually increase until it uses all PC memory.
Does the VS supplied installer cause an app to do something differently with its resource allocation?
I am using VS2008 SP1, on Win7 SP1.
Any ideas would be appreciated.
Regards,
Rob.
Comment