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. Assembly compatibility

Assembly compatibility

Scheduled Pinned Locked Moved C#
tutorialquestionannouncement
3 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.
  • P Offline
    P Offline
    Pascal 0
    wrote on last edited by
    #1

    Hi I'm looking for a way to check the compatibility between two versions of an assembly. I know how to retrieve the version of an assembly but i'm looking for a way to check the compatibility automatically. In exemple : 1.0.0.1 is compatible with 1.0.0.0 but 1.1.0.0 isn't with version 1.0.0.0 Do I have to verify manually or is there already a method in the Framework that does it ?

    M 1 Reply Last reply
    0
    • P Pascal 0

      Hi I'm looking for a way to check the compatibility between two versions of an assembly. I know how to retrieve the version of an assembly but i'm looking for a way to check the compatibility automatically. In exemple : 1.0.0.1 is compatible with 1.0.0.0 but 1.1.0.0 isn't with version 1.0.0.0 Do I have to verify manually or is there already a method in the Framework that does it ?

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      By Microsoft's definition, only the same version number of a strongly-named assembly is compatible. Anything else has to be redirected either through publisher policy or using a bindingRedirect in the config file.

      Stability. What an interesting concept. -- Chris Maunder

      P 1 Reply Last reply
      0
      • M Mike Dimmick

        By Microsoft's definition, only the same version number of a strongly-named assembly is compatible. Anything else has to be redirected either through publisher policy or using a bindingRedirect in the config file.

        Stability. What an interesting concept. -- Chris Maunder

        P Offline
        P Offline
        Pascal 0
        wrote on last edited by
        #3

        A little bit late but thanks

        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