Problem: too many GDI objects in memory

G

Guest

Hi all.
I have a very frustrating problem with my VB applications (developed with
VS2002/.Net1.0):
every application (even "stupid" two-forms application :-( ) seems to
allocate GDI resources
when a form is "opened" and doesn't release them after closing.
This "problem" (or bug? or coding error?) causes my application to become
very "slow" and a BIG number of allocated GDI objects.

Can you help me? Any idea about to solve this behaviour of .NET1.0?
Maybe the problem is VS2002 and .NET1.0: I read on the net of a lot of
memory-leak problems using GDI technology with .Net1.0. I'll solve my
problem upgrading to VS2003?
Thanks in advance for your answers.
 
A

Armin Zingler

Can you help me? Any idea about to solve this behaviour of
.NET1.0? Maybe the problem is VS2002 and .NET1.0: I read on the net
of a lot of memory-leak problems using GDI technology with .Net1.0.
I'll solve my problem upgrading to VS2003?


The question is not related to the VB.NET language. Please turn to the
appropriate microsoft.public.dotnet.framework.* group.
 
H

Herfried K. Wagner [MVP]

* said:
I have a very frustrating problem with my VB applications (developed with
VS2002/.Net1.0):
every application (even "stupid" two-forms application :-( ) seems to
allocate GDI resources
when a form is "opened" and doesn't release them after closing.
This "problem" (or bug? or coding error?) causes my application to become
very "slow" and a BIG number of allocated GDI objects.

Are you referring to that?

<http://www.jelovic.com/dotnetbugs/index.html>
-> "#16"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top