when i add a DLL to my project, and then publish it, does it add the DLL so that i dont have to worry about the reference?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer: Yup, it will (by default). It tries to make it easy for you 🙂
Long answer: Should you so choose, you can choose not to copy the dll. Also, if your reference is to the GAC, then it won’t (similar to the way System dlls are handled).