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?
+2
A:
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).
Nader Shirazie
2009-08-28 00:07:34