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

Visual Studio Community 2017 Fresh Install Error

I am trying to fresh install Visual Studio Community 2017 edition, and during the installation process, I get the following error: "Couldn't install Microsoft.VisualStudio.Setup.WMIProvider" I have installed visual studio on other machines many…
0
votes
1 answer

Visual Studio 2017 path issue while installing tensorflow in Anaconda

The exact error that I get when I try to run the environment after attempting to install Keras/ TensorFlow via the Anaconda prompt. I am unable to install Keras or TensorFlow using Anaconda anymore. Even activating the environment results in a…
0
votes
0 answers

Getting an error on first line of all my aspx pages even when started to create a new web application

I'm using Visual studio 2017 for past few years. Now, first line of all aspx page shows below error on all my existing web applications. Runtime error: Object reference not set to an instance of an object. Also I tried to create a new project. It…
0
votes
1 answer

Build error - Access is denied after installing Nuget package

I had created a nuget package which includes .props and .targets in build folder. Below is my .targets file:
0
votes
1 answer

Can 'Generate Nuget Package on build' option be availabe in Visual Studio 2017

I have a class library in Visual Studio 2017, .Net Framework 4.6.2. I need to convert it to a Nuget package and I'm having a hard time using command prompt and nuspec file with project references. Therefore, continuing my research, I found that…
SilverFish
  • 1,014
  • 6
  • 28
  • 65
0
votes
1 answer

ASP.Net Core Web App Installation Problem (Unable to Build)

I'm having issues setting up .Net Core application locally. I inherited the application folder from a developer who wants me to contribute to the project. After opening the project in my visual studio 2017, VisualStudio/15.0.0-RTW+26228.4, before…
0
votes
1 answer

How can I make my project work with both v15.0 and v15.9 build tools?

We have two build servers and a newly created project has decided that it only wants to build successfully on one of them. It gives this error on the build server on which it fails: MyLovelyNewProject.csproj(380,11): error MSB4226: The imported…
0
votes
1 answer

Build Wheel Error when i installing JupyterLab

After downloading VS2017 build tools And Python 3.9, i try to install JupyterLab : Configuration Operating System: Windows 10 Pro 64-bit (10.0, Build 19041) (19041.vb_release.191206-1406) Processor: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (4…
Yezz123
  • 63
  • 4
  • 8
0
votes
0 answers

Build Error : The specified path, file name, or both are too long

A new Jenkins build is attempting to build off a feature branch in Bitbucket which is appendage of the main branch and that has exceeding a file-path-name threshold as indicated in the following error: error message: C:\Program Files…
0
votes
1 answer

Problem with using pcap.h in C++ with Visual Studio 2017 after adding '.lib' and '.h' file to project

I am programming a networking tool which uses Winpcap.I am using Visual Studio 2017 . Winpcap is a external library which I have to use in my program by including pcap.h. Of course I know these : (1) The compiler needs to know where the header is…
0
votes
1 answer

Microsoft.Build could not load EvaluationContext

While building my code through command line I get the error: System.TypeLoadException: Could not load type 'Microsoft.Build.Evaluation.Context.EvaluationContext' from assembly 'Microsoft.Build, Version=15.1.0.0,…
0
votes
1 answer

How to Use different versions of MSBuild for same solution C++

I have a Visual Studio Solution with multiple projects. Few of them are of Visual studio 2017 and few are of Visual studio 2013. The difference is because of the use cases of the projects. Visual studio has the option to select toolset for each…
0
votes
1 answer

New User Defined Database Type Causing Database Project Build to Fail

We have a database project that we publish to our local database. I have introduced a new database type and along with that a sproc that depends on it. Since the database project will not build unless the type exists, what would be the recommended…
BitsAndBytes
  • 815
  • 1
  • 9
  • 13
0
votes
0 answers

How to know whether solution build in debug or release mode using .sln file?

I have .sln file and I want to know whether the projects of that solution built in debug or release mode using .sln file. Is there any way to find the mode? Thanks in advance!
0
votes
0 answers

can I get windows SDK for xp on visual studio 2017?

I want to compile old C++ source code that I got from github and this is old apps which is need windows xp SDK and v141_xp build tools, I've tried to download manually from https://www.microsoft.com/en-us/download/details.aspx?id=8442 but this is…
1 2 3
8 9