Results 1 to 4 of 4

Thread: Registering in the GAC

  1. #1

    Thread Starter
    Addicted Member soluga's Avatar
    Join Date
    Dec 2005
    Location
    Manchester (Uk)
    Posts
    211

    Registering in the GAC

    I have some dll's from a third party vender, but i need to re-register them in the gac (apparently). could someone please give a step by step guide on how to this?

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Registering in the GAC

    Typically regsvr32 is used to register dlls.

    What is "GAC"?

  3. #3

    Thread Starter
    Addicted Member soluga's Avatar
    Join Date
    Dec 2005
    Location
    Manchester (Uk)
    Posts
    211

    Re: Registering in the GAC

    Global Assembly Cache for .net framework

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Registering in the GAC

    Look for gacutil.exe, it comes with the .NET Framework SDK.

    .NET DLLs are not ActiveX/COM. So you could safely post this question in any .NET forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width