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
0
votes
0 answers

Determine comma or dot as decimal seperator in Visual Studio (SSIS Tools)

In my SSIS project I'm running a calculation. This calculation changes the decimal seperator according to the users regional settings. My question is if there's anyway to override this so I can select that this project or this package is supposed to…
0
votes
1 answer

Visual Studio 2017 Build Tools - cannot allocate an array of constant size 0

So I am using the vc15 compiler and having a hard time find the flags to allow the following error: C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt\sys/stat.h(222): error C2466: cannot allocate an array of constant size 0 C:\Program…
Joseph Montanez
  • 1,598
  • 1
  • 17
  • 31
0
votes
1 answer

Visual Studio 2017 vs Visual Studio 2019 difference with android app development

I am trying to make a simple android app by following this tutorial right here: https://youtu.be/5CgQUbnf1Qk In this video, the guy just seems to drag a button onto his app, and doesnt need to do any realignment for it to be where he wants it to be.…
0
votes
0 answers

Is there a way to import VisualStudio 2017 Keyboard shortcuts to IntelliJ?

I recently started working with IntelliJ, I have worked with visual studio 2017 for over 2 years. Now I want to set IntelliJ keyboard shortcuts the same as it was in Visual Studio 2017.
0
votes
1 answer

MS Visual Studio 2017 problem with ASPX publishing a website

I'm quite new in ASPX development, as I was a desktop application developer for the past 18 years. I am creating this ASPX / VB.NET application and when I build it and run it shows all the changes I did without any problem, but when I publish it…
0
votes
1 answer

Generating .resx resource files in the correct encoding

I know I can change a resource file's encoding in the Properties tool window (e.g. to Unicode/utf-16), but this only sets the it for the existing file. Can I get Visual Studio's Resource Generator (resgen.exe) to output files of a specific encoding…
Geoff
  • 474
  • 3
  • 14
0
votes
1 answer

MSBuild looking in wrong place for Microsoft.VisualBasic.Core.targets

I am setting up a new TeamCity build agent. Several build configurations that run perfectly well on the existing agent are failing on the new agent, with errors like this (whitespace added for clarity): [22:14:32][someproject.vbproj] C:\Program…
Ross Presser
  • 6,027
  • 1
  • 34
  • 66
0
votes
1 answer

How to run visual studio build in azure devops

I want to build my solution file in azure devops. I have added this to build pipeline, I see this step doesn't succeed. It tells " MSBUILD : error MSB1008: Only one project can be specified." I suspect I am making some mistake in specifyning…
0
votes
1 answer

What is the proper usage of msdpb* files when compiling with MSVC

There are many questions on the Internet for "missing mspdb140.dll", and other similar questions about missing "mspdb*" DLLs. There are a few different solutions posted about it, including: reinstall Visual Studio Remove mspdb140.dll, it should be…
MrBerta
  • 2,457
  • 12
  • 24
0
votes
0 answers

Why does pjsua build shows error after Setting Windows(/SUBSYSTEM:WINDOWS) as Linker-> Subystem property in Visual Studio 2017

I tried compiling pjproject-2.9 as per the doc on Windows 10 x64. I tried the following commands. All ran successfully (i) ./configure (ii) make && make install I'm using Visual Studio 2017. For building the projects, I followed the procedure given…
0
votes
1 answer

How to set linker's OutputFile (in .vcxproj) from external list

I have a bunch of C++ projects (.vcxproj) for VS2017, which produce dynamic libraries (DLL), which are handled like "plugins" (i.e. they are loaded dynamically by the application). Occasionally I want to change the produced DLLs names based on some…
0
votes
2 answers

Why does NuGet pack break with VS2019 build tools?

We have a number of .NET Framework projects with a "nuget pack MyProject.csproj" command in the post-build step. We have been using VS2010 (:O I know) until now, and it has been happily spitting out nupkg files. We recently updated our build tools…
0
votes
1 answer

Build wildcard-fueled group of projects from .sln en-masse to their respective output directories

We have a solution created and maintained via VisualStudio2017 in which our .csprojs are placed inside virtual-folders like so: Solution.sln \- VirtualFolder1 \- Foo.Common.Bar.csproj -> Bar\bin \- Foo.Common.Ping.csproj -> Ping\bin …
0
votes
0 answers

Trouble instaling ML.NET Model Builder package

I´m trying to install ML.NET 1.0 package into Visual Studio 2017, so I can practice the ML.NET Model Builder, Then I get the flollowing message: This is my Visual Studio installation So I wolud like to know I someone have the same problem, and…
0
votes
1 answer

Visual Studio automatically renames external tool path

I am trying to set some external tools paths in Visual Studio 2017 and for some reason, certain entries get automatically renamed. Under Tools > Options > Projects and Solutions > Web Package Management > External Web Tools I am trying to enter…
1 2 3
8 9