My team member made a link to the DLL on his local disk (for example C:\mystuff\thirdparty.dll) and checked the link in the project. I've updated your local copy of the project, and now I have a broken link: <The system cannot find the reference specified>. I have thirdparty.dll on my local machine, but this is not in the same directory as my team member.
Should we check the source control under our solution in the thirdparty.dll file in a subdirectory using the relative path? When another developer receives the project, he will pull out the DLL and automatically execute , even if the developer did not "install" the DLL in advance?
Thanks.
source
share