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. Two Assemblies in GAC

Two Assemblies in GAC

Scheduled Pinned Locked Moved C#
dotnet
4 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
    IamADotNetGuy
    wrote on last edited by
    #1

    is it possible to have two assemblies having same attributes. please let me know if there are any good documents for this.

    J 1 Reply Last reply
    0
    • I IamADotNetGuy

      is it possible to have two assemblies having same attributes. please let me know if there are any good documents for this.

      J Offline
      J Offline
      Jesse Squire
      wrote on last edited by
      #2

      I'm not sure that I understand what you're trying to accomplish here, but... As far as I know, the only requirement for an assembly to live in the GAC is that it has a unique strong name. Google will yield plenty of results, if you search, but there are a couple of links to get you started:

      • An entry[^] on the GAC from Prabhu Ram Prasath's blog
      • Jan Seda's article[^] here on CodeProject.

      Hope that helps. :) --Jesse

      I 1 Reply Last reply
      0
      • J Jesse Squire

        I'm not sure that I understand what you're trying to accomplish here, but... As far as I know, the only requirement for an assembly to live in the GAC is that it has a unique strong name. Google will yield plenty of results, if you search, but there are a couple of links to get you started:

        • An entry[^] on the GAC from Prabhu Ram Prasath's blog
        • Jan Seda's article[^] here on CodeProject.

        Hope that helps. :) --Jesse

        I Offline
        I Offline
        IamADotNetGuy
        wrote on last edited by
        #3

        Hey too good articles............. solved too many doubts I had............. Prabhu Ram Prasath's dothis guy have some more aricles on anything like this...... And as I am sending u the reply I have one more question...... How does reflection helps GAC and Also WebServices, Bcoz I have seen so many exmples where people use refletions to call web service methods. I dont what might be the exact reason. Regards,

        J 1 Reply Last reply
        0
        • I IamADotNetGuy

          Hey too good articles............. solved too many doubts I had............. Prabhu Ram Prasath's dothis guy have some more aricles on anything like this...... And as I am sending u the reply I have one more question...... How does reflection helps GAC and Also WebServices, Bcoz I have seen so many exmples where people use refletions to call web service methods. I dont what might be the exact reason. Regards,

          J Offline
          J Offline
          Jesse Squire
          wrote on last edited by
          #4

          IamADotNetGuy wrote: Prabhu Ram Prasath's dothis guy have some more aricles on anything like this I honestly don't know. I found that article when I ran a quick google while answering your post. IamADotNetGuy wrote: How does reflection helps GAC and Also WebServices There have been tons of things written on reflection in .NET. If you're truly interested, I'd encourage you to search the articles here on CodeProject and google the topic. They'll do a better job of covering the topic then I can in a reply. In my experience the most common use for reflection is to enable late binding of an object. Again, if you're not familiar with late binding and would like more information, I'd encourage you to google it. Here[^] is an MSDN article to get you started. Hope that helps. :) --Jesse

          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