Questions tagged [devenv]

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

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

Use this tag for questions related to the development environment, such as questions about Visual Studio's Build Configuration Management, bugs in code that are related to running inside Visual Studio, or questions about Visual Studio Plugin development.

224 questions
0
votes
0 answers

devenv.exe - Application Error

I'm trying to install Visual Studio Ultimate 2012 and I'm getting the following error. devenv.exe - Application Error The instruction at 0x7707bebe referenced memory at 0x7714ffff. The memory could not be read. Click on OK to terminate the…
Venkata Krishna
  • 14,926
  • 5
  • 42
  • 56
0
votes
1 answer

vs2012 doesn't pass /projectconfig to dependencies?

TLDR; devenv appears to build dependencies with whatever config/platform was last selected in the GUI, rather than what /projectconfig says. Ideas? I have a Visual Studio 2012 solution that builds debug & release, win32 & x64. It has two…
Jason Viers
  • 1,722
  • 12
  • 20
0
votes
1 answer

Weird VS2008 (devenv) Nant compilation issue

Here is the background, we have a solution file (a.sln) which contains 2 projects (service.csproj & client.csproj). There is another old solution file (b.sln) which contains 3 projects (service.csproj, client.csproj & test.csproj). We dont use this…
Isaiah4110
  • 9,855
  • 1
  • 40
  • 56
0
votes
0 answers

Visual Studio 2005: How do I find which build step in the .sln creates a specific file

I am trying to automate a build by calling devenv.exe my_Solution.sln /rebuild "Project Name" but am having a problem because a build.cmd file which is crucial to the build, is not getting created in the expected location. When I open the Solution…
GL2014
  • 6,016
  • 4
  • 15
  • 22
0
votes
1 answer

CCnet devenv.exe error

I'm using cruise control .net and visual studio 2005's devenv.exe from the command line in a deployment task...but it's hanging up in devenv.exe immediately after a successful build, but before the rest of the cc process continues. This whole…
0
votes
1 answer

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 investigation I found that devenv.exe was running hot @…
tinmac
  • 2,357
  • 3
  • 25
  • 41
0
votes
1 answer

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 it in Google! Does anyone know what this might…
borod108
  • 766
  • 1
  • 6
  • 16
0
votes
2 answers

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**
Leo
  • 399
  • 4
  • 6
0
votes
1 answer

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 project (*.vdproj, *.csproj), opening the solution in…
Bernhard Hiller
  • 2,163
  • 2
  • 18
  • 33
0
votes
1 answer

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 with the 64 bit compiler, the executables cannot…
Scottfivefour
  • 73
  • 1
  • 1
  • 10
0
votes
1 answer

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…
claudekennilol
  • 992
  • 2
  • 13
  • 26
0
votes
1 answer

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…
Gopinath
  • 21
  • 2
-1
votes
1 answer

Unable to Build the C# code through command line

while building the the c# code from command line using devenv, I'm getting this error: - The operation could not be completed. The filename or extension is too long. The system can not find the file specified The batch file command which i have…
Ravi Kumar
  • 39
  • 5
-1
votes
1 answer

Building a setup project through devenv.com is not working as expected

I am trying to build a large Visual Studio 2010 solution that contains some setup projects from the command line using the following: devenv.com mySolution.sln /rebuild "Debug|Mixed Platforms" /out E:\myUser\Desktop\build.txt The MSI files are…
rdz89
  • 3
  • 1
1 2 3
14
15