In visual studio 2010, I tried to profile a new winforms app (a fresh app with zero code added by me).
But the profiling (.Net Memory Allocation (Sampling)) but it fails with the following mesaage.
This is what the output window spits out after this error message
Profiling started.
Profiling process ID 3332 (WindowsFormsApplication1).
Process ID 3332 has exited.
Data written to D:\Finder.Net\WindowsFormsApplication1\WindowsFormsApplication1100702(3).vsp.
Profiling finished.
PRF0025: No data was collected.
Profiling complete.
Is this my fault. Am I doing something wrong here