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
7
votes
3 answers

MVC 5 Application_Start Not Running

I have an old MVC application that was built using Visual Studio 2010. I then upgraded to MVC 5 using Visual Studio 2013 and upgraded the NuGet packages. It builds, but when I run the application through Visual Studio it cannot find the home view. I…
Filjan
  • 130
  • 1
  • 3
  • 8
7
votes
0 answers

Can I export a Visual Studio CodeMap (.DGML file) to Visio?

I'm trying to get my head around a rather large solution and I find that Visual Studio's CodeMap feature to be an invaluable aid. However I'd like to take sections of the generated Codemap and from this, generate some pretty documentation from it.…
Mike Wilson
  • 397
  • 1
  • 3
  • 11
7
votes
3 answers

Stuck when uninstalling visual studio 2013 Update 3

I cannot uninstall VS 2013 Update 3 from "control panel"-> "view installed updates". It displays the message "Visual Studio 2013 Udpate 3 (KB2829760) has stopped working". How can I completely delete all the VS update elements ?
Adrian
  • 183
  • 1
  • 11
7
votes
2 answers

How do I reference a Typescript enum inside a definition file

I am using Visual Studio 2013 with update 4 and Typescript 1.3 installed. If I have a typescript file, like so: MyEnums.ts: export = MyEnumModule; module MyEnumModule { export enum AnEnum { RED, BLUE, GREEN } } And I have a definitions file…
Brandon
  • 984
  • 1
  • 11
  • 26
7
votes
1 answer

Why doesn't MSVC's auto-vectorization use AVX2?

I am trying to use vectorization in my compiler (Microsoft Visual Studio 2013). One of the problems I am facing is that it doesn't want to use AVX2. While investigating this problem, I constructed the following example, which calculates a sum of 16…
anatolyg
  • 26,506
  • 9
  • 60
  • 134
7
votes
2 answers

How to disable auto check out when I save or edit file tfs

Tell me please how to disable auto checkout in tfs (vs 2013) when I edit or save file? I can selected "Do nothing" in the Options dialog box, click Source Control, and then click Environment and in the On Edit box, select "Do nothing" and select…
Badfishmaan
  • 318
  • 3
  • 10
7
votes
2 answers

Could not determine which version of ASP.NET Web Pages to use

Weird goings on with my VS2013 projects. I recently upgraded one of my project branches from .NET 4.0 to 4.5.1 and used NuGet package manager to install MVC 5 with Razor so that I could have a WebForms/MVC hybrid. So far, it's working fine and I…
oscilatingcretin
  • 10,457
  • 39
  • 119
  • 206
7
votes
3 answers

Running a test using Shims on a Visual Studio 2013 Test Agent

I have found various iterations of this question across a number of websites, however so far I have not found anything that provides a full answer that worked. I have just set up a number of Visual Studio Test Agents that all appear to be behaving…
7
votes
1 answer

Is there a macro defined when IntelliSense is parsing?

Every compiler has a macro like __BORLANDC__ defined that enables the programmer to activate or deactivate certain behaviour or workarounds. Is such a macro defined while IntelliSense parses files so I can activate workarounds for bugs? #if defined…
iFreilicht
  • 13,271
  • 9
  • 43
  • 74
7
votes
1 answer

Proper way to define the schema for 'CustomDictionary.xml' in Visual Studio (2013)?

I'm making use of a custom dictionary (CustomDictionary.xml) for Code Analysis, and it is working like it should. But, I keep getting warnings that indicate to me that the XML file is not defining its XSD schema location properly: I found the XSD…
Eric
  • 2,207
  • 2
  • 16
  • 16
7
votes
1 answer

System.AccessViolationException on overridden abstract method

a bit confused as to why I'm having an issue. It's taken me sometime but having broken the issue down to it's simplest case I get the following strange (to my eyes anyway) behaviour. I have a base class: public abstract class FailedSubmitterBase { …
Liam
  • 27,717
  • 28
  • 128
  • 190
7
votes
4 answers

error C1083: Cannot open include file: 'FL/Fl.h': No such file or directory

First of all I'm still new here and therefore have no idea how to format the code so it looks neat in this question, I hope this is acceptable. I am following the programming principles and practice from Stroustrup. You might guess what the problem…
Pablo
  • 1,571
  • 3
  • 11
  • 11
7
votes
0 answers

Increase Resharper Font Size in Unit Test Runner window

I've been using ReSharper for years and have managed to tweak most of the settings to my liking. I'm getting older and my eyes aren't as good as they used to be, so I have been increasing my font sizes. I have been able to tweak most of them…
Jon Comtois
  • 1,824
  • 1
  • 22
  • 29
7
votes
3 answers

Can Resharper Intellisense be configured to sort alphabetically?

I've recently updated to using VS2013 and Resharper 8.2, (from VS2010 and Resharper 6) and have found a very annoying "feature" in that Resharper's intellisense does not sort a class's members alphabetically. By way of example, I have an object…
DeanOC
  • 7,142
  • 6
  • 42
  • 56
7
votes
2 answers

What version of TypeScript do Visual Studio 2013 (Update 3) use?

What version am I using? I am using Visual Studio 2013 and I have Update 3 installed. There's a question here that speak of how-to chose TypeScript version, alas I haven't find this "TypeScriptToolsVersion"-entry they speak of anywhere in my files.…
Martin Andersson
  • 18,072
  • 9
  • 87
  • 115