Top "Visual-studio-2015" questions

Visual Studio 2015 is the version of Microsoft's Visual Studio product suite which follows 2013 version (also known as "Dev14", includes C++ compiler version 19.

Unable to Install Any Package in Visual Studio 2015

I've tried every package I could possibly find and none of them will install in my project. I've installed every …

package nuget visual-studio-2015
Why Visual Studio 2015 can't run exe file (ucrtbased.dll)?

I have installed the Visual Studio 2015 and created Win32 project with some code. I compiled it successfully, but I can't …

visual-studio visual-studio-2015 exe
Is Xamarin free in Visual Studio 2015?

Currently I explore the Visual Studio 2015 RC and realized that Xamarin Studio is integrated into Visual Studio and its installer. …

visual-studio xamarin visual-studio-2015
How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?

I have a project created on Visual Studio 2010. When I try to run the project on Visual Studio 2015 Community edition …

c++ visual-studio visual-studio-2010 visual-studio-2015 vs-community-edition
What is the difference between a Shared Project and a Class Library in Visual Studio 2015?

I was looking at the new features for Visual Studio 2015 and Shared Project came up a lot but I don't …

c# .net visual-studio-2015
Getting "project" nuget configuration is invalid error

I'm getting "[project] nuget configuration is invalid" error. I received an error like this before and used the 'Update Nuget …

visual-studio visual-studio-2015 nuget
Visual Studio 2015 is extremely slow

I have installed Visual Studio 2015 Professional Edition, and my computer specs are Intel i7-3770 CPU 3.40 GHz, 8 GB RAM, and …

c# visual-studio-2015
Does Visual Studio have code coverage for unit tests?

I am using Visual Studio 2015 Community edition, and I know that it has the option to create unit tests to …

unit-testing visual-studio-2015
Publish to IIS, setting Environment Variable

Reading these two questions/answers I was able to run an Asp.net 5 app on IIS 8.5 server. Asp.net vNext …

iis asp.net-core visual-studio-2015 asp.net-core-mvc
Should I add the Visual Studio 2015 .vs folder to source control?

Visual Studio 2015 creates a new folder called ".vs". What is the purpose of it and should I add it to …

git svn version-control visual-studio-2015 ignore