-
Re: Application Stays in memory even after being terminated
Can you elaborate a bit more??How are you teminating your app??using End ?is
your App using any classes?
cheers
Sachin
"Soumitra" <soumitrabajpai@hotmail.com> wrote in message
news:3ae80475@news.devx.com...
> Hi All ,
>
> I have a small problem.My application stays in memory even after I have
> terminated it .This happens only ocassionaly and only in the build .
>
>
> Thanks & Regards
>
> Soumitra Bajpai
>
>
>
-
Application Stays in memory even after being terminated
Hi All ,
I have a small problem.My application stays in memory even after I have
terminated it .This happens only ocassionaly and only in the build .
Thanks & Regards
Soumitra Bajpai
-
Re: Application Stays in memory even after being terminated
This is a known problem and you should search the newsgroups for answers.
We had the same problem too. It doesn't occur in the VB IDE because apparently
the VB IDE does more than the runtime version will.
The problem is always that an activeX object is still loaded. This could
be due to :
1) forms that are not unloaded.
2) Allthough some people say it is not needed, we solved the problem by setting
the local members in classes to nothing in the class_terminate.
These are the most common problems. Another possible cause could be that
you have introduced circular references between the instances of you classes.
If this is the case, then you have a bug in your programming logic. Com
doesn't automatically clean up 'hard' cylic references between objects.
"Soumitra" <soumitrabajpai@hotmail.com> wrote:
>Hi All ,
>
>I have a small problem.My application stays in memory even after I have
>terminated it .This happens only ocassionaly and only in the build .
>
>
>Thanks & Regards
>
>Soumitra Bajpai
>
>
>
-
Re: Application Stays in memory even after being terminated
You've probably failed to unload all your forms.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Soumitra" <soumitrabajpai@hotmail.com> wrote in message
news:3ae80475@news.devx.com...
> Hi All ,
>
> I have a small problem.My application stays in memory even after I have
> terminated it .This happens only ocassionaly and only in the build .
>
>
> Thanks & Regards
>
> Soumitra Bajpai
>
>
>
-
Re: Application Stays in memory even after being terminated
Or reports.
--
Miha
www.spin.si
"Jonathan Wood" <jwood@softcircuits.com> wrote in message
news:3ae9aaba@news.devx.com...
> You've probably failed to unload all your forms.
>
> --
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks