DevEnv (or DevEnv.exe) is the file name of the main executable of Microsoft Visual Studio.

learn more… | top users | synonyms

0
votes
0answers
15 views

Visual Studio 2012 Command Line Building - Detecting Build Failures

I'm setting up a build server for a Visual Studio 2012 project and I'm trying to add detection for failed builds so the server can properly recover after a build failure and notify users of the ...
1
vote
1answer
35 views

Compile VB.NET project with different #Const by running a single compile.bat file?

I can manually do this (without a single problem) to compile my VB.NET code into my stand-alone WindowsForms executable. But is there a way to do this all from a command-line script? I've checked ...
0
votes
0answers
73 views

XNA with Visual Studio 2012. /Setup not working

I'm trying to get XNA working in Visual Studio 2012 so I can use source control but I'm having difficulty with the steps. I've read the numerous pages out there that tell you how to do it such as: How ...
0
votes
2answers
101 views

Using devenv to pass preprocessor variables to Intel Fortran compiler

I'm using VS 2008 with Intel(R) Fortran Compiler version 10.1.025. To build my solution I'm using a batch file with the following syntax: devenv /rebuild "Release|Win32" "c:...\solution.sln" ...
1
vote
1answer
124 views

Run a solution from visual studio console without opening IDE

I am using visual studio 2010 SP1. What I first tried was this: 1.Open the visual studio console tool from start menu 2.Navigate to project folder (which already contains an executable) 3.run: ...
0
votes
1answer
60 views

Run devenv from commandline

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim lRet& lRet = Shell("cmd /k devenv m:\myproject.sln /build Release", 1) End ...
0
votes
0answers
118 views

VisualStudio 2012 devenv.exe @ 50% F5 Debug wont start until its finished whatever its doing

Help appreciated. I noticed when pressing F5 to start debugging a WPF app that the green play triangle would gray out then after a second go green again as if debug hadn't started. After some ...
0
votes
2answers
306 views

Use Devenv.com to show output in commandline and an Output Log file

How can i use the devenv.com to show the output in command line window as well as an external log file.I am using the following command line for building a solution file devenv.com /Build ...
0
votes
1answer
116 views

Error while compiling a C++ project with devenv using Coverity. (cov-build.exe)

When running a Coverity build I get the following error: Failed to locate msbuild.exe when handling devenv template configuration. Shutting down resident msbuild processes is impossible. Can't find ...
0
votes
1answer
197 views

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.In devenv.com we can specify a project of a solution using following commandline ...
1
vote
0answers
125 views

Unable to include environment variables on VS2010 build devenv myProject.sln /build “DeBug” /useenv

In order to include environment variables in a VS2010 project build I run this in the VS2010 Command Prompt devenv myProject.sln /build "DeBug" /useenv and get the error Invalid Command Line. ...
0
votes
2answers
149 views

Argument parse CruiseControl.net to NANT

Can any one help me with example to pass parameter(Eg:URL) from CruiseControl.net ccnet.config file to NANT name.build file? below is what I tried(but not succeed) **CC.net file** ...
0
votes
0answers
299 views

devenv command line does not show error for defective projects

We use Jenkins to build our solutions automatically. We call devenv (Visual Studio 2010) by a command line: devenv PathToProject\Project.sln /build Release When the solution contains a defective ...
6
votes
2answers
4k views

Taskkill /f doesnt kill a process

When I start up an Experimental instance of VS from VS for debugging and stop debugging (sometimes directly from the parent VS), a zombile devenv.exe process remains running which I am unable to kill. ...
0
votes
2answers
270 views

Devenv crashes when passing params from the command line

I am using the following command from command line "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" C:\testlocation\testsolution.sln /Rebuild "Debug" /project ...
0
votes
0answers
50 views

Run an already open solution

I'm launching Visual Studio from another program and run a sopecific solution like this: devenv /run "C:\someuser\My Documents\Projects\MySolution\MySolution.sln" This causes Visual Studio to open ...
0
votes
1answer
135 views

64 bit executables not linked when the solution is created by cmake

I am porting a project from linux to windows using cmake. The Project is clapack along with some testing procedures. Everything worked correctly when I built a 32 bit release. However when I build ...
0
votes
0answers
86 views

Using parameters with DEVENV.exe to start BIDS (VS Shell) or VS 2008 Pro Edition

We want users to click on one Icon and based upon his licensing option he would be offered BIDS or VS 2008 Pro Edn. The machine has VS 2008 PE and BIDS installed. We want to know if there are any ...
0
votes
1answer
170 views

Why does Devenv projects build very slowly compared to opening all in a single solution

set Unified=C:\Workspaces\Main\Unified\UnifiedFX.sln set Fullserver=C:\Workspaces\Main\Unified\FullServer\Tests\FullServer.Automation\FullServer.Automation.csproj set ...
0
votes
1answer
321 views

Builds with command line “devenv” but not with Visual Studio (sln) and MSBUild

I'm trying to set up a project with TeamCity and I was wondering what does exactly happen when I choose “Visual Studio (sln)” from the drop down menu under "Runner Type". When I choose this option my ...
0
votes
1answer
332 views

Visual studio 2010 publish command - command prompt

I am using the batch script below to build a solution file set BUILD_PATH=%CD% call "C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat" devenv /clean Release ...
1
vote
0answers
88 views

devenv.exe tabbed documents

I was wondering if there is any way I can open two documents in Microsoft Visual Studio 2010 Editor in a tabbed fashion. I am currently using the following command line option. devenv.exe ...
3
votes
3answers
2k views

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 obvious thing noticed was that msbuild does build dependent projects not ...
0
votes
4answers
1k views

Building MSI from TFS Build

I am trying to build MSIs in a TFS Build by shelling out to DEVENV.exe (since MSBUILD does not support VSPROJs). In any case, my first installer project builds fine, the second one fails. If I ...
0
votes
2answers
816 views

Devenv build command for more than one configuration

Is there way to issue one command line to build a solution with all it's configurations? Currently we have 5 configurations, so we need to issue the 5 commands in the following format: C:\Program ...
0
votes
1answer
269 views

Joomla Custom Compoment Dev Env : Hot Deployment

I'm planning on developing a Joomla custom component and storing the files in a git repo. The structure of my git project will mimic the deployed joomla struture <root> -administrator ...
17
votes
5answers
9k views

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 every website I can find, and the usual answers mention refreshing dependencies (Which I ...
1
vote
3answers
2k views

Visual Studio 2010 (devenv) Hung Process After Closing

I have problem with Visual Studio 2010 on Windows 7 64-bit. After some time of work VS starts consuming ~50% CPU and UI responding slows down. When I close VS then UI disappear but process stay. When ...
2
votes
0answers
96 views

Customizing Auto-Build for multiple C++-Projects

Hy guys, for a project at the university we're faced with the following problem: For coverage analysis purposes we should instrument the code of several C++-Projects, which are automatically build ...
0
votes
1answer
392 views

devenv command line build evironment variable / parameter

I am currently using a script to build my project, the script is something like devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "my project" This is working out great, and I am hoping ...
0
votes
3answers
3k views

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 problem. The python script needs to call devenv. The problem is that with Visual ...
7
votes
3answers
2k views

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 time I trying to compile it via vs cmd (devenv.com) it comes up with this error: ...
0
votes
1answer
533 views

VS2010 : How to run devenv to not parallelize the build

I use devenv.exe to pass it a sln file and use /Rebuild switch, internally the devenv.exe spins up multiple msbuild's. I have a need to run unparalleled build, with only one thread of msbuild. Surely, ...
1
vote
1answer
914 views

Create a development environment for OpenCart

I am creating an e-commerce website using OpenCart and hostgator for hosting. I want to create a development environment with OpenCart installed on it so that I can view changes and edits without ...
1
vote
0answers
129 views

Visual studio 2008 crashing with VSS 2005

I've installed VSS 2005 and added a VS 2008 project. If I try to open the project by choosing File --> Open Project, then selecting Source Safe on the left and navigating to the either the .sln or ...
1
vote
2answers
513 views

Is there a way for VS2010's devenv.exe /out switch to replace an existing log file?

When building using the Visual Studio 2010 devenv command line, the /out switch will append to the file if it exists. Is there a way to force it to overwrite the file contents instead? I'm trying to ...
1
vote
0answers
158 views

Creating a new Visual Studio solution from the command line

Is there a way I can use devenv to create a new Visual Studio solution from a multi-project template that I made. There are lots of resources on building with the command line, but I can't seem to ...
1
vote
3answers
872 views

devenv and #define

I'm building some projects using cmd devenv. For some projects I want to #define form the command line Is there a way to #define using the cmd and devenv, I don't want to create new configurations
0
votes
1answer
550 views

how to call devenv to build some .vcproj with specific building macro in a solution (containing many .vcproj)?

all! There are many vc projects in my solution. i can call devenv.exe xxx.sln to build/rebuild all these projects together. Also i can right-click some specific project and rebuild it. My question: ...
2
votes
2answers
3k views

How can i retrieve devenv.exe path for a vspackage installation?

I'm following this tutorial http://msdn.microsoft.com/en-us/library/bb458038.aspx to create a VsPackage Setup. In the part of the creation of an installer class appears a reference to this location in ...
1
vote
2answers
306 views

CruiseControl.NET: Ignore DB projects in a build

After upgrading to VS2010 we have a few .dbproj files that are causing issues in our CI builds. They do nothing except just store SQL files anyway, so I'd like to just ignore them. I'm running ...
1
vote
2answers
1k views

How to specify Publish Version in Devenv?

I am totally new in building Visual Studio Project through a script, so feel free to correct me if you feel that my understanding about the process is incorrect. I have a visual studio solution which ...
0
votes
1answer
387 views

devenv command line option for macros and lib file

I am trying to make build using devenv.exe command line and have some preprocessor definitions and lib file to be given with command line. as such one way is to set in proj file c/c++ ---> ...
3
votes
2answers
243 views

logger for devenv CruiseControl

Is there any logger for devenv? I have a devenv task in the cruiseControl.net but it doesn't give me any logs. I cannot even see the reason for build failure. I used to use logger in msbuild to view ...
0
votes
2answers
643 views

How to specify multiple buildtypes in devenv tasks, CruiseControl.net

I want to do Clean and Build in devenv. I just noticed that buildtype flag can have only one item (Clean;Build not allowed). Do you have any idea how to specify multiple BuildTypes? <tasks> ...
2
votes
3answers
404 views

Can there be any difference between Clean+Rebuild and Clean+Build

I've got a msbuild task in cruiseControl which first Clearn and then Rebuild. Can there be any difference if I change it as Clean and Build (rather than rebuild) ? Rebuild does "Clean + Build" for ...
1
vote
1answer
983 views

How to specify the platform in devenv build CruiseControl.net

When building with msbuild we can give the platform as below <msbuild> <buildArgs>Platform=x86</buildArgs> </msbuild> Do you know how to speficify the platform if we are ...
2
votes
2answers
174 views

Any difference in output binaries when using CruiseControl.net in devenv and msbuild

I am using msbuild to build my C# VS solution. I've got an error with a third party control which needs an user interaction for building. I might be able to get it fixed if I changed cruisecontrol ...
0
votes
1answer
476 views

use devenv to build smart Smart Device CAB project with specified configuration

I have a Visual Studio 2008 solution with a Smart Device CAB project. I am working on automating the release process. I am using devenv to build the inf file that I use to build the CAB like this: ...
0
votes
1answer
139 views

Visual Studio Project Installers - Can these just package assemblies and not build them

I am trying to make some modifications to our build processes which ensure that our vdproj files do not execute builds, they just package already build DLL's from a given location. Is there any way ...

1 2