Top "Visual-studio" questions

Use this tag if you have a specific question about Visual Studio features and functionality.

Is Visual Studio Community a 30 day trial?

I installed the supposedly free VS Community 2017 on my PC and 30 days later I get this message from VS saying …

visual-studio
Where does Visual Studio look for C++ header files?

I checked out a copy of a C++ application from SourceForge (HoboCopy, if you're curious) and tried to compile it. …

c++ visual-studio header
ASP.NET Web Site or ASP.NET Web Application?

When I start a new ASP.NET project in Visual Studio, I can create an ASP.NET Web Application or …

asp.net .net visual-studio projects-and-solutions
How do I "Add Existing Item" an entire directory structure in Visual Studio?

I have a free standing set of files not affiliated with any C# project at all that reside in a …

visual-studio ide
Shortcut to create properties in Visual Studio?

I have seen some people creating properties in C# really fast, but how did they do it? What shortcuts are …

c# visual-studio properties code-snippets shortcut
How do I set a path in Visual Studio?

How do I set a path for DLL files to be searched in Visual Studio for a particular project alone? …

visual-studio visual-c++ development-environment
Visual Studio 2015 installer hangs during install?

I downloaded the full ISO for Visual Studio Ultimate CTP 6. The installation program got to about the 90% mark, gauging by …

visual-studio installation visual-studio-2015
error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

While I am running the simple code as below I have two errors as following: #include <iostream> #include &…

c++ visual-studio visual-c++
Visual Studio Code always asking for git credentials

I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio …

git visual-studio github visual-studio-code
Make an Installation program for C# applications and include .NET Framework installer into the setup

I've finished my C# application, but I have a little problem: When I try to run my application in another …

c# .net winforms visual-studio installation