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. Visual Basic
  4. Load and unload assembly

Load and unload assembly

Scheduled Pinned Locked Moved Visual Basic
csharptutorialquestion
5 Posts 2 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.
  • C Offline
    C Offline
    cstrader232
    wrote on last edited by
    #1

    I need to successfully load and unload assemblies from my vb.net project in real time. Can anyone recommend a tutorial on this process? Thanks!

    L 1 Reply Last reply
    0
    • C cstrader232

      I need to successfully load and unload assemblies from my vb.net project in real time. Can anyone recommend a tutorial on this process? Thanks!

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      I suggest you google around; look for "AppDomain", as you can't unload assemblies, all you can unload is an AppDomain, so you will have to load assemblies in a new AppDomain, then later unload that AppDomain. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read formatted code with indentation, so please use PRE tags for code snippets.


      I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


      C 1 Reply Last reply
      0
      • L Luc Pattyn

        I suggest you google around; look for "AppDomain", as you can't unload assemblies, all you can unload is an AppDomain, so you will have to load assemblies in a new AppDomain, then later unload that AppDomain. :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read formatted code with indentation, so please use PRE tags for code snippets.


        I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


        C Offline
        C Offline
        cstrader232
        wrote on last edited by
        #3

        Oh,sorry, yes I understand that this occurs through appdomains. And I've googled and binged my head off on this, but I have yet to find a good solid tutorial on the mechanisms of the process. I was hoping someone here might have a good book or link that would help me. Thanks

        L 1 Reply Last reply
        0
        • C cstrader232

          Oh,sorry, yes I understand that this occurs through appdomains. And I've googled and binged my head off on this, but I have yet to find a good solid tutorial on the mechanisms of the process. I was hoping someone here might have a good book or link that would help me. Thanks

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          I don't have any around here, however I would suggest you look at some of these[^]. That may be a little hard though with your head off. :laugh:

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read formatted code with indentation, so please use PRE tags for code snippets.


          I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


          C 1 Reply Last reply
          0
          • L Luc Pattyn

            I don't have any around here, however I would suggest you look at some of these[^]. That may be a little hard though with your head off. :laugh:

            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


            I only read formatted code with indentation, so please use PRE tags for code snippets.


            I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


            C Offline
            C Offline
            cstrader232
            wrote on last edited by
            #5

            Thanks Luc!

            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