Skip to main content

All Questions

0 votes
0 answers
499 views

Where is the location of cl.exe of VS2015 msvc build tool (v140) in VS2022

Recently, I've installed VS2022 and installed the following tools msvc v140 - vs 2015 c++ build tools (v14.00), msvc v141 - VS 2017 C++ x64/x86 build tools (v14.16), msvc v142 - VS 2019 C++ x64/...
luckyroo's user avatar
1 vote
1 answer
440 views

msbuild building projects in solution multiple times

I'm trying to automate a build, and I'm running into a problem building a single solution. In this solution, project 1 references project 2, which references project 3. Project 4 also references ...
Patrick's user avatar
  • 31
0 votes
1 answer
1k views

The default XML namespace of the project must be the MSBuild XML namespace. in VS2015 Professional

I've opened my solution in VS2015 Professional. I'm getting errors for some (but not all) projects: The default XML namespace of the project must be the MSBuild XML namespace. If the project is ...
user2284341's user avatar
1 vote
1 answer
2k views

MSBuild publish fails to create zip, and also strangely deletes project code files and directories

We have an solution developed using the following technologies: Visual Studio 2015 .NET Framework 4.8 The solution contains quite a few WCF Web Services that we deploy to an IIS Server My plan to ...
crazyTech's user avatar
  • 1,429
0 votes
1 answer
33 views

Issues opening projects on my Teacher's computer

I am a high school student working in Visual Basic on VS2019 and using .NET 5.0, my teacher is using VS2015 and using .NET 4.5.2, we are having difficulties opening my projects on his computer. This ...
ClaudeSpeed's user avatar
1 vote
1 answer
1k views

C# - Unable to change ApplicationVersion from MSBuild script

I'm a newbie trying to modify on publish the ApplicationVersion value by AssemblyVersion one on a MS Office AddIn. Here is my csproj : <Target Name="SetAssemblyVersionToPublish" ...
nab's user avatar
  • 13
1 vote
1 answer
562 views

msbuild build and publish ASP.NET MVC application

In our solution we have few projects: class libraries, console apps and webbaps on ASP.NET MVC. I'd like to publish console and web apps to directory. For console apps msbuild works like a charm. The ...
Tommy's user avatar
  • 63
2 votes
2 answers
401 views

web app copy grpc DLL build error in Visual Studio when IIS Worker Process is running

After changing some library references in my web app and updating others using nuget, I get errors like the following on this library if the IIS Worker Process is running from a previous debug session:...
jtsoftware's user avatar
0 votes
2 answers
412 views

MSBuild error using Microsoft Azure Logic Apps Enterprise Integration Tools

I have a solution set up consisting of multiple BizTalk btproj projects. I also have the Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0 installed. When I build ...
RizJa's user avatar
  • 2,001
1 vote
2 answers
124 views

IronRuby fails to compile c# project which uses 'nameof' operator

I have a large WPF application with many solutions and each solution has many projects. IronRuby (v1.0.4) script is used to compile all the projects in order. Problem Statement: IronRuby script ...
RDV's user avatar
  • 1,007
0 votes
1 answer
230 views

VS2015: Path to win_bison incorrect ,but where is it set?

I installed win_bison_flex into my VS2015 project according to the dox found here. Looking at the build settings, I see the bison rule is: start /B /WAIT /D "%(RootDir)%(Directory)" win_bison.exe --...
Maury Markowitz's user avatar
1 vote
1 answer
1k views

How do I save cmd output from msbuild to a log file in a for loop?

I have several Visual Studio 2015 solution files that I would like to build using a command line. I would like the output stored in a single file Here is the contents of a batch file that builds the ...
MLissCetrus's user avatar
0 votes
1 answer
1k views

MSBuild compilation problems with cvtres.exe execution (error LNK1158 - cannot execute cvtres.exe)

I install on my Windows 10 machine (is a x64 machine) an old VS2013 Professional/VS2015 Professional. I have a Visual C++ solution/project for native x86 Platform and I'm trying to compile it with ...
andrea l's user avatar
-2 votes
1 answer
2k views

We are unable to restore the nuget packages used in the solution when trying to build with MsBuild

We are unable to restore the Nuget packages used in the solution file with Ms Build Enviroment Asp.Net solution Visual Studio 2015
naresh allam's user avatar
1 vote
1 answer
459 views

MSBUILD used in from wrong location in VS2017 after uninstalling VS2015? XmlSerializers builds with incorrect versions

I uninstalled VS2017 and VS2015 and only re-installed VS2017. Now, on some asp.net 3.5 assemblies that were previously building/working fine in VS2017 are no longer building correctly. Even though ...
Terry's user avatar
  • 2,318

15 30 50 per page
1
2 3 4 5
29