Forum Discussion
js list
May 21, 2018Copper Contributor
Unable to update .cs file with Visual Studio 2017
Trying to update a .cs file. Visual Studio says need to get the Office Developer Tools. This takes me to a page to update Visual Studio 2015 Office tool. I've already installed the Office Develope...
- AnonymousMay 22, 2018
Do you have visual studio 2015 installed on the same machine?
Can you check if your .csproj file has line below , remove the line and reload the project?
<MinimumOfficeToolsVersion>14.6</MinimumOfficeToolsVersion>
If you're still having problems opening the project, be sure Visual Studio Tools for Office are installed for Visual Studio 2017. You can install them by opening Visual Studio Installer, modifying your installation, checking "Office/SharePoint Development" and then being sure "Visual Studio Tools for Office (VSTO)" is selected under "Optional" on the right
js list
May 21, 2018Copper Contributor
Here's what's installed now.