Top "Visual-studio-2010" questions

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

Is std::unique_ptr<T> required to know the full definition of T?

I have some code in a header that looks like this: #include <memory> class Thing; class MyClass { std::…

c++ visual-studio-2010 c++11 stl unique-ptr
How do I set my development web browser in VS2010 RC?

I don't like to use IE for my system default web browser. but I do want to set IE as …

visual-studio-2010 visual-studio debugging browser settings
What is the difference between "Include Directories" and "Additional Include Directories"

In configuration properties of my project, under the "VC++ directories" there is an entry for "Include Directories". But under "C/…

c++ visual-studio-2010 visual-studio compilation
How to support both vcxproj to cmake on a project?

I'm developing cross-platform c++ project. The original idea is to work with msvc2010 and later compile for other systems with …

visual-studio visual-studio-2010 makefile cmake gyp
Visual Studio 2010 Designer Error on Run

I am using using VS2010 and if I have a form open in designer mode and run my application the …

winforms visual-studio-2010 user-controls designer
What could be causing a System.TypeLoadException in a Visual Studio Unit Test?

I've got a C# .NET class library MyClassLibrary that compiles fine. I'm trying to create a unit test project for …

c# visual-studio-2010 vs-unit-testing-framework
Visual Studio does not let me drag drop items into it?

Using Visual studio 2010 I got problems when double-clicking, for example a config file (*.config). Visual Studio would open but give …

visual-studio-2010 file visual-studio-2012 drag-and-drop
Is there a way to delete a line in Visual Studio without cutting it?

I want to delete a line just like hitting Ctrl + X without anything selected, but without saving the line to …

visual-studio visual-studio-2010 keyboard-shortcuts
Why does it take sooo long to load my solution in Visual Studio?

We have a really big solution with more than 200 projects and thousands of files. Despite of that the solution used …

visual-studio-2010 visual-studio visual-studio-2012 ankhsvn productivity-power-tools
How to return multiple values from a webservice?

I am very new to the world of web services so please bear with me. I am creating a very …

c# visual-studio-2010 web-services asmx webmethod