Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
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-expressI'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-lockingI 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-versionI 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-expressI 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 stdintI'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-eventHaving 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-toolsThis 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 requirementsThe 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-minifierI 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