Builds in IDE but not with MSBuild - reference issue
I have two projects, one is a library (MyLibrary) and one is a stub for that library (MyLibraryStub). The stub is for using in build time unit testing. I have created a solution that has only these...
View ArticleCan't build 2010 project on Microsoft visual studio 2015
I've just been introduced the the world of Visual studio. I'm aC++ developer so I'm working with visual C++ 2015. I need to build a project that is build with visual studio 2010. I keep getting an...
View ArticleFiles excluded on publishing web project
Hi, I have an mvc / webapi application which references a subproject (output: dll) which contains text files that are required at runtime. The files are marked as "Content" and are copied to output...
View ArticleASPNETCOMPILER error, can not load assembly (in msbuild only)
I am using VS2015, and MSBuild 14. My solution has many projects, but three of them are old ASMX web sites. The ASMX website "projects" don't have their own project files, but are detailed in the XML...
View Articlecommand-line API for manipulation of solution files
I want to write a command line tool for manipulating solution files. Is there an API for this purpose? The command-line tool itself doesn't matter (perl, python, etc.), I can pick whichever is...
View ArticleQuestion about building the installer project in a solution
Good afternoon,I'm receiving the following warnings when building the installer of a solution. I have uploaded a screenshot to Dropbox where can be seen the warnings I'm talking about :...
View ArticleMissing DLL when you build using command line devenv instead of Visual Studio UI
Hello,In summary :ExeApp.Exe à A.dllà B.dllVS UI Build output : All files VS command line Build output : No B.dlSteps to reproduce :Using Visual Studio (C#) :File/New/Project/WindowsFormApplication -...
View Articlevisual stuido 2012 update 4 windows 7: error MSB4014: The build stopped...
new laptop with fresh new visual stuido 2012 premium installation. No exact patterns can be found to reproduce it, but do get these error messages from time to time. See from other forums suggested a...
View ArticleMicrosoft Visual C++ Build Tools 2015 Technical Preview license leads to...
Hello.I'm developer from commercial organization and we do care about license terms of Microsoft products. However, I cannot find the license of Microsoft Visual C++ Build Tools 2015 Technical Preview....
View Articledeploy using .pubxml file in release management online
Hi,How do I build and deploy <>azure<> web app using <>vnext<> build and release management online, by using the .pubxml file? I want to deploy an azure web app. I am using...
View ArticleBuild a visual studio project in 2013 and can we access it in visual studio...
Hi,If we build a new project using Visual Studio 2013, can we access the same project in lower version of Visual studio 2012? Kindly provide your updates.
View ArticleWhy is my build script building DynDebug|x64 on one machine and...
I have an enlistment in a source tree which includes a batch file to drive builds. The batch file calls another batch file which calls msbuild. As far as I know, both build environments are...
View ArticleMSB3277: Found conflicts between different versions of the same dependent...
I'm using VS2013 and there is only one project in my solution. I'm using MVC and Razor and the project is an Umbraco instance version 7.4.2.After installing Google.Apis.Calendar.v3 with Nuget in my...
View ArticleWhat does Cmd Line ASSOC do ?
Had a scam phonecall trying to get me to use ASSOC in CMD LINE - What does it do ?
View ArticleLink error without error message, what's wrong?
I use visual studio 2010 for several years.Recently, it shows no error message when link error occurs.Like this:I tried reset settings ,but it doesn't work. What should I do?
View ArticleVS2015 Debugger still being attached to .exe when debugger failed
Hi,I was doing debugging for my application and suddenly my debugger broke. I had to force that debugger would close the app because it was not closing(vs noted that I have to force it). When it closed...
View ArticleGet Selected Text
I am writing an extension for visual studios to search the selected/highlighted text. I have a command that I want to run on the selected text. How can I get the selected text in the command?
View ArticleMSBuild Custom Publishing not Transforming Web.config files
I am using this solution to perform my Publishing via MSBuild and Jetbrains TeamCity: http://sedodream.com/2013/09/21/HowToExtendTheWebPublishProcessWithoutModifyingProjectContents.aspxFor the most...
View ArticleUpgrading .Net 3.5, Visual Studio 2008 to .Net 4.0, 2013 generates lots of...
I am having several issues since I upgraded my .Net App built with Visual studio 2008. I upgraded my app because I would like to take advantage of the functionalities in .Net 4.0 and later. I have been...
View Article.appxupload file is not created by msbuild if Visual Studio 2015 Update 2 is...
I installed VS 2015 Update 2 and now msbuild does not create the .appxupload file for a Windows 10 App (Universal App) any more.To reproduce the error you need to do the following:- Create a Universal...
View Article