Questions tagged [visual-studio]

Use this tag if you have a specific question about Visual Studio features and functionality. DO NOT use this tag on questions regarding code which merely happened to be written in Visual Studio. Consider tagging the exact technology area your question links to and also tagging a more specific version of Visual Studio. Please mention your exact VS version, edition, and update level in your question. DO NOT use this tag on questions regarding VS Code.

Visual Studio is an integrated development environment (IDE) offered by Microsoft used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services.

Microsoft Visual Studio History

Prior to Visual Studio Version 4.0, there were Visual Basic 3, Visual C++, Visual FoxPro and Visual SourceSafe as separate products.

Below is the list of the products along with their release date. Note: the actual version numbers for the products are sometimes confused with the last two digits of the 'year' field of the name; these version numbers are shown as "V-nn.x.y.z," where the given "nn" value is the major version number, and 'x', 'y' and 'z' would be the minor version, build and revision numbers, respectively.

The current stable release is Visual Studio 2022 - for questions regarding this specific version use .

Visual Studio Editions

  • Professional includes end-to-end solution to meet demanding quality and scale needs of teams of all sizes
  • Enterprise featuring professional developer tools, services, and subscription benefits for small teams
  • Community is a free, fully-featured IDE for students, open-source and individual developers

See the products page on the Microsoft site for the full list of Visual Studio products and download links. Microsoft also publishes a comparison table where major differences between editions can be seen at a glance to help you decide which edition fits your needs the most.

Using This Tag

You should ask questions about Visual Studio here on Stack Overflow, but if you have bugs to report, report them at Developer community instead.

Consider tagging the exact technology area your question links to and also tagging a more specific version of Visual Studio (see above). Please mention your exact Visual Studio version, edition, and update level in your question.

Do not use this tag on questions just because the code was written in Visual Studio. For example, a question about parsing a date/time string in .NET with C# should not ordinarily be tagged .

More Information

Visual Studio Extensions (.vsix)

You can read about Visual Studio extensions here and see the available Extensions for the Visual Studio family of products.

Developer Community

Developer Community is a website where you can read about the Visual Studio release history. Also see all the reported bugs and find solutions for them. You can help the Visual Studio team and vote on the the issues (which you also have) and they can prioritise the problems and ship fixes to the most demanded ones. Also you can report a problem.

113889 questions
41
votes
1 answer

SQL Server Express vs express localdb

I am having quite a few problems understanding differences between regular SQL Server Express and express Localdb. Before you go ahead and tag a previous post about this question, I've went through question history quite a few times. The resources…
41
votes
6 answers

Case preserving find/replace in Visual Studio

There seems to be no built-in support for case preserving find/replace in VisualStudio (see also a respective feature request). What I mean is: searching for 'BadJob' and replacing with 'GoodJob' would do the following replacements 'badjob' ->…
41
votes
4 answers

Disable the WPF designer in VS 2010?

Is there a way to disable the WPF designer (the preview pane, I only need the XAML-pane with intellisense) in VS 2010? Please note that when hiding the Design view of the WPF designer, it will still render the form/control ... I don't consider that…
ToxicAvenger
41
votes
7 answers

How to move "Solution Explorer" tab in Visual Studio

Does anyone know how to move the "Solution Explorer" tab in Visual Studio 2005? It's on the left, and I can't move it to the right. Thanks, Alan
41
votes
4 answers

Anyone found a PowerShell Syntax highlighting or IntelliSense plugin for Visual Studio?

Has anyone found a plugin for Visual Studio to allow for PowerShell syntax highlighting or IntelliSense? If not, does anyone have any idea why not? I keep hoping someone else with copious free time would have tackled this by now. I have hope since…
41
votes
5 answers

Deleting a folder in TFS

I created a folder in a TFS Project under workspace "CPortalWS". I deleted the workspace, but now I would like to delete the folder in the project and the delete option is not available. I've tried to create a new workspace mapped to the project…
Mark Kadlec
  • 8,036
  • 17
  • 60
  • 96
41
votes
12 answers

Dealing with .NET IDisposable objects

I work in C#, and I've been pretty lax about using using blocks to declare objects that implement IDisposable, which you're apparently always supposed to do. However, I don't see an easy way of knowing when I'm slipping up. Visual Studio doesn't…
Atario
  • 1,371
  • 13
  • 24
41
votes
5 answers

How to Use Scintilla .NET in C# Project?

I am attempting to use Scintilla .NET in a project (I want a good editor + syntax highlighting, etc). Unfortunately, when I reference the binaries in my project, I can't seem to actually use the Scintilla controls. I get two different errors. The…
JasCav
  • 34,458
  • 20
  • 113
  • 170
41
votes
1 answer

Visual Studio 2013 License Product Key

I installed Visual Studio 2013 Professional as a Trial version while waiting for my company to complete the license purchase. They completed the purchase of 4 licenses (64 bit), but were not given Product Keys. Instead, there is a particular .iso…
arserbin3
  • 6,010
  • 8
  • 36
  • 52
41
votes
3 answers

Remove strange blue box in visual studio

This blue rectangle is fixed on the screen. Sometimes growing, shrinking and changing place. tried the answer to this question: In the Visual Studio SQL editor, how do I get rid of the boxes? as I thought it might be related but didn't help. How…
springbo
  • 1,096
  • 1
  • 9
  • 15
41
votes
9 answers

Remote machines cannot connect to Visual Studio web server

I remember when MS was developing Cassini - I believe they rolled it into VS 05/08, so I think this is a Cassini web server question. I am using Windows XP with Visual Studio 2008, and find it quite inconvenient when I want to test a web…
Mario
  • 3,405
  • 6
  • 38
  • 48
41
votes
1 answer

How to get syntax highlighting for alternate file extension for Visual Studio 2010 or 2013?

For older version of Visual Studio it was a simple tweak in registry http://codebetter.com/darrellnorton/2004/04/21/get-visual-studio-syntax-highlighting-for-alternate-file-extensions/ But for Visual Studio 2010+ the same key doesn't exist in…
user310291
  • 36,946
  • 82
  • 271
  • 487
41
votes
4 answers

Autocomplete Method Brackets

Using: Visual Studio Pro 2013 Previous research: [1], [2], [3] I'm used to working in Java with Eclipse. My usual flow is: object. CTRL+SPACE + ENTER which autocompletes the method and places the correct curly brackets & method inputs in…
user3235057
  • 413
  • 1
  • 4
  • 5
41
votes
7 answers

Website publish failing due to file path being too long

I am trying to publish a Website project from a vendor that has ridiculously long paths to some of its files. When publishing, the error is: The specified path, file name, or both are too long. The fully qualified file name must be less than 260…
Mister Epic
  • 16,295
  • 13
  • 76
  • 147
41
votes
16 answers

Easy way to add multiple existing .csproj to a Visual Studio Solution?

I've checked out a branch of C# code from source control. It contains maybe 50 projects in various folders. There's no existing .sln file to be found. I intended to create a blank solution to add existing solutions. The UI only lets me do this one…
Michael J Swart
  • 3,060
  • 3
  • 29
  • 46
1 2 3
99
100