Latest version of VS 2017 fails to compile with error 'C++ Standard Library...
I don't work on C++. There is some legacy code in my project which we don't touch and it has been working since decades. Now the latest version (15.8.0 and onwards) of VS 2017 fails to compile with...
View Articlemsixbundle vs. appxbundle
Hi,Am using "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" to build a solution to generate appxbundle package for UWP app written in c#&xaml. VS2017...
View ArticleMsbuild (C:\Program Files (x86)\Microsoft Visual...
Hi,i am trying to Publish .Net Core application using C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSbuild.exeHere is the command$msbuildExe = "C:\Program Files...
View ArticleAfter installing VS2017 Build tools on CI server, project containing Workflow...
Locally it everything builds fine with my local installation of vs2017.On the build server I installed vs_BuildTools (using offline installer). No option for workflow to be found in the installer.One...
View ArticleTarget "ResolveTagHelperRazorGenerateInputs" does not exist in the project,...
Hi Community,After being stupid, I deleted the section ResolveTagHelperRazorGenerateInputs.... I couldnt go Undo the file anymore, so it gave me this error. From that point on, I did the following:...
View ArticleDeploy error Deploy72002: Unable to connect to master or target server 'MYDB'.
Hello, i am getting the same error, My SQL server is 2017 and from my build server i am connect fine using SSMS and ODBC, i can also seen on the SQL Server logs that there is a failed login...
View Articlehow copy the file which in my project directory to the .exe file directory in...
I develop a windows desktop app using visual studio qt addin plugin,I just want to copy a file which named '1.txt' in the project directory to the directory which the exe file in when building the...
View ArticleFIPS issues in Windows, .NET, and Visual Studio
FIPS issues in Windows, .NET, and Visual Studio(These are some issues and work-arounds I found while working with System.Security.Cryptography with FIPS enabled. Just wanted to pass them on to help...
View ArticleC++ standards in Microsoft Visual C++ compilers
Hallo,What standard C ++ set as default in vc8, vc9, vc10, vc11, vc12, vc14, vc15?If the standard is not explicitlyspecified in project.
View ArticleApplication working fine with “Release” but custom solution configurations...
I am deploying a mvc application on different environments regularly and as all environments have different ```web.config``` , so I use different different publish profiles for different branches for...
View ArticleDuplicate key row error with Team Foundation Server 2015 Build Server
My build server has been up and running for years without any problems. A couple weeks ago I started getting an intermittent error when building.Cannot insert duplicate key row in object...
View ArticleMongo C++ driver in visual studio
Hi, I have installed Mongo C++ driver and trying to build an application using this driver. But I'm hitting this error. Can anyone help with this?error MSB3073: :VCEnd" exited with code 1
View ArticleError MSB4175
Hello, please help me with fixing this error .When I run project in output I have this massage: C:\Program Files...
View Article/t:SqlSchemaCompare - Where I can find some info about it
/t:SqlSchemaCompareIs it like on Visual Studio when doing Compare Schema ?I have only https://blogs.msdn.microsoft.com/ssdt/2014/07/15/msbuild-support-for-schema-compare-is-available/Thanks
View ArticleHELP BUILDING A Xamarin CrossPlatform Project for Android
I recently started to develop in Xamarin, so I don't know how to fix this kind of errors, I'll be glad for receive any help. ThanksThis is the error:Severity Code Description Project...
View ArticleUsing MSBUILD for SSRS project
Hi,We are using TeamCity for our builds and I'd like to add in the capability to build from an SSRS project (rptproj). At the moment this is failing while invoking MSBUILD with the following...
View ArticleTFS builds failed with Exit code -2146232576
I’m trying to query a new build for new set up build machine of the TFS 2017. Installed Visual Studio 2015 and 2017. Downloaded agent from TFS 2017.I'm getting the following error message:Exit code...
View ArticleWhat does the line "Debug|Any CPU = Debug|Any CPU" in the .sln file mean?
The following is in the .sln file by default when a new desktop project is created in Visual Studio (I know, this is the MSBuild forum, but the two are tightly coupled):...
View ArticleHow to suppress this warning?
How can this build time warning be fixed/suppressed?At build time, the following warning is generated:A custom tool 'TextTemplatingFileGenerator' is associated with file 'Models\SecurityKey.tt', but...
View ArticleVS15/17 error APPX1639: missing file "MakePri.exe"
Hello. I've been trying to fix this issue already for about 3 days. Im trying to start basic UWP application in Visual Studio 15 Enterprise (also tried Vs 17 from ms imagine), blank one without adding...
View Article