I am currently training a junior engineer in this job I have been working on for several years. It is in C# under Visual Studio and has one solution with several projects under it.
One of the projects generates an application, and when I debug that project on my PC it works fine. On the other hand, when he does the same it raises an exception, because a reference does not find the file it is supposed to.
We have ascertained that this is because said reference has CopyLocal at True on my PC and False on his. I assume there is a way to fix this in Visual Studio settings since we use SVN to make sure all our files are the same (and we checked that the relevant node in both our .csproj files is indeed the same).
I have looked here and there, but cannot find how to fix his settings. Can anyone help me with that, please?
Thanks a lot, and have a nice day!