Top "Visual-studio-2010" questions

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

Reportviewer Report Filter - Check Date If Null

I'm working in a c# windows application with vs2010 and a local database.In one of my forms i use …

c# visual-studio visual-studio-2010 reportviewer report-viewer2010
Visual Studio C++ link with psapi.lib

I have written a C Program which calls the function, GetModuleInformation() which is defined in psapi.h I am using …

c visual-studio-2010 cl.exe
In TFS how can I correct the links to work items on an existing changeset

After checking in a change-set into source control in VS2010 TFS, how do I make corrections to the work items …

visual-studio-2010 tfs changeset checkin source-control-bindings
Proper Install Order For Visual Studio 2010 with SQL Server 2008 and Office 2007?

I want to create a Windows 7 64-bit (Ultimate) virtual machine with: Visual Studio 2010 (Ultimate) Office 2007 Enterprise (with Visio 2007) SQL Server 2008 (…

sql-server-2008 visual-studio-2010 windows-7 installation office-2007
Problems linking GLEW with Visual Studios

I have tried several ways to get GLEW working with my VS2010 project. No success. At first I tried using …

visual-studio-2010 opengl linker glew
gacutil postbuild event exists with code 1

I am trying to register and assembly in the GAC on a post-build event. Here's my post-build command "C:\Program …

visual-studio-2010 gacutil
Is it possible to run Coded UI tests without having to connect via remote desktop?

I'm attempting to automate Coded UI tests. My test controller launches the tests on a remote test server, which I …

c# visual-studio-2010 .net-4.0 coded-ui-tests
Compiling FreeType to DLL (as opposed to static library)

I want to use FreeType in a c# project. I found this binding, but I still need a freetype.dll. …

visual-studio-2010 dll compilation freetype
List of available VS2010 hotfixes

With the regularity of VS2010 crashes increasing as I use it, I was looking for a list of hotfixes. This …

visual-studio-2010 hotfix
Simple way to send debug information to the Visual Studio 'Output' window

I started a blank project in Visual Studio 2010 to write a C application. How can I send debug information to …

c visual-studio-2010 output-window debug-information