I’m setting up .NET 4.0 support on our CI server. I’ve installed .NET 4.0, and the .NET tools from the Windows 7.1 SDK. On .NET 2.0 and 3.5, that...
Our build server is taking too long to build one of our C++ projects. It uses Visual Studio 2008. Is there any way to get devenv.com to log the...
Instead of running an external program with its path hardcoded, I would like to get the current Project Dir. I’m calling an external program using a process in the...
How can I programatically get the path to MSBuild from a machine where my .exe is running? I can get the .NET version from the Environment but is there...
Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be available for versions after 2015. The replacement appears to...
Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I’d like to do this on my TeamCity...
I have four projects in my Visual Studio solution (everyone targeting .NET 3.5) – for my problem only these two are important: MyBaseProject <- this class library references a...
I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build: This project references NuGet package(s) that are missing...
Found conflicts between different versions of the same dependent assembly that could not be resolved
When I clean and then build my solution that has several projects, the output window reports that the build succeeded. However, when I view the Error List Window, it...
A .NET 3.5 solution ended up with this warning when compiling with msbuild. Sometimes NDepend might help out but in this case it didn’t give any further details. Like...