Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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 helpfileI have an rdlc that has a separately-defined dataset. The time has come that I have the need to add …
.net visual-studio-2010 rdlcI 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 designerHow 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-2010I 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-expressI 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 vdprojI 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-designerThe 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 codemirrorIn 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 blockingqueueHow 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