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
2
votes
1 answer

Warning CS0618 resolution

I am trying to get rid of Warning CS0618: 'IDtsClipboardService' is obsolete: Use 'Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService' instead. I am trying to locate Microsoft.SqlServer.IntegrationServices.Designer.Model…
2
votes
1 answer

Which VS build tools workload to add for building WCF?

I am setting up a new TeamCity agent based on Windows Server 2012 R2 Standard. I am adding scripts to install Visual Studio 2017 build tools. I have an issue with the building of our project: MSB4019: The imported project "C:\Program Files…
Dmitri Trofimov
  • 753
  • 3
  • 14
1
vote
0 answers

Visual Studio 2017: The command "gulp" exited with code 9009

Net App and my issue is when I hit Rebuild it throws an error: Visual Studio 2017: The command "gulp" exited with code 9009 Full log you can see [here][1] The short story: Everything worked fine until yesterday, where I was updating python from 2.x…
1
vote
1 answer

Visual studio , Build tools needed to be installed or not

I am wondering for a long time As I am working with visual studio 2019 and I have all of the tools in my Visual studio 2019 installation , so do I need to update build tools which comes separately in vs installer, do we even need these build tools…
1
vote
1 answer

How to connect VisualStudio 2017 to specific AOS AX2012?

I have installed the Visual Studio 2017. In order to try to connect to my environment, I used the the command property "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe" /AxConfig C:\MY_AXC_VAR.axc But I…
1
vote
0 answers

Failed to build wheel for imread

I am trying to install the deepspectrum package via pip. The first error showed that I needed to install the C++ Build Tools, which I did, but I still get this huge error message regarding imread. I tried installing imread seperatly which results in…
Link
  • 61
  • 1
  • 7
1
vote
0 answers

Why doesn't the Visual Studio 2017 Build Tools installer work?

I have Windows running in a VMware VM, to which I connect via SSH. I can run a Command Prompt or a PowerShell. I'm trying to follow the instructions to install Visual Studio 2017 Build Tools from a command line. I download the installer from…
1
vote
2 answers

Visual Studio c++ build tools: VsDevCmd.bat / vcvarsall.bat fails to find some [unknown] paths and thus to run

I am having trouble setting up the 2017 VC++ build tools, both as standalone or installed with the VS community edition. Specifically, everything seems installed ok, but calls to vcvarsall.bat do not work - python distutils complains: ImportError:…
1
vote
1 answer

Calling vcvarsall.bat gives "Windows cannot find powershell.exe" on Windows 7 / VS 2019 Build tools

I previously had Visual Studio 2015 (14.0) Build tools installed, and I could build a simple C++ program, without any IDE, with: call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 cl helloworld1.cpp Now that I installed…
1
vote
1 answer

System.Net, cannot resolve symbol 'Net'

I'm lost. My .NET Framework 4.6.2 cannot resolve my using System.Net. I've added the assembly reference, but is has that yellow warning triangle on the reference. How did I mess this up? Because of other dependencies I'm stuck with 4.6.2
1
vote
2 answers

Published folder name and manifest not getting updated

I have a C# Windows Forms Application. I published using the publish profiles to the folder in my local, then copy it to the server. The business will run the setup and install it. VStudio Version - VisualStudio -2017 .NET Framework - 4.8 I have…
1
vote
0 answers

The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) - Visual Studio 2017

I have ordinary ASP.NET project with .NET Framework 4.5.2, It work great as Web Site Projects (WSP), but I try to change this project to Web Application Projects (WAP). I don't change anything in body of project code, I only add designer with…
1
vote
3 answers

Linking a library fails with LINK1181 on VS17

I am trying to use the ADTF streaming library in my project. When I am including the lib, I get the LNK1181 error. The library comes with the headers, the lib files and dll files. I have added the path inside the C/C++ -> General -> Additional…
1
vote
1 answer

Cvxpy requires MS Visual C++ 14.0 although it is installed

I have been trying to install cvxpy an several windows machines (Win 7 and 10) with Anaconda without success. I foolowed the instructions (https://www.cvxpy.org/install/index.html) and also installed the recommended build tools. However, pip doesn't…
1
vote
1 answer

Installing the Visual Studio 2015 toolkit (v140) on a Microsoft hosted Azure Devops Build Pipeline Agent

I have a legacy solution that we've moved into an Azure Devops git repo and I am trying to setup a build pipeline for it. The solution is a mixture of v141 (2017) and v140 (2015) projects, which on my local machine I can just build in Visual Studio…
Stephen Edmonds
  • 948
  • 1
  • 9
  • 25
1 2
3
8 9