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. GAC related question

GAC related question

Scheduled Pinned Locked Moved C#
questioncsharpdotnetannouncement
3 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.
  • I Offline
    I Offline
    Imtiaz Murtaza
    wrote on last edited by
    #1

    Friends, I am navigating inside GAC folder using command prompt i.e on my machine: c:\Windows\Assembly\GAC I have three versions of .NET installed in my machine. So i am expecting three different System.dll files in the respective folders. But when im issuing *dir* command to look inside system directory, there is only one folder visible:

    Directory of C:\Windows\assembly\GAC\System

    12/12/2007 11:42 AM <DIR> .
    12/12/2007 11:42 AM <DIR> ..
    12/12/2007 11:42 AM <DIR> 1.0.5000.0__b77a5c561934e089
    0 File(s) 0 bytes
    3 Dir(s) 119,704,276,992 bytes free

    i.e version 1.0.5000.0 of System.dll is there. My question is that where are the other versions of this dll and why their respective folders are not there ?

    Imtiaz

    L P 2 Replies Last reply
    0
    • I Imtiaz Murtaza

      Friends, I am navigating inside GAC folder using command prompt i.e on my machine: c:\Windows\Assembly\GAC I have three versions of .NET installed in my machine. So i am expecting three different System.dll files in the respective folders. But when im issuing *dir* command to look inside system directory, there is only one folder visible:

      Directory of C:\Windows\assembly\GAC\System

      12/12/2007 11:42 AM <DIR> .
      12/12/2007 11:42 AM <DIR> ..
      12/12/2007 11:42 AM <DIR> 1.0.5000.0__b77a5c561934e089
      0 File(s) 0 bytes
      3 Dir(s) 119,704,276,992 bytes free

      i.e version 1.0.5000.0 of System.dll is there. My question is that where are the other versions of this dll and why their respective folders are not there ?

      Imtiaz

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, AFAIK the .NET system dll's are located elsewhere; I found System.dll in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and others so I would say they either get added to the GAC virtually, or they are not in the GAC at all. :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


      1 Reply Last reply
      0
      • I Imtiaz Murtaza

        Friends, I am navigating inside GAC folder using command prompt i.e on my machine: c:\Windows\Assembly\GAC I have three versions of .NET installed in my machine. So i am expecting three different System.dll files in the respective folders. But when im issuing *dir* command to look inside system directory, there is only one folder visible:

        Directory of C:\Windows\assembly\GAC\System

        12/12/2007 11:42 AM <DIR> .
        12/12/2007 11:42 AM <DIR> ..
        12/12/2007 11:42 AM <DIR> 1.0.5000.0__b77a5c561934e089
        0 File(s) 0 bytes
        3 Dir(s) 119,704,276,992 bytes free

        i.e version 1.0.5000.0 of System.dll is there. My question is that where are the other versions of this dll and why their respective folders are not there ?

        Imtiaz

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #3

        Ha, yeah, I just did a GACUTIL /L to list the contents. System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is the only entry for System.

        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