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
0 answers

How to use bootstrap less through Nuget package manager in Visual Studio 2013 with Web Essentials Update 2

As I don't have the ability to comment on a previous post and my answer therefor was deleted. A whole new thread just for the following question: When you install bootstrap less through visual studio 2013's Nuget package manager, it seems all the…
7
votes
6 answers

backgroundTaskHost.exe exits with code 1 (0x1)

I have a Windows Store application that I am creating that has a Windows Runtime Component for a background task. The solution builds with no problems in Visual Studio but when the background task is triggered, it always fails with the message "The…
Dan14021
  • 639
  • 1
  • 9
  • 15
7
votes
6 answers

Windows Phone Emulator not starting

When I run the emulator from the VS13 hangs self in "Windows Phone OS is Starting" but in Hyper-v manager is running properly and then keep getting two errors Error : DEP6200 : Boostrapping 'Emulator 8.1 WVGA 4 inch 512MB' failed. Device cannot be…
7
votes
1 answer

Using Symbol Server/Source Indexing to debug a build in Visual Studio

I am using Visual Studio 2013 and Team Foundation Server 2013. I have these, as well as the Build Controller/Agent, running on my personal computer, called "FUSROHDAH". My goal is to take a build generated by the TFS Build Agent and open it for…
Jim Comiskey
  • 71
  • 1
  • 3
7
votes
2 answers

MSBuild not copying files with PublishProfile

I have a Visual Studio 2013 solution with the full Orchard source code. When I use "Publish..." on the "Orchard.Web" project in Visual Studio, it correctly publishes the site to the File System destination I've configured into the .PubXml file that…
Glen Little
  • 6,951
  • 4
  • 46
  • 68
7
votes
2 answers

VS2013 with ReSharper 8.2 not recognizing Code Contracts?

I have the following software: Visual Studio 2013 Update 2 Code Contracts (1.6.60617.15) ReSharper C# edition (8.2.0.2160) ReSharper Code Contracts (1.0.0.0) When I open a method with code contracts, ReSharper is confused about the contract: It…
Deathspike
  • 8,582
  • 6
  • 44
  • 82
7
votes
2 answers

Add SQL Server Express "Advanced" features to LocalDB installed by Visual Studio

I installed VS 2013. It installed SQL Server 2012 Express with LocalDB. That's great, except that I need full-text search, and it didn't install "Advanced Services" (and I didn't see an option during install). I've downloaded SQL Server 2012 Express…
7
votes
1 answer

visual studio 2013 remote debugging monitor cannot find the file specified

I have VS2013 Universal Update2 on my Win7 x64 desktop and am trying to debug a process that needs to run on the server so installed the visual studio 2013 remote debugging monitor (the x64 Update2 version) on my Windows 2008 R2 x64 server. Then…
Dave
  • 1,822
  • 2
  • 27
  • 36
7
votes
2 answers

Extern in class function

My simple code looks like: a.cpp: #include namespace asd { class B { public: void ss() { extern int i; std::cout << i; } }; } int main() { asd::B e; …
AdamF
  • 2,501
  • 17
  • 30
7
votes
4 answers

No valid key mapping found for securityToken

I am developing test application for displaying claims of authenticated identity in MVC-ASP.net (Visual studio 2013) I have given authentication from active directory in following way. 1.Add new mvc project in solution . 2.click on Change…
7
votes
1 answer

Why does Visual Studio 2013 Schema Compare include Permission Statements for each object definition and treat them as different from the project?

I recently updated one of my projects to Visual Studio 2013. The update changed my .dbproj into a .sqlproj to make it compliant with the new SQL project format. After the conversion, I ran a schema compare against my SQL project and my SQL 2008…
7
votes
2 answers

'No disk in the Drive' error when debugging in Visual Studio

Whenever I debug my program, I sometimes get several errors asking me to insert a disk into Drive E and Drive F. This seems to be something to do with VS looking for the source of Third Party components which were originally developed on these…
sgmoore
  • 15,694
  • 5
  • 43
  • 67
7
votes
2 answers

Switching between Phone/Windows XAML editor preview in VS2013?

I have a universal app for Windows and Phone in VS2013, and I have a page in the shared project of the solution. When creating pages in the Windows project, the XAML preview window shows a tablet. When creating pages in the Phone project, the XAML…
Mike
  • 2,220
  • 1
  • 18
  • 32
7
votes
1 answer

How to do nested initializer_lists in visual C++ 2013

I've got a program which works in g++ and clang, using a nested initializer_list. In Visual C++, the 1D case works, but a 2D nested initializer_list does not. Is there a trick to make Visual C++ work, or is this maybe a bug in their…
mwiebe
  • 275
  • 1
  • 7
7
votes
1 answer

Automatically remove unused code with Resharper

I clicked "Find Code Issues", then Resharper showed me list of unused classes and methods. But I can't find how to automatically remove all them. List of unused classes and methods contains thousands of lines, so сlicking on each line and delete…
Anatolii Humennyi
  • 1,807
  • 3
  • 26
  • 37
1 2 3
99
100