Debugging COM+ Processes

F

Francois Guerin

Hi,

I am trying to debug a ServicedComponent assembly in
COM+. When I attach to the process, I get no error. When I
set the breakpoint, I get a question mark symbol in the
breakpoint with the following message: "The breakpoint
will not currently be hit. No symbols have been loaded for
this document." As a matter of fact, it does not break!
The framework is 1.1 running on Windows 2003 Server.

Note: It used to work on Windows 2000.

Any ideas?

Thanks.
 
T

Tian Min Huang

Hi Francois,

Thanks for your post. Generally speaking, this error indicates that the
debugger cannot find the symbol file for the component. I'd like to copy
the corresponding .pdb from the bin directory to the directory where your
DLL locates.

I am standing by for your result.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
T

Tian Min Huang

Hi Francois,

Thanks for your update. Since the DLL is in GAC, I'd like you take a look
at the following thread which lists the directories the debugger will
search for the PDB file.

http://groups.google.com/groups?q=gac+pdb+debug+COM+&hl=en&lr=&ie=UTF-8&oe
=UTF-8&selm=%23AsEhTcBDHA.2308%40TK2MSFTNGP10.phx.gbl&rnum=7

In addition, you can also use filemon to check it yourself.
http://www.sysinternals.com/ntw2k/source/filemon.shtml

Please let me know the result.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top