How to "GAC" my addin?

I get the error when i try to use my custom references in my addin, and i searched around and found out that i need to "GAC" my addin in order to be able to use everything i want.

I searched around alot but couldnt find anything on how i actually do this.
I would be very happy if anyone could explain this to me or atleast link me some info on where i can find out :)

Thanks



Answer this question

How to "GAC" my addin?

  • pkr2000

    According to this page it should be located in the .NET Framework dir, but at my pc it's located at:
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
    Probably because I have VS.NET 2005 installed. If you have that, you can also use the Visual Studio Command prompt.

    Btw, as you can read at this page, there are also other ways to GAC your add-in.

  • Will Merydith

    Nice thanks, but where do i type it Or do i need to download gacutil from somewhere to be able to type it in Run

    Cheers



  • Avi29

    Always search the MSDN
  • How to "GAC" my addin?