Top "Visual-studio-2010" questions

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

Microsoft ReportViewer Web Control Requiring a ScriptManager

I'm trying to render the report viewer programmatically within a custom Page placed in an IHttpHandler context ReportViewer rv = new …

c# ajax visual-studio-2010 .net-4.0 reportviewer
Reverse Engineering Code into a UML Class Diagram in VS 2010

Reverse engineering source code into a VS 2010 UML class model? I have a bad feeling that this is not supported …

visual-studio-2010 visual-studio uml
VS 2010 error - cannot open file "iostream"

I've just migrated from VS2005 to VS2010 and it fails to compile a simple program. #include <iostream> using …

c++ visual-studio-2010 compilation windows-xp-sp3
Visual Studio isn't tracking changes, or checking out files from source control as I edit them

I am new to TFS. At my job I mapped the TFS projects to local directories, performed a get, and …

visual-studio visual-studio-2010 version-control tfs
GAC 32bit vs. 64bit

I've been searching for a while trying to understand this better, but am not finding any straight-forward answers on this. …

c# visual-studio-2010 64-bit gac gacutil
Why do I get the error "The target GatherAllFilesToPublish does not exist"?

I have recently installed the new Azure development tools for Visual Studio 2010 service pack 1. Every time that I try to …

azure visual-studio-2010
PDB 'vc100.pdb' was not found with

I have downloaded the FreeImage source code and done a static build myself for X64 MT DLL. Everything works fine, …

c++ visual-studio-2010 linker warnings static-linking
Files could not be found in workspace

I am using Visual Studio 2010 professional with TFS as a source control and everything was working fine. In morning I …

visual-studio-2010 visual-studio tfs workspace
MsBuild copy file after build

I want to copy an xml file from the main directory to bin\Debug after building the project, but my …

.net visual-studio-2010 build msbuild csproj
Removing unused code in Visual Studio

In relation to this question: "Remove unused references (!= "using")", I would like to know if there is a tool for …

c# .net visual-studio-2010 visual-studio code-cleanup