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
1 answer

Why can I only debug one of my two ASP.NET applications?

I am using Visual Studio 2015 Update 2 and have two ASP.NET 4.6 projects which are very similar. Both use MVC 5.2.3 and Razor 3.2.3 (I'm unsure what details are necessary so will keep it brief). I can run one and it works normally as expected, but…
Mardoxx
  • 4,372
  • 7
  • 41
  • 67
0
votes
1 answer

.NET CI Build Sometimes Failing

How can I make this build setup work consistently? I have a build setup which sometimes fails. If I retry the build, it may or may not succeed. There seems to be something wrong with my build environment. Environment: GitLab CI Multi…
Chris
  • 2,766
  • 1
  • 29
  • 34
0
votes
2 answers

Visual Studio Redraw Fail

I am using Visual Studio 2008 to develop SQL Server 2008 R2 SSIS packages. Whenever I switch between applications, the components in the package lose their outlines, break point visual markers - it just looks ugly. alt text…
Raj More
  • 47,048
  • 33
  • 131
  • 198
0
votes
0 answers

Command line building of a vcxproj for visual studio 2013 and visual studio 2010

I have certain VS2010 and VS2013 C++ projects that I want to compile using command line.The command I followed was : *devenv.exe "C:\Geek\toDo\MyTester\MyTester.vcxproj" /projectconfig Release devenv.exe "C:\Geek\toDo\MyTester\MyTester.vcxproj"…
RanjR
  • 65
  • 2
  • 2
  • 8
0
votes
1 answer

how to save VS solution changed by devenv /Command "File.AddExistingProject"

I am trying to create batch script to automate the build. In which I need to add existing project in a solution, for which I used below:: devenv solutionPath /Command "File.AddExistingProject" projectPath This command adds the existing project and…
0
votes
3 answers

Unable to attach to the process. The system cannot find the file specified

I've been using the VS2015 Pre-RTM version for a bit which worked fine. It was installed on an alternative drive to my system drive. I have since uninstalled it and installed the RTM version in the default location (C:\Program Files (x86)\etc.).…
0
votes
1 answer

Start exe as devenv command

Can we start visual studio using an external exe as a devenv command? As described in the link: /Command (devenv.exe) I am trying something in the lines of devenv.exe /command "vstest.console.exe MyVSUITest.dll" But this says 'Command is not…
dushyantp
  • 4,398
  • 7
  • 37
  • 59
0
votes
0 answers

Running devenv.com displays a popup dialog and hangs TeamCity build

My end goal is to run a devenv.com command from a TeamCity build configuration but it's currently hanging when it reaches the deploy stage. If I run the same command from the command line on the build agent server I get a popup at the point when it…
0
votes
0 answers

"devenv" command is not recognized

I have downloaded and installed Visual Studio 2013 Express (from here) When i try to run the command devenv I get an error -
Xiobiq
  • 400
  • 2
  • 7
  • 16
0
votes
2 answers

Show cmd commands on C# winform Application

I need to write a small utility to rebuild solution. I am using below code to do the same. string solutionFile = @"E:\Projects\TFS\Code\WebSite.sln"; string cmd1 = @"""C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat""…
Vikesh
  • 3
  • 3
0
votes
1 answer

How to prevent devenv from invoking the Compile target silently in background?

I have noticed that when I run devenv on the command line it does background compilation before proceeding with the foreground one. I have a strong suspicion that something is terribly wrong with my environment. Please, observe: PS C:\work\a> dir …
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
1 answer

Disable code analysis while build via Devenv command line

I am building my VS solutions with DevEnv command line. However on build it shows lots of warning related to code analysis. Is there any way I can specify in command line not to run code analysis for Devenv? Thanks
Ashwani K
  • 7,880
  • 19
  • 63
  • 102
0
votes
0 answers

How can I stop DEVENV because I can't install Umbraco...thoughts?

I have Umbraco. I'm trying to install it. I get as far as the "I agree" page and WHAMO, the program says that devenv needs to be stopped first. I know what devenv is: it's Visual Studio. It's stopped, killed, not running and I cannot find devenv…
Peter The Angular Dude
  • 1,112
  • 5
  • 26
  • 53
0
votes
0 answers

Why Silverlight projects are not built concurrently?

I have a solution with quite a few Silverlight projects. I have noticed a strange thing - when I build in Visual Studio IDE with the max concurrent builds set to 8, then the Silverlight projects are built sequentially. Other projects (non…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
1 answer

Separated console output from devenv (project by project) for Jenkins

I have Jenkins up and running with one job, building one big VS solution using devenv. Console log output looks like the normal VS output (changed example): Microsoft (R) Visual Studio Version 9.0.101010.2. Copyright (C) Microsoft Corp. All rights…
skater_nex
  • 453
  • 1
  • 5
  • 11
1 2 3
14
15