build server not finding nuget package
We are setting up a CI server for our UWP app and the build fails when using a system accout.almost identical to: https://stackoverflow.com/questions/43276107/jenkins-not-finding-a-nuget-package I'm...
View Articleadvapi32.dll load error in UWP Environment
Hi, I am developing a program from unity and visual studio to read and write in an excel using the openxml library. I was able to run the program in Unity however when I build it to UWP environment,...
View ArticleMSBuild rerunning targets multiple times
I'm working on moving our custom build logic from VSTS build tasks into a directory.build.targets file. In the test project I have a single project inside a solution. Without my .targets file the...
View ArticleDoes MSBuild 14.0 supports Visual Studio 2017 version of MSBuild 15.0
Hi,Does MSBuild 14.0 supports Visual Studio 2017 Solution version of MSBuild 15.0, Is it compatible with MSBuild 14.0Project file contains ToolsVersion="15.0". This toolset may be unknown or missing,...
View ArticleGetting a .NetFramework error on Build Server but works fine on locally when...
Hi,Getting a .NetFramework error on Build Server but works fine on locally when built, "But .NET Framework version 4.6.2 exists on the Build Server".Error MSB3644 The reference assemblies for framework...
View ArticleNamespace issue when building a automated build in Visual Studio
Hi,But this namespace does exists in .CSPROJ file and it builds locally fine.Error CS0234: The type or namespace name 'xxxx' does not exist in the names pace 'yyyyy' (are you missing an assembly...
View ArticleOffline Installer for MSBuild Tools 2019
Hello,I'm looking for an offline installer for the MSBuild Tools 2019. Earlier we used the offline installer for MSBuild Tools 2015, but it seems that for 2019 it isn't available for downloading...
View ArticleTFS I am facing bug - in Backlog for some user stories the iteration path...
I skim through backlog, and navigate through sprints open stories (view only)After I complete the review for sprint user stories, I found that the system change iteration path for some stories (even...
View ArticleThis project builds successfully and runs well. but....
It consists of two projects in one solution.One outputs as a dll and one outputs to an executable.This project builds successfully and runs well.But I get error CS0103 in the error list.My Visual...
View ArticleMy project builds successfully and runs well. but....
It consists of two projects in one solution.One outputs as a dll and one outputs to an exefile.My project builds successfully and runs well.But I get error CS0103 in the error list.My Visual Studio...
View ArticleWill be Managed Binary Analysis removed from VS E 2017?
Hi, I wonder if Managed Binary Analysis (FxCop static analysis) will be removed fromVisual Studio Enterprise 2017 in favor of FxCop Analyzers? For instance I found that rule CA2202: Do not dispose...
View ArticleHow does a condition exists evaluate for a pre-processor definition in...
I am trying to run MSBuild with following command msbuild socwatch.sln /t:rebuild /p:Configuration=Release /p:platform=x64and another build using the commandmsbuild socwatch.sln /t:rebuild...
View ArticleStrange build agent error - exceeded time
HiWhen a build starts, it fails immediately with the following error:The job running on agent xxx has exceeded the maximum execution time of 01:00:00.This began to happen in the last days.Every build...
View ArticleSmartStore.NET Building Errors
What Those Errors Mean Build FAILED. "Desktop\SmartStoreNET-4.x\SmartStoreNET.proj" (Deploy tar get) (1) -> "Desktop\SmartStoreNET-4.x\src\SmartStoreNET.sln" (Build t arget)...
View ArticleMSB4062 The ProcessFrameworkReferences task could not be loaded from the...
Hello, everyone, after the update (VS 2019, ver. 16.3.1) I have an error message in a BLAZOR project and I can compile even the smallest project! Error is:"Severity Code Description Project File Line...
View ArticleMSBuildProcess keeps reappearing
I am quite new to the MSBuild Process and I am stuck on this error for 2 days now. I have a consoletool, which gets called during a build process and is packed into a nuget, so it can easility be used...
View ArticleWarning: (dll) does not contain any types that can be unregistered for COM...
I am getting a warning in a large project that I cannot clear."(dll) does not contain any types that can be unregistered for COM Interop" and also "(dll) does not contain any types that can be...
View ArticleCreate EmbeddedResource before build.
I want to embed local references in the assembly before compiling the main unit. But the written target does not work.<Target Name="EmbedLocal" BeforeTargets="CoreCompile"><Message Text="Run...
View ArticleAbout problems in the VS build process in the Face Behavior Analysis Toolkit
严重性代码说明项目 文件行禁止显示状态 错误MSB3073 命令“xcopy /I /E /Y /D "F:\大创二\OpenFace-master_new\OpenFace-master\lib\local\LandmarkDetector\model" "F:\大创二\OpenFace-master_new\OpenFace-master\x64\Release\model" xcopy...
View ArticleIntegrating FileTracker
Hello, I'm trying to create an MSBuild task that makes use of tracker.exe or FileTracker API or TrackedVCToolTask and integrates directly with Visual Studio so that Visual Studio reads the tlogs...
View Article