Did you install the MS Standalone Profiler? Or do you have a 64-bit system? Or did you rename your Program Files to something else?
The errors report that the MS Standalone Profiler wasn't found at the specified path. Try to have a look around if you can find it yourself:
The default installation path is "c:\program files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
On 64-bit systems, it could also be "c:\program files (x86)\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
In any case, there should be a "vsperfcmd.exe" in that location. If you find it, modify the profile_run.cmd script (using notepad or any other text editor; right-clicking the file should present an "Edit" command) where it says
The path there should match the location you where found your vsperfcmd.exe
Then try to run the script again.
The errors report that the MS Standalone Profiler wasn't found at the specified path. Try to have a look around if you can find it yourself:
The default installation path is "c:\program files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
On 64-bit systems, it could also be "c:\program files (x86)\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
In any case, there should be a "vsperfcmd.exe" in that location. If you find it, modify the profile_run.cmd script (using notepad or any other text editor; right-clicking the file should present an "Edit" command) where it says
Code:
set pt="C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
Then try to run the script again.