|
-
Apr 1st, 2005, 11:27 AM
#1
Thread Starter
Hyperactive Member
Remove a reference? [Resolved]
Is there a "right" way to remove a reference when it's no longer needed?
I ask because I temporarily added the Microsoft Word obj lib to a project, then, for lack of a better idea, in the Solution Explorer window right-clicked on that and selected Remove.
This removed it from the window, but I noticed the dll file was still in the \obj folder.
I hope this makes sense, .NET is not my native tongue.
Thanks, DaveBo
Incidentally, I hear MS is working on a user-friendly, bug-free, works-as-advertised and affordable version of VB known as VB.NP, or "Visual Basic No Problems" (April fool!)
Last edited by DaveBo; Apr 4th, 2005 at 01:53 PM.
Reason: Resolved, thanks
"The wise man doesn't know all the answers, but he knows where to find them."
VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15
-
Apr 1st, 2005, 12:19 PM
#2
Re: Remove a reference?
you did it the right way... you can even delete the obj folder and the bin folder (unless you manually put other files in the bin folder) and when you rebuild your project, it would recreate them
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
|