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.

Get List of Zero Reference Codes in Visual Studio

In visual studio 2013 the number of references of a special Code(method, property, field,...) is shown by Code Lens. I …

c# visual-studio-2013 codelens
How to force a Solution file (SLN) to be opened in Visual Studio 2013?

Trying to open a VS 2012 solution (SLN file) explicitly in VS 2013 succeeds. Simply double-clicking it in Windows Explorer still opens …

.net visual-studio-2012 solution visual-studio-2013
Can I still use Microsoft.Office.Interop assemblies with office 2013?

I had to import an older project (in .Net 2) into Visual Studio 2013, it makes use of the Microsoft Primary Interop …

visual-studio-2013 office-interop office-2013
Visual Studio Solution Explorer not showing files and folders

Suddenly my solution tab stopped working on my Visual Studio 2013. Even it is existing project or brand new project it …

visual-studio-2013 solution-explorer
where to find xsd.exe in visual studio 2013 on windows 8

I have used the xsd.exe utility in Visual Studio 2003 and 2008 to generate typed datasets from a 3rd party XSD …

xml visual-studio visual-studio-2013 schema xsd.exe
Where is the "Create Unit Tests" selection?

I have installed the new Visual Studio 2012 Ultimate. I have created a Test Project with my solution and it contains …

.net unit-testing visual-studio-2012 visual-studio-2013 mstest
ASP.NET (OWIN) Identity: How to get UserID from a Web API controller?

(Using VS2013 RTW, ASP.NET MVC5) I've seen lots of documentation on how to add properties to the ApplicationUser class (…

asp.net-mvc asp.net-web-api visual-studio-2013 owin asp.net-identity
Enable WiX project in Visual Studio 2013

I have a VS 2012 solution with WiX Installer projects. However, when I open the solution in VS 2013 (Release) the WiX …

visual-studio-2013 wix compatibility wix3.8
How do I set the "executable project as the startup project" in Visual Studio 2013 Express?

So I am trying to study a sample application called ModernUIDemo.exe found in a zip file here. The website …

c# wpf visual-studio-2013 modern-ui
getline: identifier not found

I have problem with getline(). I tried many examples and read other solutions, but that didn't solve my problem. I …

c++ visual-studio-2013 getline