Global Assembly Cache

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George Durzi

    Global Assembly Cache

    I added a dll to the GAC on my local machine to try it out before doing it
    on my production server. Went to my production server and realized that I
    don't have the sn.exe on there since only the .NET redistributable is
    installed.
    Can I simply copy the .snk file from my local machine?


  • Kevin Spencer

    #2
    Re: Global Assembly Cache

    Once the app has been compiled, you don't need the keyfile.

    --
    HTH,
    Kevin Spencer
    ..Net Developer
    Microsoft MVP
    Big things are made up
    of lots of little things.

    "George Durzi" <gdurzi@hotmail .com> wrote in message
    news:#NSzJUM7DH A.2432@TK2MSFTN GP10.phx.gbl...[color=blue]
    > I added a dll to the GAC on my local machine to try it out before doing it
    > on my production server. Went to my production server and realized that I
    > don't have the sn.exe on there since only the .NET redistributable is
    > installed.
    > Can I simply copy the .snk file from my local machine?
    >
    >[/color]


    Comment

    • George Durzi

      #3
      Re: Global Assembly Cache

      So, the dll which I stuck in the GAC, I can simply copy it to the GAC on the
      production server? simple enough. Thanks Kevin

      "Kevin Spencer" <kevin@takempis .com> wrote in message
      news:OXUdmZM7DH A.1936@TK2MSFTN GP12.phx.gbl...[color=blue]
      > Once the app has been compiled, you don't need the keyfile.
      >
      > --
      > HTH,
      > Kevin Spencer
      > .Net Developer
      > Microsoft MVP
      > Big things are made up
      > of lots of little things.
      >
      > "George Durzi" <gdurzi@hotmail .com> wrote in message
      > news:#NSzJUM7DH A.2432@TK2MSFTN GP10.phx.gbl...[color=green]
      > > I added a dll to the GAC on my local machine to try it out before doing[/color][/color]
      it[color=blue][color=green]
      > > on my production server. Went to my production server and realized that[/color][/color]
      I[color=blue][color=green]
      > > don't have the sn.exe on there since only the .NET redistributable is
      > > installed.
      > > Can I simply copy the .snk file from my local machine?
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...