Debugging COM+ Processes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Francois Guerin

    #1

    Debugging COM+ Processes

    Hi,

    I am trying to debug a ServicedCompone nt 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.

  • Tian Min Huang

    #2
    RE: Debugging COM+ Processes

    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.

    Comment

    • Francois Guerin

      #3
      RE: Debugging COM+ Processes

      Yes, I know. But the DLL is in the GAC. I cannot put pdb
      file in the GAC.

      Comment

      • Tian Min Huang

        #4
        RE: Debugging COM+ Processes

        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.


        =UTF-8&selm=%23AsEhT cBDHA.2308%40TK 2MSFTNGP10.phx. gbl&rnum=7

        In addition, you can also use filemon to check it yourself.


        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.

        Comment

        • Francois Guerin

          #5
          RE: Debugging COM+ Processes

          That's it! The .pdb file must be in Windows\Symbos\ Dll.

          Thanks.

          Comment

          Working...