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

Visual Studio 2017 Report using a Matrix

I have built a report with multiple datasets from SQL and multiple matrices. The report shows current ytd data per month. The problem is that in the preview, the matrix shows all the future months with lots of zeros or null values. Is there any way…
0
votes
2 answers

vs_buildtools.exe The application cannot find one of its required files, possibly because it was unable to create it in the folder

I have a Windows VM on Azure. On startup it runs powershell script: Start-Process cmd.exe -ArgumentList "/c whoami.exe 1> c:\whoami.log 2>&1" -wait $tempPath = "$env:TEMP" $exePath = "$tempPath\vs_buildtools.exe" Invoke-WebRequest -Uri…
0
votes
0 answers

Is there a way how to point vswhere.exe into a custom folder containing VS buildtools?

I am trying to figure out a way how to make vswhere point into the vs buildtools on the machine that may not be properly installed. This is part of the CI pipeline where we mount the build tools through a disk. Since those are just copied and not…
0
votes
0 answers

Point unreal RunUAT.bat to a custom VS buildtools only copied to a machine (not installed on a machine)

The main problem I face is that RunUAT will use vswhere to locate all the buildtools installed on a given machine but therefore it will not find the VS buildtools that I just copied (essentially mounted a disk containing them). Is there any way to…
0
votes
0 answers

fatal error C1083: Cannot open include file while compiling a Cython file

When I tried to compile a cython file, I got this error. C:\Users\xxx.\AppData\Local\Programs\Python\Python39\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory error: command 'C:\Program Files…
0
votes
1 answer

Failed to build lanms-neo Polygon3

I have been trying to install paddleocr but the code exits with this error. I have tried multiple versions of VS Build Tools but the problem persists. Can someone help me solve this error, I have copied the error and output that the code exits…
0
votes
0 answers

Errors building SSIS packages

SQL Server on a SSIS server has been upgraded to SQL 2017 from 2016 SSIS Packages are built in projects that Jenkins runs as a BIML Build (BIML Studio 2018) on a Build Server Visual Studio Standalone has been upgraded as has the project deployment…
SR76-SG
  • 1
  • 1
0
votes
0 answers

Opening project from server creating error code CS0103

I have a website where I am attempting to be able to edit the code from my laptop without having to remote connect to the server. The ascx control works perfectly fine but no matter what I try I end up with error code CS0103 whenever I refer from…
0
votes
0 answers

can't select table when starting mysql database connection in visual study 2017 for c#

My visual studio 2017 can't load MySQL database. But if I pressed next these happened: when I click next a dialog should appear to select a table, but after I click next a pop up window appears by itself without any response or change. and i also…
0
votes
0 answers

Productivity Power Tools 2017/2019 extension stops copy operation in Visual Studio 2017

I'm using Visual Studio 2017. After installing Productivity Power Tools 2017/2019 extension, I can't use the copy operation. The first time I try to copy a line or block of code after installing the extension, Visual Studio generates an error…
0
votes
1 answer

python3 setup failed with an error 'Cpython3.exe' on visual studio 2017

I installed visual studio 2017 on my pc and tried to setup python3 on it. but failed with error 'Cpython3.exe.x64' failed to install. Any way to resolve this?
0
votes
1 answer

Error MSB3073 building 4.26 caused by extra quotation mark in UE4.26.2 build from github code

I am compiling UE4.26.2 on windows 10 system and I got this error Error MSB3073 building 4.26 caused by extra quotation mark
0
votes
2 answers

Unable to install npm package - error with node-gyp

All I'm trying to do is installing an npm package called durable. I created a new empty folder and typed in npm install durable. The following errors occurred. I tried everything I could find online, I downloaded the VS build tools that include…
0
votes
1 answer

How to install Visual C++ build tools (14.0+) in CentOS 8?

I want to install Visual C++ Build Tools in a machine that is running in CentOS 8. I went through many answers, but everything is based on either Windows or Mac. I also tried pip install --upgrade setuptools But this one too doesn't help me.
0
votes
0 answers

create dylib file for iOS app development from visual studio c++ project

I have a Visual Studio C++ project. This project has the functionality for correction the fish-eye images into the original rectangular image files. I want to use this functionality in my iOS app development by inserting dylib library file. How can…
1 2 3
8 9