Top "Visual-studio" questions

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

Why am I getting "Cannot Connect to Server - A network-related or instance-specific error"?

I get the following error when trying to connect to SQL Server: Cannot connect to 108.163.224.173. A network-related or instance-specific error …

sql-server visual-studio database-connection azure-virtual-machine
How do you auto format code in Visual Studio?

I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the …

visual-studio indentation
How do I remedy "The breakpoint will not currently be hit. No symbols have been loaded for this document." warning?

A C# desktop application on the express edition worked, but then it didn't work 5 seconds later. I tried the following: …

c# .net visual-studio debugging breakpoints
Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio

Is there a way to set by default for all projects removing the precompiler secure warnings that come up when …

c++ visual-studio precompiler
Command to collapse all sections of code?

In Visual Studio is there a command to collapse/expand all the sections of code in a file?

visual-studio
Writing to output window of Visual Studio

I am trying to write a message to the output window for debugging purposes. I searched for a function like …

c# visual-studio-2010 visual-studio debugging
What are the differences between Visual Studio Code and Visual Studio?

Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot …

visual-studio visual-studio-code
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)

I'm building a web application using Visual Studio 2012. I'm attempting to add word count into my textbox. However after adding …

html asp.net visual-studio word-count
How do I install a NuGet package .nupkg file locally?

I have some .nupkg files from a C# book. How can I install them?

visual-studio nuget