Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I have about a dozen Visual Studio 2010 projects I've been working on that are versioned in a TFS repository. Recently …
visual-studio-2010 version-control tfsI am getting this error when I try to open the solution file of my project. The solution is 2012 file (…
c# visual-studio-2010 visual-studio visual-studio-2012 csprojIs there a window in Visual Studio 2010 and newer where I can see all the breakpoints that I have in …
visual-studio-2010 visual-studio breakpointsI am testing out using the new web packaging functionality in visual studio 2010 and came across a situation where I …
visual-studio-2010 visual-studio web-deployment msdeployBackground: As part of a larger assignment I need to make a C# library accessible to unmanaged C++ and C …
c# c++ visual-studio-2010 c#-4.0 c++-cliI just switched to vs2010 from vs2008. Exact same solution, except now every single call to a C++ dll yields …
c# c++ visual-studio-2010 visual-studio pinvokeWhat is the return type of sizeof operator? cppreference.com & msdn says sizeof returns size_t. Does it really …
c++ visual-studio-2010 sizeofWhen I try to run the VS 2010 redistributable "vcredist_x86.exe", an error "A newer version of Microsoft Visual C++ 2010 …
visual-studio-2010 redistributableEnvironment: Visual Studio Ultimate 2010 Windows XP WPF Desktop Application using .NET 4.0 We have a desktop application which plays a video. …
visual-studio-2010 windows-installerI'm trying to setup DirectX on Visual C++ 2010 express. I do not have the SDK installed and could not figure …
windows visual-studio-2010 directx