Using dotTrace Memory 3.5, I can't get to show source code of my asp.net web app.
I set up folder path in View-> Manage Folder Substitution
But message in Source View still is:
Cannot find PDB file for C:\Windows\..... (you can see at picture)
PDB files are in BIN folder and they are correctly compiled.
Hi,
Please try the following:
1. Search for your website namespace in the "Namespace Tree" (currently you've selected System namespace, which is .net framework, so you don't have access to the sources)
2. Inside your namespace navigate to some of your classes
3. If the pdbs are not found automatically, then in the "Source view" you will see something like "Can not find pdb file ... browse (link)". Press this link and show it path to the sources.
That should work.
WRB, Ivan Shakhov
The problem is that I don't see Namespaces of my web application. Only from NET Framework.
Am I wrongly setting up something? Is it because my web application is written in VB.NET and dotTrace only profiles when is written in C sharp?
I attach image showing set up of paths and screen with Namespaces tree.
Hi,
DotTrace works with any CLR language (C#, VB, etc.)
Have you tried to set "Start recording immediatelly" checkbox?
When you start profiling does the browser open and have you browsed several pages of your webapp?
What VS do you use? 2008/2010?
Is your project type WebApplication?
WBR, Ivan Shakhov
My OS is Windows XP (Spanish). Use Visual Studio 2008, Framework 3.5.
I'm using dotTrace Memory 3.5. I'm trying to profile a web application.
I deinstalled and installed again dotTrace Memory 3.5, with antivirus off.
Get the same: only Namespaces from Microsoft Framework 3.5: System and Microosft.
Don't get namespaces of my web application.
I navigate at least 3 or 4 pages.
Problem could be how to fill this fields:
Path to web-server root:
Virtual path on server:
If I fill:
Path to web-server root:D:\ProgVS2008\WebResoluciones_08022011\WebResoluciones\bin
Virtual path on server:/WebResoluciones
I get WebDev.WebServer.exe error as shown in attached image.
If I fill:
Path to web-server root:C:\"Archivos de programa"\"Archivos comunes"\"Microsoft Shared"\DevServer\9.0\WebDev.WebServer /port:80 /path:"D:\ProgVS2008\WebResoluciones_08022011\WebResoluciones\bin" /vpath:"/WebResoluciones"
Virtual path on server:/WebResoluciones
I get the second message as shown in attached image.
However, I still can navigate my web pages and get memory snapshots, only that I don't see my namespaces.
Hi,
I don't see the problem in "Path to web-server".
You haven't answered about ""Start recording immediatelly" checkbox".
Is it posible, that you sent your application privatelly to Ivan.Shakhov at jetbrains.com?
I tried VS2008 + WebApp - mt example works fine.
Regards,
Ivan Shakhov