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]
# 1
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.

AngryRichardMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...
# 2
Thanks.
What do I need symbol serialization for anyway.

The docs I have (june ctp) are by no means complete.
Is there another source for them?

dimkaz at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...
# 3

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:

Visual Studio Performance Tools Blog

AngryRichardMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...
# 4

thanks for your answers. I already subscribe to all those blogs.

You guys just don't blog often enough Smile

dimkaz at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...
# 5
dimkaz, Can you send the VSP file and the exe/pdb files you used during data collection to find out why it gives you an error during serialization?

Thanks
-Munjal

MunjalD at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...

Visual Studio Team System

Site Classified