| Author |
Message |
DaveyM
Joined: 17 Aug 2009 Posts: 1
|
Posted: Mon Aug 17, 2009 1:53 pm Post subject: Profiling SharePoint - PDB's not being loaded |
|
|
Hi,
I'm trying to profile a SharePoint installation. I've followed the instructions as per the guide found here:
http://www.red-gate.com/support/Knowledgebase/ANTS_Profiler/AP4SharePoint.pdf
I have the PDB files and they are placed in the app_bin as per instructions. Unfortunately I don't see the source when I profile. I've additionally placed these PDB files in the both the BIN & GAC to determine if that will resolve the issue... unfortunately no such luck.
Am I missing something?
Thanks
Davey |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 442
|
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 442
|
Posted: Fri Sep 11, 2009 5:16 pm Post subject: |
|
|
We have a solution to the pdb file problem:
1. Register the dll with gacutil (gacutil -i <name.dll>) (remove the existing one from GAC first if necessary)
2. Find the registered dll in GAC and copy manually the pdb file there to the same directory (for example, one of my files ended up here: C:\WINDOWS\assembly\GAC_MSIL\XlMortgageCalc\1.0.0.0__36608c460dc74a10)
Then the source files should be visible in performance profiler.
A colleague and I have tried to prove that it works (on Win 2003 x86, at least). Hope this helps! |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group