Top "Visual-studio-2010" questions

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

RDTSC on VisualStudio 2010 Express - C++ does not support default-int

I tried to test rdtsc on VisualStudio 2010. Heres my code: #include <iostream> #include <windows.h> #include &…

c++ visual-studio-2010 visual-studio rdtsc
The breakpoint will not currently be hit. No symbols have been loaded for this document.

I'm trying to debug an application but I'm constantly getting the following error message: "The breakpoint will not currently be …

vb.net visual-studio-2010 visual-studio visual-studio-debugging kofax
Visual Studio 2010 - RemovePreviousVersions

I have a Visual Studio 2010 Deployment Project with the following settings: DetectNewerInstalledVersion = True InstallAllUsers = True RemovePreviousVersions = True The project I …

visual-studio-2010 installation setup-project
How to tell TFS to deploy multiple webapps containing in one solution?

We have a single solution which contains one webapp project and some accompanying projects. Our TFS 2010 is building this solution …

visual-studio-2010 iis msbuild webdeploy
Can I add multiple columns in MFC CListBox?

I have a dialog with a CListBox .I have to add 3 Columns in this list box. Is there any way …

c++ visual-studio-2010 mfc clistbox
error LNK2019: unresolved external symbol "public: void __thiscall

My assignment is to write code to keep track of a sorted linked list using recursion. We were given the …

c++ visual-studio-2010 lnk2019
Running Grunt from Visual Studio post build event command line

I've attempted to do this both in Visual Studio 2010 and Visual Studio 2012. If my Gruntfile.js file is in the …

visual-studio-2010 visual-studio-2012 gruntjs post-build-event
Change number of Recent Projects displayed on VS2010 Start Page

Ok, I had VS2010 Start Page set up to display 20+ projects in the Recent Projects section, but while I was …

visual-studio-2010 ide start-page
How to get rid of CA2000 warning when ownership is transferred?

The following code generates two CA2000 warnings (among others, but that's not the point). public sealed class Item: IDisposable { public …

c# visual-studio-2010 code-analysis
Updating GAC dlls

I got a DLL registered in the GAC which has a bug in it (v4.2.0). I've therefore fixed that bug, …

c# visual-studio-2010 setup-project gac