Hi, I've upgraded DIS recently, and the references on my automation script solutions are now broken, in the csproj file the location shows: -
c:\users\philip.argent\appdata\local\microsoft\visualstudio\16.0_20380ccd\extensions\invlbdvs.z1u\Files\DMADLLs
but after the DIS update they're now located, in: -
C:\Users\philip.argent\AppData\Local\Microsoft\VisualStudio\16.0_20380ccd\Extensions\cs4eggbz.cqe\Files\DMADLLs
Is there a way to auto update the hint paths?
Also we use remote repositories, which having the path for the DLLs in the users AppData, which doesn't lend itself well to when someone else needs to work on the solution, as the paths will be wrong for them.
I have noticed it I put a copy of the DLLs in "C:\Skyline DataMiner\Files" new projects will refence them there, which makes sense if you have a local copy of DM installed, putting them in that location for our users and the upgrade issue, would resolve this issue; but I'm sure that'll come with it's own potential pitfalls.