J
Joel Rumerman
I have an application that does the following in one of its user controls:
It creates a grid of panels (9x9) and then in each of those panels it places
a label (9x9) labels. There are other controls on the page and so I think
the total number of controls is 200. (81+81 + 35 or so.) Randomly, I'm
getting Error Creating Window Handle errors.
This user control gets built and rebuilt as the user navigates a the browser
control on the right. They may be looking at 15+ user controls in a span of
45 seconds.
Few Questions:
a. Could it be because I have too many controls on the page and they are
not getting destroyed properly?
b. If I open up Task Manger and add Handles to the Columns is this a
good indicator of the resources my application is using?
c. How else can I fix this problem.
The application uses all managed resources. It's running 1.1 and is
programmed in VB.NET. The machine is Windows XP Pro with 512Mb RAM.
Thx, Joel
It creates a grid of panels (9x9) and then in each of those panels it places
a label (9x9) labels. There are other controls on the page and so I think
the total number of controls is 200. (81+81 + 35 or so.) Randomly, I'm
getting Error Creating Window Handle errors.
This user control gets built and rebuilt as the user navigates a the browser
control on the right. They may be looking at 15+ user controls in a span of
45 seconds.
Few Questions:
a. Could it be because I have too many controls on the page and they are
not getting destroyed properly?
b. If I open up Task Manger and add Handles to the Columns is this a
good indicator of the resources my application is using?
c. How else can I fix this problem.
The application uses all managed resources. It's running 1.1 and is
programmed in VB.NET. The machine is Windows XP Pro with 512Mb RAM.
Thx, Joel