so for the last 10 years i have worked alone. now there are 2 of us and we are sharing code. The first issue we have come across is build location of DLLs. Should we both have matching local (C drive) dir structure as the project is tryinng to build to the last checked in location? Should it be using relative paths (the debugbin dir) or is there a better recommended setup ?
Does it matter where the dlls are if you have your own dev folders? You would build the binaries as necessary.


Also, are you using source control?
im using azure for source control. When the other dev is pulling down the project its picking up my build location and using it. We either have to keep changing it or set up our hard drive to have the same location
C# devs
null reference exceptions

source

Categories: .NetCodingCsharp