|
-
Apr 17th, 2003, 12:27 PM
#1
Thread Starter
Addicted Member
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
-
Apr 17th, 2003, 02:52 PM
#2
I wonder how many charact
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...
-
Apr 17th, 2003, 03:13 PM
#3
Fanatic Member
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.
-
Apr 18th, 2003, 05:06 PM
#4
Lively Member
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
-
Apr 21st, 2003, 05:14 AM
#5
Thread Starter
Addicted Member
-
Apr 21st, 2003, 07:34 AM
#6
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|