Error in profiler report generation
I am getting the following error (message box) while preparing report.
What should I do to fix it?
Microsoft Visual Studio
Symbol Engine: Loading symbols for module 'd:\School\bio\projects\Approximation\LPMotif\Release\LPMotif.exe'
Symbol Engine: Loading symbols for module 'C:\WINDOWS\system32\kernel32.dll'
Symbol Engine: Loading symbols for module 'C:\WINDOWS\system32\ntdll.dll'
Error VSP1740 : Error when trying to serialize symbol data
OK
[2065 byte] By [
dimkaz] at [2008-2-20]
Tools->Options->Performance Tools->General
Uncheck "Automatically serialize symbol information"
If you can't serialize symbols (I don't know why serialization is failing for you), you'll only be able to get meaningful analysis when you have the original symbol files from the scenario available.
Serialization takes whatever symbols are necessary to analyze your VSP file, and jams them onto the end of the file. That way, you can send the file off to someone else to look at, and they don't need to have your original symbols. Not serializing symbols means you just have to have your original instrumented exes and pdbs around if you want to analysis the file.
I don't know of another source for documentation, apart from the various profiler team blogs available here: