GAC ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick Harris

    #1

    GAC ?

    Question. When I strong name my shared assemblies and enter them into the
    Global Assembly Cache why doesn't it show up in Visual Studio when I click
    on add reference in the .NET tab.

    Is there something i'm missing?

    Nick


  • Scott M.

    #2
    Re: GAC ?

    GAC assemblies do not automatically show up in VS.NET's reference list.
    There is a registry tweak that must be done to get them to show up.


    "Nick Harris" <nharris@vizsof t.net> wrote in message
    news:%23cViC2E3 DHA.2404@TK2MSF TNGP12.phx.gbl. ..[color=blue]
    > Question. When I strong name my shared assemblies and enter them into the
    > Global Assembly Cache why doesn't it show up in Visual Studio when I click
    > on add reference in the .NET tab.
    >
    > Is there something i'm missing?
    >
    > Nick
    >
    >[/color]


    Comment

    • John Timney \(Microsoft MVP\)

      #3
      Re: GAC ?

      You'll have to manually edit the registry for vs.nt to pick up new GAC
      objects. Take a look at this link:


      You'll need to restart you Visual Studio.

      --
      Regards

      John Timney (Microsoft ASP.NET MVP)
      ----------------------------------------------
      <shameless_auth or_plug>
      Professional .NET for Java Developers with C#
      ISBN:1-861007-91-4
      Professional Windows Forms
      ISBN: 1861005547
      Professional JSP 2nd Edition
      ISBN: 1861004958
      Professional JSP
      ISBN: 1861003625
      Beginning JSP Web Development
      ISBN: 1861002092
      </shameless_autho r_plug>
      ----------------------------------------------

      "Nick Harris" <nharris@vizsof t.net> wrote in message
      news:#cViC2E3DH A.2404@TK2MSFTN GP12.phx.gbl...[color=blue]
      > Question. When I strong name my shared assemblies and enter them into the
      > Global Assembly Cache why doesn't it show up in Visual Studio when I click
      > on add reference in the .NET tab.
      >
      > Is there something i'm missing?
      >
      > Nick
      >
      >[/color]


      Comment

      Working...