iisapp.vbs shows the following:
W3WP.exe PID: 2540 AppPoolId: DefaultAppPool
I am able to find this PID in my remote attach to list and when I attach to it, I still recieve the error that it cannot load debug files.
Following is information on this PID from the modules list:
w3wp.exe C:\WINDOWS\system32\inetsrv\w3wp.exe N/A N/A No symbols loaded. 1 6.0.3790.1830 (srv03_sp1_rtm.050324-1447) 3/24/2005 8:31 PM 01000000-01005000 [2540] w3wp.exe: Native
note that no symbols are loaded. I am unclear of what options I should take to load these symbols properly. Is this c:\windows\... path referencing my client or the server?
I do see my dll in this module list, as follows:
ApplicationMessagingWS.DLL C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\applicationmessagingws\d12b383c\81865b9f\assembly\dl3\eefe4bf7\b8b19270_b6ebc601\ApplicationMessagingWS.DLL N/A N/A No native symbols in symbol file. 65 1.00.2473.18696 10/9/2006 6:23 AM 01E30000-01E38000* [2540] w3wp.exe: Native
There is a red circled ! mark next to it and specifies that no native symbols in symbol file. It also appears to be referencing my local machine as denoted by the c:\windows\ path. Once again, I would think this would be pointing to the server, not my client.
when i right click on this and select symbol load information isee this:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\applicationmessagingws\d12b383c\81865b9f\assembly\dl3\eefe4bf7\b8b19270_b6ebc601\ApplicationMessagingWS.pdb: Cannot find or open the PDB file. \\vpmwshqs009\d$\ApplicationMessagingWS\bin\ApplicationMessagingWS.pdb: Symbols loaded. No native symbols in symbol file.
Note: the vpmwshqs009 is the remote server name!
|