Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

How to locate a file in Solution Explorer in Visual Studio 2010?

I have a huge solution with multiple projects. Sometime I need to navigate to a file in Solution Explorer. Using …

visual-studio visual-studio-2010 keyboard-shortcuts
Is there a way to zoom the Visual Studio text editor with a keyboard shortcut?

Yesterday I found myself needing to zoom my Visual Studio text editor and was without a mouse (don't ask). Typically …

visual-studio visual-studio-2010 visual-studio-2012 visual-studio-2013 visual-studio-2015
Setting the datasource for a Local Report - .NET & Report Viewer

I have created a custom control (a windows form with a report viewer). I have the following code to load …

c# asp.net visual-studio visual-studio-2010 report
How to get Visual Studio 'Publish' functionality to include files from post build event?

I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have …

asp.net visual-studio-2010 build-process publishing msdeploy
Where can I find WSDL.exe?

I have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can't seem to find this file. I have tried installing …

visual-studio-2010 sdk visual-studio-sdk wsdl.exe
Is there any graphical designer for ASP.NET MVC?

I guess that most people that use Visual Studio had my same reaction when they created their first ASP.NET …

asp.net-mvc visual-studio-2010 design-view
UTF-8 without BOM

I have javascript files that I need them to be saved in UTF-8 (without BOM), every time I convert them …

visual-studio-2010 visual-studio byte-order-mark
Cannot add System.Web.dll reference

I'm trying to use the HTTP functions contained in the System.Web.dll assembly. However, whilst the dll seems to …

c# .net visual-studio-2010 assemblies system.web
Visual Studio: How to "Copy to Output Directory" without copying the folder structure?

I have a few dll files in \lib folder of my project folder. In the property page of dll, I …

c# visual-studio-2010
How do I default Visual Studio to C# projects instead of VB.NET?

Visual Studio 2010 keeps defaulting to VB.NET projects instead of C#, I imported my saved settings from 2008 which defaulted to …

c# visual-studio visual-studio-2010