Downloading new application assemblies

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

    Downloading new application assemblies

    I'm working on an application that will be extendable with dynamically
    loaded assemblies, i.e plugins.

    I was thinking of distributing new plugins via FTP or some other
    mechanism, maybe even using a web server via HTTP. The main application
    would receive some input from the user that they wish to download a new
    plugin and the application would then connect to a server and initiate
    the download and installation.

    Anyone have any high-level recommendations here on methods to retrieve
    the plugins?

    Thanks!
  • Bugs

    #2
    Re: Downloading new application assemblies

    Does anyone know if MS already has some generic framework or mechanism
    defined for achieving this?

    Bugs wrote:
    I'm working on an application that will be extendable with dynamically
    loaded assemblies, i.e plugins.
    >
    I was thinking of distributing new plugins via FTP or some other
    mechanism, maybe even using a web server via HTTP. The main application
    would receive some input from the user that they wish to download a new
    plugin and the application would then connect to a server and initiate
    the download and installation.
    >
    Anyone have any high-level recommendations here on methods to retrieve
    the plugins?
    >
    Thanks!

    Comment

    Working...