Possibly, but not necessarily. Keep in mind too that any dll's that are referenced by a project are copied locally to the project's bin folder, so you can also find it there.
If you want to actually see some source code taht wrox has given though, I'm guessing the easiest would be to do a search on your machine for the assembly name. Or, better yet, look in your solution file. It should have a listing of the path it used to copy the assembly from.
Sorry Bianca, not quite clear on what your question is.
If you add a reference to your project, you have to tell it where the dll is. Once you do that, it copies a local copy to your project (this isn't the case with the GAC, but thats a whole other topic).
Now, if you did use the namespace that you mentioned, as long as you have a reference to the assembly in your project, you don't have to worry at all about moving the assembly yourself; vs.net should do that for you.
I *think* your asking if you need to put the files you want in the same directory as your project, and the answer is no: it'll get copied over.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.