Re: .NET Memory Problems
- From: "New MSN" <jibgeo@xxxxxxxxx>
- Date: Tue, 21 Jun 2005 13:22:32 +0530
Use CLR Profiler which is available from Microsoft. You can find a how to
article also in msdn website.
"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ulRlXhnbFHA.3048@xxxxxxxxxxxxxxxxxxxxxxx
> you need to hook up a memory profiler to your application. See MSDN for
how
> to do this
>
> --
> Regards,
> Alvin Bruney - ASP.NET MVP
>
> [Shameless Author Plug]
> The Microsoft Office Web Components Black Book with .NET
> Now available @ www.lulu.com/owc, Amazon.com etc
> "Prasad Dannani" <prasad@xxxxxxxxxxxxx> wrote in message
> news:uhsuY13aFHA.3712@xxxxxxxxxxxxxxxxxxxxxxx
> > HI,
> >
> > I am a C#.NET Developer.
> > I created a windows application which is taking too much memory. But my
> > code
> > is calling dispose methods of all objects and assigning null them.
> > I don't know why is it happening After that i tried the GC methods it
> > worked
> > for me in the first instance but from the next time onwards its not
> > working.
> > I don't why.
> >
> > Can any one help on how to clear the memory immediately after completely
> > using of an object.
> >
> > Thanks in Advance
> > Prasad Dannani
> >
> >
>
>
.
- References:
- .NET Memory Problems
- From: Prasad Dannani
- Re: .NET Memory Problems
- From: Alvin Bruney [MVP - ASP.NET]
- .NET Memory Problems
- Prev by Date: Re: IIS worker process is killed when I run my asp.net app
- Next by Date: Re: asp.net page load twice problem
- Previous by thread: Re: .NET Memory Problems
- Next by thread: Re: .NET Memory Problems
- Index(es):
Relevant Pages
|