Results 1 to 2 of 2

Thread: Load and unload Assembly at runtime

  1. #1

    Thread Starter
    Lively Member neodatatype's Avatar
    Join Date
    Aug 2002
    Location
    Italy
    Posts
    103

    Exclamation Load and unload Assembly at runtime

    Hi all!

    I need to load an assembly given its fisical file path.
    And (important) I need to be able to *unload* the assembly when I no more need it, so that its .exe file will be released and I can delete it.

    Someone told me to load it in a different AppDomain (is this the right way?), but I can't get it work and the assembly file is not under my app directory!

    Thanks for your help!
    > NeoDataType.net <

    Try my Free .Net Reporting Tool!

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I assume you are doing .net...

    This page covers a lot more, but it covers what you want as well

    http://www.west-wind.com/presentatio...ynamicCode.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width