View Single Post

  #2 (permalink)  
Old 07-27-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
If you made no changes for .NET and your getting cyclical performance results, my first thought would be you need to add calls to object Dispose methods. You can use Intelisense to find which classes implement Dispose, for instances of those objects be sure to call it.
Reply With Quote