Results 1 to 2 of 2

Thread: Referencing the path of a DLL in the GAC

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2003
    Posts
    153

    Referencing the path of a DLL in the GAC

    Hi guys,

    I was wondering if there was any way to reference the path of a DLL in the Global Assembly Cache. Currently I cause my builds to leave a copy of the DLL they generate in the same /bin directory. But when my application is deployed there are certain dlls I want to place in the Global Assembly Cache.

    Currently I use
    VB Code:
    1. System.Reflection.Assembly.GetExecutingAssembly().Location

    I need to reference a DLL by its path to load it using reflection. Obviously I need to load the path of the DLL in the GAC rather than the path of the currently executing assembly. Anyone know how?

  2. #2
    Member
    Join Date
    Jul 2005
    Posts
    40

    Re: Referencing the path of a DLL in the GAC

    Not me. I'm also looking for the answer to ur question..

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