Top "Devenv" questions

DevEnv (or DevEnv.

Taskkill /f doesn't kill a process

When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the …

windows windows-7 process windows-7-x64 devenv
specify project file of a solution using msbuild

I want the commandline for building a particular project of a solution using msbuild like we do with devenv.com.…

build tfs msbuild release devenv
An error occurred while validating. HRESULT = '8000000A'

I have been receiving this error for a while when using devenv on an automatic build. I have gone through …

.net visual-studio-2010 windows-installer devenv hresult
Run a solution from Visual Studio console without opening the IDE

I am using Visual Studio 2010 SP1. What I first tried was this: Open the Visual Studio console tool from start …

visual-studio-2010 command-line msbuild console devenv
Compile Setup project with devenv.com - "ERROR: Unable to update the dependencies of the project"

I have a Setup deployment project in VS 2010. The project compiles perfectly with the GUI interface of VS 2010, but any …

visual-studio-2010 devenv vdproj
Using devenv.exe from the command line and specifying the platform

I'm attempting to compile a visual studio solution using devenv.exe from the command line. I can get it to …

x86 devenv anycpu
Visual Studio regularly freezes running Microsoft.VisualStudio.Web.Host.exe

Background I maintain several web sites that are Visual Studio "Web Site Projects". Problem I've found that with a couple …

visual-studio-2012 freeze web-site-project devenv
No devenv file in Microsoft visual Express 10

i am trying to build the google dart project on windows XP. following the installation documentation, i ran accross a …

visual-studio-2010 devenv
reliable way to find the location devenv.exe of Visual Studio 2017

I need to run scripts that build a visual studio solutions using devenv.exe (or devenv.com for that matter). …

visual-studio-2017 devenv
MSBuild vs devenv for command line builds

I was wondering: what is the difference between using msbuild and devenv when compiling solutions from the command line? One …

c# c++ visual-studio-2010 msbuild devenv