Visual Studio 2013 Compilation error LNK2019 on compiling my_source with...
Hi,I have a source "my_source" which usually need other vendors library files for compilation say "other.lib"(static library). we don't have other lib sources. I usually compile my_source with...
View ArticleAssemblyinfo.vb info not updating to output
I'm updating the AssemblyInof.vb file during post build with new Info (version Number / File Info and so on ... ) for all my projects within a solution .. This part seems to work just fine .. the...
View ArticleVisual studio 2012 build process is stuck
Hi,I am using Visual Studio 2012 Ultimate Edition on Windows 8 Enterprise. Everything has been working smoothly, and all of a sudden I am facing a strange problemNone of my projects through Visual...
View ArticleVisual Studio Post build events
I want to maintain seperate config files for test and production like: web.config.Debug, web.config.ProdI do have the actual config file as web.configI am writing a post build event to copy the data...
View ArticleDeclarations
Which of the following variable declarations is NOT valid? 1. int mean; 2. int float1; 3. char key; 4. float level = 4; 5. int 7days;
View ArticleOracle Database Deployment using Microsoft Release Management Tool.
Hi, We are planning to use Microsoft Release Management Tool for the deployment of the Application as well as Database. While doing the Proof of Concept for the same we encountered an issue on how to...
View ArticleLearning MSBuild and Community Tasks
Im somewhat familiar with MSBuild, but im going back to review the basics.One reason is that I need to use the CommunityTasks, but this opened up the question of how/where to install 3rd party...
View Articlecompiling error when using boost::multi_index in debug mode, but succeed in...
I've encountered a problem when using boost::multi_index, does anybody know the difference between release and debug mode?IDE: VS2015 Boost version: 1.58, header file only Description: fail to compile...
View ArticleWhen I install selenium-webdriver to Node.js I got LNK1106: invalid file or...
Following is error msg:D:\node_modules\selenium-webdriver\node_modules\ws\node_modules\bufferutil>if not defined npm_config_node_gyp (node "D:\Program...
View ArticlePerforming a Rebuild Solution in VS2012 is giving errors "Unable to copy...
I was given a large project that was developed by a former employee. The source code is in TFS online and I am working on development computers that are on a completely different domain than the one...
View ArticleHow to read MSbuild logs for Errors.
Hi AllI have been using ms-build for very long time but I sometime fails to read msbuild log when sln contains more than 5 projects. has dependencies on each other.ThanksYogesh
View ArticleTFS Build fails for IDictionary.TryGetValue(string, out object)' has some...
Hi AllI have extension method written for TryGetValue. It build all my projects when I build it in Visual Studio. It get fails when i try to build it with TFS 2013 build it gives error like...
View ArticleMSBuild not generating bin folder for project
I'm working on TFS 2010, Visual Studio 2010 and using MSBuild for building my solution. My solution file has3 websites1 web deployment (.wdproj)4 libraries projects2 windows servicesMy problem is that...
View ArticleFody 1.29.3 error when building project in Visual Studio 2015
Hey guys,I have been having trouble building my project. It appears that the build is not happy with the new version of Fody, it seems to still be looking for an older version. I have made sure that...
View ArticleC++ Project Compiling Error
Hello :) i have a project that is made in visual studio 2010 and i want to open it and compile/Build it inside visual studio 2013 and is buggin the compilation..(2 error)so , is it possible to build a...
View ArticlePublish Web using publish profile inserts additional connectionstring in...
Hi thereI'm using VS2015.In my web project I have 3 publish profiles - test, staging and production.I also have 3 web.config transforms corresponding to these environments.When I publish the project,...
View ArticleMakePri.exe is not found error when compiling a Windows phone 8.1 app in VS 2015
Hi,After installing VS 2015 periodically I receive and error when compiling a Windows phone 8.1 app - MakePri.exe is not found. I have set the MSBuild project build output verbosity to Diagnostic and...
View ArticleVisual Studio problem ? Or a my problem ?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Inizio { class Program { static void Main(string[] args) {...
View ArticleC:\Program Files...
I am trying to compile a Proc project in visual studio 2012 but i get this error "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe"...
View Articlecopy to output directory - devenv 2012 vs msbuild v4.0 different behaviour
Hi,I'm trying to move from devenv to msbuild for compiling a large project.However I found a misalignment.Here an example to reproduce it:Solution is containing 2 projects A.exe and B.dll.A has a...
View Article