Suggestion: 'call Dispose() on this object' reminderhttp://forums.asp.net/t/542265.aspx/1?Suggestion+call+Dispose+on+this+object+reminderThu, 15 Apr 2004 13:49:06 -0400542265542265http://forums.asp.net/p/542265/542265.aspx/1?Suggestion+call+Dispose+on+this+object+reminderSuggestion: 'call Dispose() on this object' reminder Hello all, A suggestion by the IDE to call Dispose() on a certain object would be great. It would concern objects that are tied to system resources, like Bitmap objects etc. that have a Dispose method. I found that sometimes not doing this results in memory not being released. A solution to forgetting to code this, would be a reminder by the IDE. Regards, David van Leerdam 2004-04-15T10:59:00-04:00542448http://forums.asp.net/p/542265/542448.aspx/1?Re+Suggestion+call+Dispose+on+this+object+reminderRe: Suggestion: 'call Dispose() on this object' reminder Actually, I have sent this request to MS, the person I sent it to, have sent it to the VS.Net team. I agree with you, if an object has implemented the IDispose interface and during the compilation it would be great if there could be a warning that tells that Dispose is not called. It should of course be possible to turn of this warning of. I think this would be a great feature to add, because it could help beginners from not missing things like closing a connection etc. 2004-04-15T13:49:06-04:00