Top "Visual-studio-2010" questions

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

How to uninstall/remove Visual Studio SP1

I have Windows 7 64-bit with Microsoft Visual Studio 2010 and subsequent installation of SP1. If I open up Control Panels | Programs …

uninstallation visual-studio-2010
Visual Studio 2010 Ultimate for x64?

I have an x64 machine and an MSDN subscription. I want to download VS2010 Ultimate. However, I'm not seeing an …

visual-studio-2010 64-bit msdn
Adding C++ DLL's to a C# project

I'm trying to use the lame_enc.dll file from LAME in a C# project, but adding the thing seems …

c# c++ visual-studio-2010 lame
Why does F10 (step over) in Visual Studio 2010 not work?

I also tried 2 solution. But It doesn't worked. Go to Tools > Options menu in Visual Studio. Go to Debugging &…

visual-studio-2010 visual-studio-debugging
Visual Studio 2010 setup project: How to set company name used in default install location?

I have a console app project and a related setup project in the same solution. When I run the generated .…

visual-studio-2010 windows-installer installation
How can I use Web.debug.config in the built-in visual studio debugger server?

How can I merge and make use of Web.debug.config in visual studio 2010 built-in debugger?

visual-studio-2010 web-config
How to export Visual Studio 2010 UML Modeling Diagrams

I recently created a very nice UML Class diagram inside Visual Studio 2010 (b2). The tools worked like a charm and …

visual-studio uml visual-studio-2010
VS 2010 Test Runner error "The agent process was stopped while the test was running."

In Visual Studio 2010, I have a number of unit tests. When I run multiple tests at one time using test …

visual-studio-2010 visual-studio unit-testing mstest
Where is CorFlags.exe? (.NET Framework Tools)

Where can I find the CorFlags.exe tool? I made full search of my hard disk drive, but it was …

visual-studio-2010 .net-4.0 corflags
How to count the total number of nodes in binary tree

I need to count the total number of nodes in binary tree. The problem now arise when I execute this …

c visual-studio-2010 binary-tree nodes