Microsoft.CppClean.targets(76,5): warning : Access to the path is denied.
I have a custom build step that marks the output file as read-only (the output is a preprocessed version of a JavaScript file).Unfortunately, a rebuild of the project will cause an error like below for...
View ArticleVisual Studio 2015 Update 3 MsBuild Changed? Platform / Toolsets
I have a whole lot of projects set up in Update 2. The projects targets are Windows 10, Windows 8.1, Windows 7, Windows CE 6.0 R3 x86 and Windows CE 6.0 R3 ARM. (I mucked around a lot with MsBuild...
View ArticleNuget 3.5 rtm restore failure in Jenkins
Hi,The build in Jenkins in failing due to Nuget Restore failure.error MSB3073: The command ""D:\NuGet\v3.5.0-rtm\NuGet.exe" restore "..\Demo.sln" -MSBuildVersion 14 -NonInteractive" exited with code...
View ArticleTFS build builds solution with wrong configuration
Recently we upgraded from TFS 2013 to TFS 2017 and had therefor create new build definitions on our build server. I have created a new build definition that builds several solutions. The build should...
View ArticleWhere can I get FileTracker.h?
The documentation (https://msdn.microsoft.com/en-us/library/ee904203.aspx) refers to this header, but I haven't been able to find it. I've tried installing a number of SDKs, as well as VS2015, but that...
View ArticleBuild fails, but without any errors
When reubuild the visual studio project,originally the project was all builde success every time,but after move to another project all of the 26 projects becomes one failed, other success,and it's...
View ArticleBuilding the solution remotely
Hi,Workspace is present in build master server in shared folder and slave machine is buildingthe solution without copying it to local will impact the performance?
View ArticleCSC : error CS2001: Source file...
I am getting this error when I attempt to compile my solution:CSC : error CS2001: Source file 'C:\WINDOWS\TEMP\.NETFramework,Version=v4.0.AssemblyAttributes.cs' could not be foundThat's for v4.0...
View ArticleError while runnning postcode api sample project on github
Error1 The command "nuget pack PostcodeAPI.Net.csproj -Prop Configuration=Release" exited with code 9009.This error is coming when i am trying to run postcode api .net project.Please Help.
View ArticleRole of OldToolsVersion in .csproj file ?
Hi,We have recently migrated our project and solutions from VS 2010 to VS 2015. I see following is changed in the .csproj file.In VS 2010 - <OldToolsVersion>3.5</OldToolsVersion>In VS 2015...
View Article"csc.exe" exited with code -2146232576 when trying to run application
HI!Me and my buddies are tring to build an application and this application works totally fine when mygroup partners runs it on their computers. But when it comes to mine i get an application errorand...
View ArticleError when compiling Windows Form using MSBee
Hello all,I am trying to compile a simple VB.NET Windows Form project which was converted from VS 2003 to VS 2005 using the .NET 1.1 framework from VS 2005 by utilizing MSBee. Based on the...
View Articlelist project from solution (.sln file)
Hello! how to msbuild list all projects from .sln file?
View Articletimestamp in ms build log file
How to display timestamp in ms build log file like Jenkins time stamp for every action
View ArticleHow to build a MVC project programatically
HI, I need to build a mvc project programmatically, for my requirements i write the code snippet as follows var logger = new BuildILogger(); var projectName = templateLocation +...
View ArticleExtern alias doesn't suppress MSB3243 and MSB3247.
My C# app references two (2) versions of a strongly named assembly. My C# solution assigns each reference an alias.My C# app uses extern aliases to successfully access the assemblies' types.However,...
View ArticleThe application domain in which the thread was running has been unloaded
Several times a day, me and other developers on my team on getting the following error when we build: "The application domain in which the tread was running has been unloaded." Each time, I can either...
View ArticleLinking a file with spaces not working anymore
Hi Team,I use resource file while doing the application build. This used to work in VS 2013 but no more in VS 2015.code snippet is as followsLogObject->Message(LOG_INFORMATION, IDS_LOG_SAVED,...
View ArticleCompiling C# to Native
HiI want to compile my aspnet application(VS 2013) to Native instead of MSIL.I am not sure if NGEN is a good option....Because, I want to improve the performance of my application...
View ArticleWhy is *.designer.vb and *.resx not being added dependent when adding as link...
I asked this question here also http://stackoverflow.com/questions/41386761/why-is-designer-vb-and-resx-not-being-added-dependent-when-adding-as-link-inThis is in my project when I add as a link a form...
View Article