Top "Visual-studio-2010" questions

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

Can I save the window layout in Visual Studio 2010/2012/2013?

Is there a way to save (and later revert to) a given window layout in VS2010/VS2012/2013?

visual-studio visual-studio-2010 vssettings
will visual studio 2010 support classic asp?

I'm using visual studio 2008 for a classic asp application. Will I be able to upgrade to visual studio 2010?

visual-studio-2010 asp-classic
Option Strict On disallows late binding

Can someone help me fix this error? Option Strict On disallows late binding Here's the code that's causing the error: …

vb.net visual-studio-2010 strcmp
How to fix inconsistent line endings for whole VS solution?

Visual Studio will detect inconsistent line endings when opening a file and there is an option to fix it for …

visual-studio-2010 line-endings
Visual Studio 2010 not generating .pdb files

I was trying to debug a c++ app, but I saw breakpoints show "breakpoint will not be hit", so I …

visual-studio visual-studio-2010 debugging debug-symbols
Testing - Connection string is missing

Visual studio created a unit test project for me based on a method (right-click add test). When I try to …

c# visual-studio-2010 web-config connection-string integration-testing
Unable to publish website from Visual studio 2010

We have a an ASP NET MVC website solution which only one out of three devs on the team is …

visual-studio-2010 permissions publish
How to programmatically include a file in my project?

Background I'm making a helper application that reformats some code files and creates new code files, which are to be …

c# winforms visual-studio-2010 visual-studio projects-and-solutions
Simple Example of VSTO Excel using a worksheet as a datasource

I think I'm running into a case of "the easiest answers are the hardest ones to find" and I haven't …

c# visual-studio-2010 excel vsto excel-2010
Using AVX CPU instructions: Poor performance without "/arch:AVX"

My C++ code uses SSE and now I want to improve it to support AVX when it is available. So …

c++ performance visual-studio-2010 sse avx