Top "Visual-studio-2010" questions

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

How does google test make test sequence

How google-test makes test sequence (or order of test case execution) for testing test cases? Suppose I have 5 test cases. …

c++ visual-studio-2010 googletest
3 IntelliSense: declaration is incompatible with "<error-type> Airport::getDetails(std::string)"

recieving this error i know its something to do with declaration and definition mis-match but i cant seem to put …

c++ visual-studio-2010 intellisense incompatibletypeerror
How can I get code coverage using gtest on Windows?

I am using gtest for testing my code in C++ with Visual studio 2010. But I could not able to makeout …

c++ visual-studio-2010 unit-testing code-coverage googletest
FxCop installation

I am trying to get latest version of FxCop. I am using Visual Studio 2010 Professional edition which does not include …

visual-studio-2010 winapi windows-7 fxcop
Create Custom Action to Start Application and Exit Installer

Thanks to StackOverflow I found out yesterday how to add a custom action to the Visual Studio Installer to start …

visual-studio-2010 installation windows-installer custom-action
Can't Create Project or Solution in Visual Studio 2010

So I can't seem to be able to create any new projects or solutions. I can navigate and open existing …

visual-studio visual-studio-2010 solution
How can I turn "Object Browser" to "Metadata" for "Go to definition" in Visual Studio 2010?

Before installing Resharper, Ctrl + Left Click for Go to definition, Visual Studio 2010 uses to Metadata. After the install Resharper, when …

c# visual-studio-2010 resharper keyboard-shortcuts go-to-definition
"Active (Debug)" versus "Debug"

Visual Studio Debugger Project Settings for C# Debug Configurations Visual Studio 2010 Visual Studio 2008 .NET 3.0 Visual Studio 2005 Visual Studio 2003 "Sets mode …

visual-studio-2010 visual-studio visual-studio-2008 visual-studio-2005
Unable to use SSIS's SSDT in VS2010 / SQL Server2012

I have a full version of SqlServer 2012 installed on my local machine and have installed SSDT from the installation package (…

visual-studio-2010 ssis sql-server-2012 sql-server-2012-datatools
Visual Studio 2010 extension for Go To Interface Implementation?

Possible Duplicate: How do you quickly find the implementation(s) of an interface’s method? I like ReSharper's Go To …

visual-studio-2010 keyboard-shortcuts resharper go-to-definition visual-studio-extensions