Top "Visual-studio" questions

Use this tag if you have a specific question about Visual Studio features and functionality.

Unable to launch the IIS Express Web server

I have an asp.net MVC 4 solution. When I try to open it using Visual studio 2012, I get following error: …

visual-studio iis iis-express
Proper way to rename solution (and directories) in Visual Studio

I have a rather involved Visual Studio solution (2010, but it shouldn't matter) that I need to rename. I want to …

visual-studio
What does "exited with code 9009" mean during this build?

What does this error message mean? What could I do to correct this issue? AssemblyInfo.cs exited with code 9009 The …

.net visual-studio
How do I add an existing directory tree to a project in Visual Studio?

The issue is simple really. Instead of creating folders in Visual Studio, I create a directory structure for my project …

visual-studio
How to download Visual Studio Community Edition 2015 (not 2017)

I have a Resharper 9x license and it is only compatible up to MS VS Community 2015 edition. I tried to …

visual-studio visual-studio-2015
Debugging with command-line parameters in Visual Studio

I'm developing a C++ command-line application in Visual Studio and need to debug it with command-line arguments. At the moment …

c++ visual-studio debugging command-line
.gitignore for Visual Studio Projects and Solutions

Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?

git visual-studio visual-studio-2012 gitignore
How to get the connection String from a database

I have created a database with SQL Server Management Studio, I would like to now use it in my C# …

c# sql-server visual-studio
How to have an auto incrementing version number (Visual Studio)?

I want to store a set of integers that get auto incremented at build time: int MajorVersion = 0; int MinorVersion = 1; int …

c# visual-studio versioning