Top "Visual-studio-2010" questions

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

How to write C++ comments that show up in Intellisense?

I'm programming in C++ using Visual Studio 2010 Ultimate. I want to document some functions and I want the documentation to …

c++ visual-studio visual-studio-2010 documentation intellisense
How do I start a CUDA app in Visual Studio 2010?

Direct Question: How do I create a simple hello world CUDA project within visual studio 2010? Background: I've written CUDA kernels. …

c++ visual-studio-2010 cuda projects-and-solutions nsight
Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?

Will Visual Studio 2012 interfere/break .NET 4 and/or Visual Studio 2010 if installed side-by-side on the same instance of Windows?

.net visual-studio-2010 visual-studio visual-studio-2012 .net-4.5
How to remove warning LNK4099: PDB 'lib.pdb' was not found

LNK4099 warnings can occur when building on Windows during the link phase of a static compilation. E.g. when building …

windows visual-studio visual-studio-2010 pdb-files
Is there a better way to count the lines in a text file?

Below is what I've been using. While it does work, my program locks up when trying to count a rather …

vb.net visual-studio-2010 text-files streamreader
How do I use a dump file to diagnose a memory leak?

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the …

.net visual-studio-2010 memory-leaks crash-dumps memory-profiling
Python error: command '...\Microsoft Visual Studio 10.0\\VC\\BIN\\cl.exe' failed with exit status 2

I have some problems with python 3 module installing. I'm trying to install mysql using pip : python -m pip install mysql …

visual-studio-2010 python-3.x pip mysql-python
How to have TFS 2010 detect changes done to files outside of Visual Studio?

I'm using Team Foundation Server 2010 with Visual Studio 2010. Whenever I modify a file outside of Visual Studio, TFS doesn't seem …

visual-studio visual-studio-2010 tfs tfvc
TFS: Search for a file by name in source control

I can't find a file in our source control of the TFS because it's simply a big mess. So I …

visual-studio-2010 tfs source-control-explorer
How do I install the Visual Web Developer feature for Visual Studio 2010

I have Visual Studio 2010 Premium installed, and I want to install the Silverlight 4 SDK. The SDK says that it requires …

visual-studio visual-studio-2010 visual-web-developer