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.

Upgrade Visual Studio 2013 solutions to Visual Studio 2015

I have installed both Visual Studio 2013 and Visual Studio 2015. Projects and solutions that were created in VS2013 are opened by …

visual-studio visual-studio-2013 visual-studio-2015
Enable NuGet Package Restore on Visual Studio 2013

I'm following this easy tutorial to start coding with the Google+ API in C#. However, I've been stuck for hours …

c# visual-studio-2013 google-plus nuget-package nuget-package-restore
"Value does not fall within the expected range" when trying to add a reference in a project

Suddenly I am getting this error "Value does not fall within the expected range" whenever I try to add a …

visual-studio visual-studio-2013 visual-studio-2019
Remove Application Insight from application on Visual Studio 2013

On Visual Studio I added application insight to a project which creates a ApplicationInsights.config and not sure what other …

asp.net visual-studio-2013 azure-application-insights
there is no ado.net entity data model in visual studio

After installed Visual Studio 2013 and create a new MVC4 internet application project : Visual Studio Doesn't have Ado.net Entity Data …

visual-studio-2013 ado.net-entity-data-model
VS2013 intellisense code completion

First I thought it was a problem of VS2013 RC/beta but now I installed VS2013 RTM and still have …

visual-studio intellisense code-completion visual-studio-2013
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 …

visual-studio-2012 visual-studio-2013
Targeting pack for .NET 4.5.2 not installed

When opening an already existing solution in Visual Studio, it says The C# project "..." is targeting ".NETFramework,Version=v4.5.2", which …

c# .net visual-studio-2013
Visual Studio 2013 MSTest vs NUnit

My company is upgrading our Visual Studio 2012 to 2013 Premium. In the midst of this, we are also looking to start …

visual-studio unit-testing nunit visual-studio-2013 mstest
Dependency Walker: missing dlls

I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .…

windows dll visual-studio-2013 dependencies dependency-walker