Top "Visual-studio-2010" questions

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

How to read result from Console.WriteLine() in Output window in Visual Studio 2010

To simply it, I just add one line in the Web Application: void Application_Start(object sender, EventArgs e) { // Code …

asp.net visual-studio-2010 console.writeline
Installer capabilities, WIX vs InstallShield Express

Programmers that actually promote their products to production need an installer. (pre-emptive "programming related" justificaton.) For deploying a new suite …

deployment visual-studio-2010 installation wix installshield
C#: Create click event for DataGridView column heading

I am trying to create a click event for a DataGridView column headers so that when the user clicks to …

c# visual-studio-2010 datagridview mouseevent datagridviewcolumn
Best practice to populate static data using a Visual Studio 2010 database project?

How do you populate your database with static, source-controlled data using a Visual Studio database project? I have tried all …

visual-studio-2010 populate database-project
How to open a silverlight file in visual studio

Just a quick question. I have a system which contains some silverlight elements to it. I don't have any idea …

visual-studio-2010 silverlight-4.0 xap
How to browse all session variables in debug mode?

I am using Microsoft Visual Studio 2010 Professional and developing an asp.net / C# app. While in debug mode I can …

c# visual-studio-2010 debugging session-variables code-behind
TFS Get Specific Version, Type Label delete all files that are not included in current label

We have situation where make label with 4 files (lets say that all project consists from 10 files, so another 6 files are …

visual-studio-2010 tfs source-control-bindings
Unresolved external symbol _IID_IDXGIFactory

I create Console Application in VC++ 2010, and add the following code to it: #include <d3d10.h> #include &…

c++ visual-studio-2010 linker directx dxgi
How do I turn off intellisense for javascript?

While editing javascript content VisualStudio is starting to bug me with how it keeps inserting highlighted suggestions. For example it …

visual-studio-2010 intellisense