Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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 teamcityI 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-playerI 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-debuggingI'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-7I 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-frameworkI 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-windowI 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 excellibraryI'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 flowchartI 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 ngenI 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