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. .NET (Core and Framework)
  4. Multiple versions Assembly [modified]

Multiple versions Assembly [modified]

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnettutorialannouncement
4 Posts 3 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.
  • M Offline
    M Offline
    MarcassinDindonneau
    wrote on last edited by
    #1

    Hi, I'm developping a .NET Assembly in 2 versions. This Assembly is used by 12 applications. These applications are installed on the same machine. Some of these applications need the Assembly version 1.0 and some need the Assembly version 2.0. Can someone tell me how to tell the different applications which version of the Assembly they must use and how to install the different versions of the Assembly so they can be bound by the CLR. -- modified at 4:23 Friday 25th August, 2006

    P N 2 Replies Last reply
    0
    • M MarcassinDindonneau

      Hi, I'm developping a .NET Assembly in 2 versions. This Assembly is used by 12 applications. These applications are installed on the same machine. Some of these applications need the Assembly version 1.0 and some need the Assembly version 2.0. Can someone tell me how to tell the different applications which version of the Assembly they must use and how to install the different versions of the Assembly so they can be bound by the CLR. -- modified at 4:23 Friday 25th August, 2006

      P Offline
      P Offline
      psamy
      wrote on last edited by
      #2

      create publisher policy to identify different version of assembly

      M 1 Reply Last reply
      0
      • P psamy

        create publisher policy to identify different version of assembly

        M Offline
        M Offline
        MarcassinDindonneau
        wrote on last edited by
        #3

        I've already created a publisher policy file but it seems that the application doesn't use this file. Is there anything special to do to make the application use it???

        1 Reply Last reply
        0
        • M MarcassinDindonneau

          Hi, I'm developping a .NET Assembly in 2 versions. This Assembly is used by 12 applications. These applications are installed on the same machine. Some of these applications need the Assembly version 1.0 and some need the Assembly version 2.0. Can someone tell me how to tell the different applications which version of the Assembly they must use and how to install the different versions of the Assembly so they can be bound by the CLR. -- modified at 4:23 Friday 25th August, 2006

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          Have you tried using assemblyBinding / bindingRedirct ? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconassemblyversionredirection.asp[^]


          only two letters away from being an asset

          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