Top "Visual-studio-2013" questions

Visual Studio 2013 is a version of Microsoft's Visual Studio (also known as "Dev12", includes C++ compiler version 18.

"Conflicts prevent checkout" error using Git in Visual Studio

I am using Git in Visual Studio. When I am trying to synchronize, the following message appears: An error occured. …

git visual-studio visual-studio-2013 conflict
Is SQL Server Compact discontinued from Visual Studio 2013?

when I tried to create a new SQL Server Compact file from Visual Studio -> Add New Item, I …

sql-server-ce visual-studio-2013
C++ compile error (LNK1120 and LNK2019) with Visual Studio

I am a newbie to C++ and I need help with a very basic program. Background information: I recently got …

c++ compiler-errors visual-studio-2013 logitech
Unable to type in Visual Studio

I am unable to edit any files in a project in Visual Studio 2013. It only happens in one project. If …

c# asp.net-mvc visual-studio visual-studio-2013 resharper
Visual Studio 2013 and .NET 4.6

I'm trying to set the 4.6 .NET framework for my project and in the settings, as it wasn't listed, I chose …

.net visual-studio-2013 windows-8.1 .net-4.6
Nuget re-targeting after upgrading from .Net Framework 4.5 to 4.6.1

I have a .net solution with approx 30 projects, all of them targeting .Net Framework 4.5. and each referencing at least 3-4 …

c# asp.net .net visual-studio-2013 nuget
"Has invalid child element" warnings in Microsoft.Common.Targets while building

In my VS2010, when I build my solution, I have over 100 warnings in the file Microsoft.Common.Targets. When I …

visual-studio-2010 visual-studio-2012 visual-studio-2013 visual-studio-2015
Scaffolding controller doesn't work with visual studio 2013 update 2

PROBLEM: I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers. The problem is not project specific: …

visual-studio-2013 asp.net-mvc-5 asp.net-mvc-scaffolding
What is the new Startup.cs file for in Visual Studio 2013 projects?

I have just installed Visual Studio 2013, created an MVC Web Application project and noticed a new file in the project …

asp.net-mvc visual-studio-2013 owin