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.

115 questions
98
votes
18 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 dolution with a significant number of projects (winform, couple web based, some Webapi only). Locally…
TomTom
  • 1
  • 9
  • 78
  • 143
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…
10
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
  • 101
  • 6
10
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
  • 10,751
  • 14
  • 58
  • 113
9
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
  • 442
  • 3
  • 10
8
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
  • 6,320
  • 5
  • 34
  • 62
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
  • 1,620
  • 9
  • 18
6
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
  • 2,301
  • 4
  • 23
  • 48
5
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
  • 15,708
  • 34
  • 126
  • 225
4
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…
4
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…
4
votes
0 answers

Installing Twisted: error: Microsoft Visual C++ 14.0 is required

I'm trying to install channels on a Windows 10 box. I keep getting the following error: $ pip install --user channels ... Stuff here building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 is required. Get it with…
4
votes
3 answers

Visual Studio 2017 the connection string could not be found in application settings

For connection database and reading data, I am using a dataset which read connection string from Web.config file. Everything working in Visual Studio 2013. But when I opened this project in Visual Studio 2017, I can't configure. It errors: Unable…
3
votes
1 answer

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
  • 59
  • 6
3
votes
0 answers

Any workaround to set PATH for debugger (VS 2017, 2019, toolset v141)?

In Visual Studio 2017/2019, in a c++ project, project property pages / configuration properties / debugging / environment, we set environment to a certain value, but it is ignored (it does not work) when we use toolset v141, and it works with v142…
1
2 3 4 5 6 7 8