Including dlls from the bin in the project or creating a reference path?
I needed to include the courier dlls in my project so when I deploy they would be on the environments. I just included them from the bin folder, but I heard that this was not a good idea, but really wasn't given a reason why. If someone could shed light on that, it would be great?
Should I instead create something like a lib folder and put dlls in there and include that as a reference path in my project?
Including dlls from the bin in the project or creating a reference path?
I needed to include the courier dlls in my project so when I deploy they would be on the environments. I just included them from the bin folder, but I heard that this was not a good idea, but really wasn't given a reason why. If someone could shed light on that, it would be great?
Should I instead create something like a lib folder and put dlls in there and include that as a reference path in my project?
Hi Saied,
Where else would you but the dll files? These are all located in your bin folder. So you can perfectly deploy them to other environments.
/Michaël
is working on a reply...