O
Optimus
Hi,
I would like to ask if its reasonable for a .net CF 2.0 application
running on
a pocket pc, hp ipaq hx2110 with win mobile 2003 se,
to take up about 10 MB of memory. Every time i opened the form, memory
dropped about 2 MB.
The usage in this app is as follows:
1 Main Windows Form, 10 User Controls loaded into the form (one user
control loaded at a time),
DataSets, Separate Data Access Class DLL and one Common library class.
Btw, I heard that using the dataset could possibly lead to memory
overloading. Is that correct? and how can I work around with this?
Another thing, with using the user control loaded onto the form,
How do I properly release memory used by a user control?
I realize that this is a real tough question to ask as it's hard to
give
an answer without seeing the actual code and what it does
Thanks in advance,
Optimus
I would like to ask if its reasonable for a .net CF 2.0 application
running on
a pocket pc, hp ipaq hx2110 with win mobile 2003 se,
to take up about 10 MB of memory. Every time i opened the form, memory
dropped about 2 MB.
The usage in this app is as follows:
1 Main Windows Form, 10 User Controls loaded into the form (one user
control loaded at a time),
DataSets, Separate Data Access Class DLL and one Common library class.
Btw, I heard that using the dataset could possibly lead to memory
overloading. Is that correct? and how can I work around with this?
Another thing, with using the user control loaded onto the form,
How do I properly release memory used by a user control?
I realize that this is a real tough question to ask as it's hard to
give
an answer without seeing the actual code and what it does
Thanks in advance,
Optimus