Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I have a small issue. Sometimes when I debug an application I want to simulate during the debug session an …
c# .net visual-studio-2010 visual-studio visual-studio-debuggingWhen is "Browse To Find source" enabled in Visual Studio 2010? (see below) In addition, I want to have it enabled …
c# .net visual-studio-2010 debugging pdbI have a VS2010 (RTM) solution which contains: WCF Service project Console WCF client project Class project for DataContracts and …
visual-studio-2010 wcf service-referenceHow can I select any random string from a given list of strings? Example: List1: banana, apple, pineapple, mango, dragon-fruit …
vb.net visual-studio-2010 vb.net-2010In VS2010, when I right click on my web.config file the "Add Config Transforms" option is greyed out. Any …
vb.net visual-studio-2010 visual-studio web-configI'm new to this site, and relatively new to programming. I've been doing some C++ programming for a while using …
c++ visual-studio-2010 opengl dll freeglutI'm setting up a publish to a relative path for testing locally (especially xml config transformations). Each developer has their …
asp.net visual-studio-2010 publish web-application-projectI've been following this tutorial to learn some DirectX programming: http://www.rastertek.com/dx11tut02.html I'd gotten to …
c++ visual-studio-2010 windows-7 lnk2019 winmainSituation: I'm building a library with VS2010, and it has a dependency on LibraryA. I am only using one of …
visual-studio-2010 static-linkingI'm using the automatic build versioning mentioned in this question (not the selected answer but the answer that uses the […
asp.net-mvc visual-studio-2010 asp.net-mvc-2 versioning