Questions tagged [visual-studio-2017-build-tools]

Visual Studio 2017 Build Tools refers to tools designed to help and automate the process of compiling, packaging and deploying software in the 2017 version of Microsoft's Visual Studio. Use this tag for questions related to this type of tools.

Visual Studio 2017 Build Tools refers to tools designed to help and automate the process of compiling, packaging and deploying software in the 2017 version of Microsoft's Visual Studio. Use this tag for questions related to this type of tools.

133 questions
197
votes
24 answers

VS 15.8.2 broke build tools - missing RuntimeIdentifier

The last windows update has broken our whole build chain and I am a little at a loss at what causes it. I have a legacy project that is a VS 2017 solution with a significant number of projects (winform, couple web based, some Webapi only). Locally…
TomTom
  • 61,059
  • 10
  • 88
  • 148
57
votes
3 answers

Fody is only supported on MSBuild 16 and above. Current version: 15

Visual Studio 2017 let me know there was an upgrade to Fody version 5 this morning. I accepted and did a NuGet package update of both Fody and PropertyChanged.Fody. Now, my project/solution will no longer build. The error is: "Fody is only…
37
votes
5 answers

Are Visual Studio 2017 Build Tools still available for download?

I am looking for the Visual Studio 2017 Build Tools. Are they still available somewhere? I can find the 2015 and 2019 versions. The 2017 version seems impossible to find. Due to toolchain limitations, I unfortunately cannot use the 2019 version to…
ARF
  • 7,420
  • 8
  • 45
  • 72
23
votes
2 answers

exclude certain projects from using Directory.Build.props

i have a new visual studio solution that has around 350 projects. it takes visual studio a lot of time to compile the .sln file so i implemented Directory.Build.props to avoid copying of references that are not needed to copy to the local directory…
user1367984
  • 231
  • 2
  • 8
19
votes
1 answer

Offline Build tools for visual studio 2019

I am trying to download Build Tools for Visual Studio 2019 from https://visualstudio.microsoft.com/downloads/ But when I click on download button, system downloads an exe which tries to connect to internet to download rest of the package. How can I…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
14
votes
2 answers

Get the correct $(VisualStudioVersion) for VS 2017 inside a MSBuild file

I have a MSBuild file to publish a solution (created in VS 2013 and ported to VS 2017) to a remote server. The offending line is this one:
tastydb
  • 542
  • 1
  • 3
  • 13
13
votes
5 answers

Microsoft.CSharp.Core.targets missing

I am building a webservice project on a TFS2017 Update 3 with build tools 2017. I get the following error C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.CSharp.CurrentVersion.targets(322,5): Error…
doorman
  • 15,707
  • 22
  • 80
  • 145
10
votes
1 answer

PyOpenGL :: OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling

I'm following this very easy guide in order to make my first steps into PyOpenGL. I installed pip install PyOpenGL PyOpenGL_accelerate , all good. I tested the installation through the test code: import OpenGL.GL import OpenGL.GLUT import…
9
votes
1 answer

Why does the Visual Studio Build Tools installer return immediately without installing anything?

I'm trying to follow the example for installing Visual Studio Build Tools in a container. I'm trying to figure out why the installation isn't working like I expect. I cannot even start the container that is "built" with the components I think I…
8
votes
2 answers

Issue while installing Postal (Address Parser ) package of python

I am trying to install postal package using pip install postal I am following the steps mentioned in link https://github.com/openvenues/libpostal#installation-windows I have installed Visual Studio 2019 C++ Build Tools, MSYS2 and performed the…
Kumar
  • 125
  • 1
  • 9
8
votes
1 answer

Rust on Windows CMake issue

I've installed Rust with rustup-init.exe on my PC (Windows 10 Pro) and then Microsoft Visual C++ Build Tools 2017 with Visual C++ tools for CMake option. For simple example there is no problems: fn main() { println!("Hello world!"); } I execute…
mr.boris
  • 3,667
  • 8
  • 37
  • 70
7
votes
1 answer

The project file could not be loaded. Root element is missing

I am trying to build a dotnet 3.5 project solution file with VS Build tools 2017 in Jenkins. The project is compiling well with DotNet 3.5's MSBuild, but when I try the same activity with MSBuild Engine Version 15.9.21+g9802d43bc3, it is throwing…
7
votes
0 answers

Visual Studio 2017 offline install

At my company, we are using Visual Studio 2017 Professional for much of our development. We are now setting up a build server, and then we want to install Visual Studio build tools. We have done this successfully before, but now our build server…
MrBerta
  • 2,457
  • 12
  • 24
6
votes
1 answer

Will uninstalling Visual Studio Build Tools 2017 after installing the 2019 version?

I have Visual Studio build Tools 2017 installed on my PC. Is it OK to uninstall Visual Studio Build Tools 2017 after installing the 2019 version? Is there software that cannot be built by 2019 version and instead requires 2017 to be built? I am…
user3848207
  • 3,737
  • 17
  • 59
  • 104
5
votes
1 answer

How to enable Just In Time Debugger in Visual Studio 2017?

I haven't Just-In-Time in Options: I found to solve this with options of Internet : But when I'm rebuilding solution I get this exception: How to solve this issue?
Dilshod K
  • 2,924
  • 1
  • 13
  • 46
1
2 3
8 9