Top "Visual-studio-2010" questions

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

Creating and utilizing a local database in Visual Studio 2010

I can't seem to find any straight-forward guides on how to create a windows forms application with C# .NET in …

c# winforms visual-studio-2010 sdf local-database
VS2010 does not show unhandled exception message in a WinForms Application on a 64-bit version of Windows

When I create a new project, I get a strange behavior for unhandled exceptions. This is how I can reproduce …

c# visual-studio-2010 exception-handling
Is there a keyboard shortcut to move the cursor between methods in Visual Studio 2010?

Is there any keyboard shortcut to move the cursor between methods in Visual Studio? Is there any plugins that can …

visual-studio-2010 plugins keyboard-shortcuts visual-studio-extensions
GUI development with IronPython and Visual Studio 2010

I'm teaching an introductory class to programming and GUI development using Python, and have found that the least overwhelming solution …

python visual-studio-2010 user-interface ironpython
Where is vcbuild in VS2010?

I've upgraded to VS2010 and am looking for the vbuild executable. For VS2008, it was under: C:\Program Files (x86)\…

visual-studio-2010 locate vcbuild
Including a .idl file in a C++ project

I'm building a project in C++ which uses DirectShow's video capture library to connect to a camera. The video card …

c++ visual-studio-2010 directshow idl
an attempt was made to load a program with an incorrect format exception going away with VS installation

I've designed a C# Windows appln which also calls internally some functions [imported from C++ DLL through DllImport()] My C++ …

c# visual-studio-2010 dllimport
Collapse 'button' for splitcontainer control

I'm using Microsoft's SplitContainer control in my WinForms desktop application. I'd like to have a small button (or any nice …

c# .net winforms visual-studio-2010 splitcontainer
How to set SGEN toolpath in Msbuild to target 3.5 framework

I've just upgraded a project from VS2008 to VS2010 but I'm still targeting the 3.5 framework. In my project file I …

visual-studio-2010 sgen
Entity Framework - CSDL, SSDL, and MSL files

I'm just being picky but I was researching how does Entity Framework generates the DLL from an EDMX file and …

c# visual-studio-2010 entity-framework c#-4.0 ado.net-entity-data-model