Activity overview
Latest activity by MacTee
Hi,
thanks for your replay!
No, there are just two threads, the GUI thread and a BackgroudWorker thread to get data from a WebService/DB (but I'm not shure if the second thread has started already).
The strange thing is that this memory allocation only happens in a release build, a debug build or starting a exe within a debug session don't show such a behavoir. / comments
Hi,
thanks for your replay!
No, there are just two threads, the GUI thread and a BackgroudWorker thread to get data from a WebService/DB (but I'm not shure if the second thread has started already)...
Only release build exe uses temporarily 1gb unmanaged ram
Hallo,
we have noticed a strange behavior in our .net 4.0 WinForm app.
When we start the app everything is fine, but when we open an additional WinForm the app allocates 1gb of unmanaged ram and fr...