Error MSB4057
Severity Code Description Project File Line Suppression State Error MSB4057 The target "ResolveTagHelperRazorGenerateInputs" does not exist in the project. SunWeb.Web C:\Program...
View ArticleGetting csproj files info from a solution file
Is there any way we can get the csproj files being referred in a solution file? My build script only refers to solution file but I also need csproj files information.
View ArticleAn error occurred while signing: SignTool.exe not found.
I recently upgraded from Visual Studio 2013 Community to the 2015 edition of Community. However, when I attempted to open one of my older projects that i created in VS 2013 Community, the error, "An...
View ArticleTransforming T4 template on build intermittently produces an exception
Hi all,I'm using <PropertyGroup><TransformOnBuild>True</TransformOnBuild>...
View ArticleError MSB4018 task failed unexpectedly
Severity Code Description Project File Line Suppression State Error MSB4018 The "GetVarsFromMakefile" task failed unexpectedly. System.ArgumentException: An item with the same key has already been...
View ArticleNeed example for Pack Target of MSBuild
I have a VS 2019 Solution with some .Net Framework 4.7.2 library projects. I need to create a NuGet Package after building each project in the solution. I came to know about Pack Target in MSBuild. But...
View ArticleMy Visual Studio Community 2019 Preview doesn't build anymore!
I am using Visual Studio Community 2019 with amongst others the next problems: 1. My basic include file seemed - sometimes - impossible to find. Renewal of my license sometimes solved this problem...
View ArticleMSBuild Running Slow Called from PowerShell Script (Visual Studio 2019)
Hi there folks,I set up a new TFS Build Server recently and I'm investigating some extended time periods during the build process. One of those periods is the recompiling of our Selenium test .dll....
View ArticleClickOnce installation failure: SqlLocalDB2012\x64\sqlcmdInutils.msi has...
I have a VS2017 project that I am publishing with ClickOnce. Prerequisites include SQLLocalDB2012. All previous versions have published successfully, and users have been able to download and install...
View ArticleValidating PublishProfile - msbuild can't find deploy package
I was trying to publish a web api project, in Jenkins, and it failed: ValidatePublishProfileSettings: Validating PublishProfile(kt_ws.Public_deploypackage) settings. C:\Program Files...
View Articleweb apps exe files
hi. was wondering. is there a tool or a way to then have web apps for visual studio. to then be able to then put on the start menu in windows 10. is there a way to convert web apps to web rpogressive...
View ArticleAll my 64-bits executables will generate an exception whenever trying to use...
Dear friends,Calling HtmlHelp() in any normal way from a 64-bits application will throw an exception that kills my executable. I even recompiled my *.chm file with exactly this same result. My *.chm...
View ArticleDo .NET Full-Framework SDK style projects still support ClickOnce?
We've recently started to migrate our .NET Full-Framework (net472) projects to the new SDK-style project format. Some tools were previously distributed usingClickOnce and we just manually deployed them...
View ArticleDo I need a license to run Visual Studio 2019 on our build server
We're about to purchase stand-alone professional licenses for my team and I'd like to know whether we need to buy another license for the build server (we're running it on a Win10 machine under a...
View ArticleSQL Script Error in VS solution
I have a db project solution that does a truncate of the table and has set of insert statements in to the table.i see build error "Only one statement is allowed per batch. A batch seperator.such as...
View ArticlePrevent execution of a custom target during Clean
I have a custom target which will have to be called during Build. Its in a .targets file for .wixproj. <Target Name="HeatTarget" AfterTargets="EnsureWixToolsetInstalled" > <Exec...
View Articledisable netcore 3 "Project Performance Summary"
Hi, I've moved some of my projects into netcore 3 with VS2019. Everything seems to work well, but every time I compile something, the output window gets cluttered with "Project Performance...
View Articletool to create or import and installer packages
hi. a blind it developer using jaws for windows from http://www.freedomscientific.com, nvda from http://www.nvaccess.org. now is there a msi tool to then create packages and setup exe files from visual...
View ArticleCopyLocal=false does not propagate transitively
With SDK style csproj and SDK 3.1.101. If project A reference project B which reference project C, and B is copylocal=false in A, then I would expect to see only A in the output fo A, but I see C...
View ArticleVS2019 post build event error
I have a project that builds ok in VS2017. But fails to build in VS2019 (either release or preview versions). This is the error message:Severity Code Description Project File Line Suppression State...
View Article