|
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. |