Top "Visual-studio-2010" questions

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

MSBuild in TeamCity of Visual Studio 2012 solution

I have a VS 2012 web project /sln that I am trying to build in TeamCity. it uses .NET 4.5 which is …

visual-studio-2010 visual-studio visual-studio-2012 msbuild teamcity
"binary was not built with debug information " warning meaning in mfc application?

I am getting the following Warning when i run my Windows Application(MFC) in Windows 7. 'XXX.exe': Loaded 'C:\2010\Debug\…

windows visual-studio-2010 visual-c++ mfc media-player
Configure Visual Studio 2010 Remote Debugger

I have installed the Visual Studio 2010 Remote Debugger on a Windows Server 2003 (x86) server, and am attempting to connect to …

visual-studio-2010 remote-debugging
Visual Studio 2010 Express. Write to the output window

I'm new to Visual Studio and Windows Phone 7 developping. I did activate the redirect all output text option, but neith …

visual-studio-2010 windows-phone-7
Set Up Test Method with different inputs

I want to test the following method in C# for all code paths. public int foo (int x) { if(x == 1) …

c# visual-studio-2010 unit-testing vs-unit-testing-framework
Visual Studio output window is not displaying messages sent by Debug.Write()

I am using Visual Studio 2010 Professional in trial mode... and suddenly the Output window won't show my Debug.Write() stuff. …

vb.net visual-studio-2010 debugging output-window
Exporting datasets into multiple excel sheets of one excel file

I need to export two dataset's values in two excel sheets of the same workbook. My Query is like: //Dataset …

c# .net visual-studio-2010 excellibrary
Flow chart generator from source files

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand …

visual-studio-2010 visual-studio visualization flowchart
How to Compile with ngen.exe and How to run the native code that is generated?

I want to compile a C# program using ngen command line for a special purpose. So I create a console …

c# .net visual-studio-2010 native-code ngen
Can't find ADO.NET Entity Model Browser Window in vs2010

I want to update my ADO.NET Entities Framework Model from the database, but I cannot find the Entity Model …

entity-framework visual-studio-2010 ado.net entity-model