Click here to Skip to main content
15,889,403 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
likefood30-Jan-06 11:07
likefood30-Jan-06 11:07 
GeneralRe: Is there a way to handle OutOfMemory exceptions? Pin
sarabjs1-Feb-06 6:14
sarabjs1-Feb-06 6:14 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
Ingo31-Jan-06 3:18
Ingo31-Jan-06 3:18 
GeneralRe: Is there a way to handle OutOfMemory exceptions? Pin
Dan Neely31-Jan-06 3:34
Dan Neely31-Jan-06 3:34 
GeneralRe: Is there a way to handle OutOfMemory exceptions? Pin
Ingo31-Jan-06 4:12
Ingo31-Jan-06 4:12 
GeneralRe: Is there a way to handle OutOfMemory exceptions? Pin
Dave Kreskowiak31-Jan-06 5:13
mveDave Kreskowiak31-Jan-06 5:13 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
RajeshGuptha2-Feb-06 7:47
RajeshGuptha2-Feb-06 7:47 
AnswerRe: Is there a way to handle OutOfMemory exceptions? Pin
sarabjs3-Feb-06 10:03
sarabjs3-Feb-06 10:03 
Thanks folks!! I appreciate everyone's help...

Turns out, I didn't have to cross the Seven Seas:

I managed to solve the issue by explicitly disposing (Image.Dispose()) some images I was creating during processing... I used to think that .NET automatically clears the memory being held by an image object once all references to it are removed - Guess that isn't the case...

Learnt a lot from these discussions though - Thanks!

-- modified at 16:03 Friday 3rd February, 2006
QuestionHow can I flush window events? Pin
swcrissman30-Jan-06 3:37
swcrissman30-Jan-06 3:37 
AnswerRe: How can I flush window events? Pin
kasik30-Jan-06 4:38
kasik30-Jan-06 4:38 
GeneralRe: How can I flush window events? Pin
swcrissman30-Jan-06 5:21
swcrissman30-Jan-06 5:21 
QuestionRequired .NET Profiler Pin
RajeshGuptha30-Jan-06 1:00
RajeshGuptha30-Jan-06 1:00 
AnswerRe: Required .NET Profiler Pin
tarasn30-Jan-06 4:48
tarasn30-Jan-06 4:48 
AnswerRe: Required .NET Profiler Pin
Robert Rohde30-Jan-06 20:24
Robert Rohde30-Jan-06 20:24 
GeneralRe: Required .NET Profiler Pin
RajeshGuptha2-Feb-06 7:58
RajeshGuptha2-Feb-06 7:58 
QuestionInstall Framework 2.0 SDK with Visual Studio 2003 Pin
nikolag29-Jan-06 21:35
nikolag29-Jan-06 21:35 
AnswerRe: Install Framework 2.0 SDK with Visual Studio 2003 Pin
Dave Kreskowiak30-Jan-06 1:32
mveDave Kreskowiak30-Jan-06 1:32 
GeneralRe: Install Framework 2.0 SDK with Visual Studio 2003 Pin
nikolag31-Jan-06 21:45
nikolag31-Jan-06 21:45 
Generalnew (?) .NET memory usage solution Pin
User 221952029-Jan-06 17:44
User 221952029-Jan-06 17:44 
GeneralRe: new (?) .NET memory usage solution Pin
leppie29-Jan-06 18:27
leppie29-Jan-06 18:27 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952029-Jan-06 18:35
User 221952029-Jan-06 18:35 
GeneralRe: new (?) .NET memory usage solution Pin
Colin Angus Mackay29-Jan-06 21:21
Colin Angus Mackay29-Jan-06 21:21 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952029-Jan-06 21:55
User 221952029-Jan-06 21:55 
GeneralRe: new (?) .NET memory usage solution Pin
Colin Angus Mackay29-Jan-06 21:23
Colin Angus Mackay29-Jan-06 21:23 
GeneralRe: new (?) .NET memory usage solution Pin
User 221952029-Jan-06 22:03
User 221952029-Jan-06 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.