Results 1 to 3 of 3

Thread: Checking remote assembly version and downloading to local folder

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    Malaysia
    Posts
    64

    Checking remote assembly version and downloading to local folder

    I need to check an assembly (that contains some interfaces for some remoting objects) that is located at the server and automatically download them to the local folder if the version is older.

    Is there any way to do this. Checking assembly i think it's using the System.Reflections.Assembly's GetFullName function but is there a way to also use it to download the file to the local folder?

    Is there a better to do this?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Check this link out, go to this section (at the bottom)
    Automatically Updating .NET Applications
    http://msdn.microsoft.com/library/de...algupgrade.asp

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    Malaysia
    Posts
    64
    Thanks

    This is exactly what i wanted

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