Top "Visual-studio-2010" questions

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

What tools are available to create a help file in Visual Studio 2010?

I need to write a help file for a WinForms app in Visual Studio 2010. Ideally, I'd like to use a …

winforms visual-studio-2010 chm helpfile
How do I add a column to an rdlc's dataset and have it appear for use in the report?

I have an rdlc that has a separately-defined dataset. The time has come that I have the need to add …

.net visual-studio-2010 rdlc
VS2010 "An item with the same key has already been added"

I recently installed Visual Studio 2010 and copied and converted an old VS2005 solution to VS2010 When I edit this solution, …

visual-studio image visual-studio-2010 icons designer
How can I tell if I have Service Pack 1 for Visual Studio 2010 installed?

How can I tell if a computer has Service Pack 1 for Visual Studio 2010 Ultimate? I assume it is by version …

visual-studio visual-studio-2010
What is the difference between Visual Studio and Visual Studio Express?

I know there are basic differences like no plugins and such. But if I use Visual Studio Pro at work …

visual-studio visual-studio-2010 visual-studio-express
Compile Setup project with devenv.com - "ERROR: Unable to update the dependencies of the project"

I have a Setup deployment project in VS 2010. The project compiles perfectly with the GUI interface of VS 2010, but any …

visual-studio-2010 devenv vdproj
The variable 'variable_name' is either undeclared or was never assigned

I have a question related to the error on the title. Im working with c# and Visual Studio 2010. I have …

c# .net winforms visual-studio-2010 windows-forms-designer
When I edit the code in a TextArea using CodeMirror how to reflect this into another textarea with js or jQuery

The App: I have a textarea element in my page. It is transformed using CodeMirror, because I need to indent …

javascript jquery asp.net visual-studio-2010 codemirror
Are there any concurrent containers in C++11?

In particular, I am looking for a blocking queue. Is there such a thing in C++11? If not, what are …

c++ visual-studio-2010 concurrency c++11 blockingqueue
How can I do a parallel build in Visual Studio 2010?

How can I get VS 2010 to run more than one C++ compile process at a time? I mean building object …

visual-studio visual-studio-2010 visual-c++ parallel-builds