Questions tagged [visual-studio-2013]

Visual Studio 2013 is a version of Microsoft's Visual Studio (also known as "Dev12", includes C++ compiler version 18.0). Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

The version of which follows , and is the predecessor to .

The preview for Visual Studio 2013 was announced at the Build 2013 conference and made available on June 26, 2013. It was made available to download on October 17, 2013.

Update 1 (Visual Studio 2013.1) was released on January 20, 2014.
Update 2 (Visual Studio 2013.2) was released on May 12, 2014.

Since May 22, 2014 the first CTP of Update 3 is available.
Since November 12, 2014 Update 4 RTM is available.
Since December 15, 2014 Update 5 CTP 1 is available.

Features:

  • .NET 4.5.1 support.
  • x86-64 Edit And Continue support.
  • Definition Peek.
  • Scrollbar improvements.
  • More...

What's new:

Community Edition:

Visual Studio Community 2013 is a new edition released at November 12, 2014. It includes all functionality of Visual Studio Professional 2013, designed and optimized for individual developers, students, open source contributors, and small teams.

18770 questions
754
votes
5 answers

How to hide reference counts in VS2013?

Visual Studio 2013 introduced a new feature where it shows you how many times each of your methods are used. I don't find it very useful, and it messes up the spacing of my file. How do I disable it? Can't seem to find the option.
mpen
  • 272,448
  • 266
  • 850
  • 1,236
584
votes
12 answers

How to disable all caps menu titles in Visual Studio

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.
Amir
  • 9,577
  • 11
  • 41
  • 58
517
votes
12 answers

Is there a format code shortcut for Visual Studio?

In Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there an equivalent for Visual Studio 2010?
353
votes
18 answers

How can I switch my signed in user in Visual Studio 2013?

A new feature of Visual Studio 2013 is the ability to sign in with a Microsoft Account and have your settings be persisted across all of your instances of Visual Studio, amongst other things. When I installed Visual Studio 2013 Preview I signed in…
Dewi Rees
  • 3,707
  • 2
  • 19
  • 20
331
votes
5 answers

How do you reference a capture group with regex find and replace in Visual Studio 2012, 2013, 2015, and VS Code

I realize there are a ton of questions about this, but none that I found specifically referenced which VS version they referred to. With that important information lacking, I still was unable to successfully use the answers I found. The most common…
327
votes
4 answers

How to turn off CodeLens-References

I recently installed Visual Studio 2013 Ultimate. Now, as you know, there is this "n references" above all methods. When I go to the CodeLens options, I can't disable this single feature, since the checkbox is grayed out. So how can I disable it?
IMX
  • 3,602
  • 4
  • 16
  • 11
306
votes
9 answers

Where is Developer Command Prompt for VS2013?

I need to run web.exe file from my developer command prompt in Visual Studio 2013. By default, the command prompt is not installed in Visual Studio 2013. Previously, I was using Visual Studio 2012. It had developer command prompt installed by…
user276363
  • 3,163
  • 2
  • 12
  • 5
304
votes
10 answers

Ignore Typescript Errors "property does not exist on value of type"

In VS2013 building stops when tsc exits with code 1. This was not the case in VS2012. How can I run my solution while ignoring the tsc.exe error? I get many The property 'x' does not exist on value of type 'y' errors, which I want to ignore when…
daniel
  • 34,281
  • 39
  • 104
  • 158
281
votes
15 answers

Call asynchronous method in constructor?

Summary: I would like to call an asynchronous method in a constructor. Is this possible? Details: I have a method called getwritings() that parses JSON data. Everything works fine if I just call getwritings() in an async method and put await to left…
271
votes
32 answers

Why is Visual Studio 2013 very slow?

I'm running Visual Studio 2013 Pro (RTM version) on my formatted PC (Windows 8.1 fresh install). I don't know why, but Visual Studio 2013 Pro is very very slow! Slow for building, debugging, navigating in the IDE... my hard disk drive LED is not…
Walter Fabio Simoni
  • 5,671
  • 15
  • 55
  • 80
261
votes
8 answers

No EditorOptionDefinition Export Found Error

In Visual Studio 2013 I started getting the following error when trying to open C# files: No EditorOptionDefinition export found for the given option name: Tabs/ConvertTabsToSpaces Parameter name: optionID I was having no issues all morning until I…
Jake1164
  • 12,291
  • 6
  • 47
  • 64
236
votes
15 answers

Why can't my program compile under Windows 7 in French?

I'm running Windows 7 French and I'm trying to compile this really basic program, but Visual Studio is being stubborn and refuses to comply. I also tried compiling it with both GCC 4.7 and Clang trunk on Coliru and I get more or less the same errors…
Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055
231
votes
6 answers

Disable ALL CAPS menu items in Visual Studio 2013

In Visual Studio 2013, Microsoft again presents the menu in UPPERCASE as the default. Can these be modified to be Sentence Case?
rubber boots
  • 14,924
  • 5
  • 33
  • 44
228
votes
22 answers

Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] even if app appears to not be installed

When trying to deploy my app to the Android device I am getting the following error: Deployment failed because of an internal error: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] I am aware of this question but the app is not installed. It has been…
YKa
  • 3,998
  • 4
  • 20
  • 31
218
votes
8 answers

How to add MVC5 to Visual Studio 2013?

I'm starting a new project, and would like to give a try to MVC 5 (I have built a web app using MVC 4 before). In Visual Studio 2013, I click the New Project and navigate to Visual C# > Web > Visual Studio 2012 (even though I have installed VS 2013…
developer82
  • 13,237
  • 21
  • 88
  • 153
1
2 3
99 100