I have tried using Ants Profiler but it works on ".Net 2.0 Framework", I want something for ".Net 1.1" These are the cases that I want the profiler to detect. --------------------------------------------------------- Case 1 Reading values at an index that is out or range (using array). Case 2 Writing values at an index that is out or range (using array). Case 3 Reading values at an index that is out or range (using vector). Case 4 Writing values at an index that is out or range (using vector). Case 5 Memory leak. Case 6 Memory overrun using array. Case 7 Memory overrun using malloc Case 8 Access memory that has been deleted
Every is Illusion