Results 1 to 6 of 6

Thread: add reference ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question add reference ?

    How to see my .dll listed in 'Add reference' dialog box? I don't want to go 'Add reference/Browse' to find my dll.
    Addition: I created my.dll and add it in GAC thru .net framework configuration utility.

    regard j

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    What's the big deal about going to Add Reference... Browse...?

    Once you build your class library... you should be able to click browse... then browse to the folder that contains your .dll (which should be the BIN folder of the solution folder that was created by the .Net IDE).... and select it, hit ok... that takes about 5 seconds...

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Even if you add your DLL into the GAC, you still have to browse to select a local copy of the DLL. It doesn't actually use the local copy unless it is not found in the GAC.

  4. #4
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117
    You have to add a setting to the registry if you want to show our assembly in the 'Add Reference' dialog box. For more info see http://support.microsoft.com/default...en-us%3b306149

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    tks.

    regard j

  6. #6
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Sweet deal. Thanks for the link.

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