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. C#
  4. Plugins , C# runtime dll debugging

Plugins , C# runtime dll debugging

Scheduled Pinned Locked Moved C#
csharpcomdebugginghelptutorial
3 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.
  • M Offline
    M Offline
    mintguy
    wrote on last edited by
    #1

    I'm toying with plugins using the example given at http://www.codeproject.com/csharp/PluginsInCSharp.asp[^] but I can't seem to debug into the runtime loaded plugin dlls. Any help much apprecaited. Regards B

    L J 2 Replies Last reply
    0
    • M mintguy

      I'm toying with plugins using the example given at http://www.codeproject.com/csharp/PluginsInCSharp.asp[^] but I can't seem to debug into the runtime loaded plugin dlls. Any help much apprecaited. Regards B

      L Offline
      L Offline
      Leather99
      wrote on last edited by
      #2

      Hi There, I have developed an Add in / bolt on architecture in our existing VB6 app that allows .Net objects to be loaded/hosted and I have been able to debug the .Net code by loading the .Net project, setting a break point on the code that will be called by the VB6 app, then attaching to the VB6 apps process using VS.net. I have also done the same using C# as both the host and the add in. In both of the above cases it involves opening the add in project and attaching to the main project's/applications process using VS.Net. PS: You also need the PDB file to tie the source to the Exe/dll. Hope this helps. DL. MCSD(VB6/SQL7) MCAD(C#/SQL2000) MCSD(C#/SQL2000)

      1 Reply Last reply
      0
      • M mintguy

        I'm toying with plugins using the example given at http://www.codeproject.com/csharp/PluginsInCSharp.asp[^] but I can't seem to debug into the runtime loaded plugin dlls. Any help much apprecaited. Regards B

        J Offline
        J Offline
        Joel Lucsy
        wrote on last edited by
        #3

        Try adding the project for the plugin as a sub-project of your solution for the application that loads the plugin. -- Joel Lucsy

        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