Top "Visual-studio-2010" questions

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

How to throw an exception during debugging session in VS2010

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-debugging
"Browse To Find Source" in Visual Studio 2010

When 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 pdb
VS 2010 Error “Object reference not set to an instance of an object” when adding Service Reference for WCF Service

I have a VS2010 (RTM) solution which contains: WCF Service project Console WCF client project Class project for DataContracts and …

visual-studio-2010 wcf service-reference
Select any random string from a list

How 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-2010
Web.config transformation option is greyed out

In 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-config
compiled program cannot find freeglut.dll

I'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 freeglut
WebApplication publish to relative filesystem path

I'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-project
LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup error when using WinMain

I'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 winmain
VS2010: Link in a single library statically

Situation: I'm building a library with VS2010, and it has a dependency on LibraryA. I am only using one of …

visual-studio-2010 static-linking
Cannot get assembly version for footer

I'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