Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I am attempting to implement a proper development cycle into the business I work for and something as simple as a repository and subversion they have never used.
I have a colleague who has a brand new machine with a brand new install of Visual Studio 2017, myself and another colleague also have VS2017 installed however when using SVN (TortoiseSVN/VisualSVN) to create projects we are not having any issues as both our VS2017's are creating the projects with ToolsVersion 15.0.
The other colleague with the brand new machine can't read from the repo or push anything to it because of incompatibility with the ToolsVersion. Every project he creates in his VS is creating at ToolsVersion 4.0.
This is causing me an issue as he's one of the mine BI Developers and of course nothing is going into the Repo at the minute as a result of this.
I've tried making sure MSBuild Tools 15 is on there but I cannot seem to get his VS to create a new project in anything but ToolsVersion 4.0.
Really need some help here, I've been through tons of forums etc. and cannot seem to move past this.
–
–
–
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.