Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. remote debugging

remote debugging

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnetvisual-studiocomdebugging
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Areff
    wrote on last edited by
    #1

    hi, does anybody know that .net version can cause a problem in remote debugging ? i have .net 3.5 in my client and in other machine i have .net 2.0 without development tools like visual studio or other i want to debug a large scale windows application developed in C# and .net 2.0 . i used msvsmon in target machine and i want to attach the process (win service in my project). i can see it in my 'attach to process' window's process list and i attach it . but it does not work. does .net framework versions cause this problem ? tanks.

    --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

    Y D 2 Replies Last reply
    0
    • A Areff

      hi, does anybody know that .net version can cause a problem in remote debugging ? i have .net 3.5 in my client and in other machine i have .net 2.0 without development tools like visual studio or other i want to debug a large scale windows application developed in C# and .net 2.0 . i used msvsmon in target machine and i want to attach the process (win service in my project). i can see it in my 'attach to process' window's process list and i attach it . but it does not work. does .net framework versions cause this problem ? tanks.

      --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      Areff wrote:

      but it does not work.

      Be more specific. Do you get any error messages? if so what?

      Yusuf Can I help you?

      1 Reply Last reply
      0
      • A Areff

        hi, does anybody know that .net version can cause a problem in remote debugging ? i have .net 3.5 in my client and in other machine i have .net 2.0 without development tools like visual studio or other i want to debug a large scale windows application developed in C# and .net 2.0 . i used msvsmon in target machine and i want to attach the process (win service in my project). i can see it in my 'attach to process' window's process list and i attach it . but it does not work. does .net framework versions cause this problem ? tanks.

        --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

        D Offline
        D Offline
        dybs
        wrote on last edited by
        #3

        Make sure you have the .pdb files available for the assembly you're trying to debug. If for some reason it doesn't automatically load the symbols, open the Modules window, right-click your assembly name and select "Load Symbols" and select the pdb file. Make sure the source code you have open, the pdb file, and the assembly versions all match up, otherwise you won't be able to load the symbols or hit any breakpoints. Dybs

        A 2 Replies Last reply
        0
        • D dybs

          Make sure you have the .pdb files available for the assembly you're trying to debug. If for some reason it doesn't automatically load the symbols, open the Modules window, right-click your assembly name and select "Load Symbols" and select the pdb file. Make sure the source code you have open, the pdb file, and the assembly versions all match up, otherwise you won't be able to load the symbols or hit any breakpoints. Dybs

          A Offline
          A Offline
          Areff
          wrote on last edited by
          #4

          tnx Dybs after attaching i see this message on every breakpoint. The breakpoint will not currently be hit. no symbols have been loaded for this document does this is for .pdb files ?

          --------------------- Areff Areff.HB@Gmail.com ---------------------

          1 Reply Last reply
          0
          • D dybs

            Make sure you have the .pdb files available for the assembly you're trying to debug. If for some reason it doesn't automatically load the symbols, open the Modules window, right-click your assembly name and select "Load Symbols" and select the pdb file. Make sure the source code you have open, the pdb file, and the assembly versions all match up, otherwise you won't be able to load the symbols or hit any breakpoints. Dybs

            A Offline
            A Offline
            Areff
            wrote on last edited by
            #5

            hi, and tanx Dybs i done this job with copying the pdb files to the target machine and it's ok now.

            --------------------- Areff Bahrami(KAVEH) Areff.HB@Gmail.com ---------------------

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups