I ran Visual Studio Profiler on my development machine and created a VSP file. On my development machine, the Function Details view allows me to see lines of code that take a long time to run. My question is: how to send this file to someone else without losing functionality?
When I copy only a VSP file to another computer and try to open it in Visual Studio, I get some functions, but I don’t see any code in the “Function Details” view and instead see “Source Code Not Available. You May Not Have appropriate symbol paths or there was an error loading characters. "
I also tried to copy the source and PDB files, but the same results. In the output window, it seems that Visual Studio is trying to find the PDB files in the path that existed on my development machine, but since it works on another computer, it cannot find them.
source share