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. Web Development
  3. ASP.NET
  4. How to give reference to an assembly?

How to give reference to an assembly?

Scheduled Pinned Locked Moved ASP.NET
dotnettutorialquestion
2 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.
  • I Offline
    I Offline
    irkahc
    wrote on last edited by
    #1

    I created an assembly called "MyAssembly", which has two versions 1.1 and 1.2. I placed this assembly into GAC. Now I want to use ver1.1 in one page and 1.2 in second page in same application. Is this possible? If s how? thanks.

    N 1 Reply Last reply
    0
    • I irkahc

      I created an assembly called "MyAssembly", which has two versions 1.1 and 1.2. I placed this assembly into GAC. Now I want to use ver1.1 in one page and 1.2 in second page in same application. Is this possible? If s how? thanks.

      N Offline
      N Offline
      Nimit Patel
      wrote on last edited by
      #2

      Hello, The following example shows how to redirect one assembly version to another and provide a codebase. The following example shows how to use the appliesTo attribute to redirect binding of a .NET Framework assembly. For more detail visit, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfAssemblyBinding.asp Nimit Patel

      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