Top "Visual-studio-2010" questions

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

Microsoft Visual Studio: How to keep the console open without manually reading input?

I'm writing some C++ with Microsoft Visual Studio 2010 Express, and I'm wondering if there is a way to display command …

c++ visual-studio-2010 unit-testing console visual-studio-express
Visual Studio 2010 Build Fails to File Copy Error

I'm building a project in Visual Studio 2010 and the build fails because it cannot copy the assemblyname.dll file from …

visual-studio-2010 build copy file-locking
Targeting .NET Framework 4 when Framework 4.5 is installed

I have VS2010 and VS2012 installed on my computer and had the .NET Framework 4.0 which I then upgraded to .NET …

c# visual-studio-2010 .net-4.0 .net-4.5 .net-framework-version
Attach to process in Visual Studio Express 2013 for Web

I just upgraded from VS 2010 professional to VS 2013 Express for Web and I can't find the Attach to process option …

visual-studio-2010 debugging iis visual-studio-2013 visual-studio-express
Where is stdlib.h / stdint.h in Visual Studio 2010?

I was googling a bit and heard that although stdint.h was not shipped with old versions of Visual Studio, …

visual-studio visual-studio-2010 std include-path stdint
Event Build pre & post to stop and restart Windows service

I've been experimenting with using build events to start and stop Windows service that are being built in my project. …

visual-studio-2010 windows-services pre-build-event
Making SSDT just generate a SQL script (and not deploy a database)

Having recently upgraded to SSDT 2012 I seem to be missing the option to just generate a T-SQL script instead of …

sql visual-studio-2010 sql-server-data-tools
How can I link TFS work item to source file?

This is my first attempt at creating linked work items in TFS. I'm using VS2010 TFS with the Agile template …

visual-studio-2010 tfs hyperlink requirements
Using Microsoft AJAX Minifier with Visual Studio 2010 1-click publish

The Microsoft AJAX Minifier provides a build task which can be used in TFS or local build definitions. I have …

visual-studio-2010 msdeploy microsoft-ajax-minifier
how to remove/update a cookie in cookie container c#?

I open a website using webbrowser control and then save cookies in cookieContainer , and later use HTTPwebrequest to process forward …

c# visual-studio-2010 cookies httpwebrequest httpwebresponse