Visual Studio Blog

Visual Studio has been around since 1997 when it first released many of its programming tools in a bundle. Back then it came in 2 editions - Visual Studio Professional and Visual Studio Enterprise. Since then the family has expanded to include many more products, tools, and services.

Post by this author

Behind the Scenes: The Splash Screen

(image) Paul Harrington – Principal Developer, Visual Studio Shell Team Short Bio: Paul Harrington is a principal software developer on the Visual Studio platform team. He has worked on every version of Visual Studio .Net to date. Prior to joining the Visual Studio team in 2000, Paul spent six years working on mapping and trip planning...

Tips and tricks: Window Management – Aero Snapping

(image) Adrian Collier – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2004 back in the UK and crossed the pond last year to work on Popfly, since then I’ve been working in Visual Studio land primarily working on the Start Page and window management areas if the IDE.   One of the largest...

Tips and tricks: Window Management – Aero Snapping

(image) Adrian Collier – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2004 back in the UK and crossed the pond last year to work on Popfly, since then I’ve been working in Visual Studio land primarily working on the Start Page and window management areas if the IDE.   One of the largest...

Improvements to VS 2010 Text Selection

(image) Brittany Behrens – Program Manager, Visual Studio Editor Team Short Bio: I’m Brittany, a Program Manager on the Visual Studio Editor team.  Some of you may recognize me from Connect bugs or as the main voice of @VSEditor on Twitter, and I’m responsible for a variety of Editor features.  I love hearing from customers, ...

Send Us Your Feedback: Visual Studio 2010 Beta 2 Survey!

(image) Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  ...

How to Fix “The application cannot start” Error

(image) Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  ...

How to Fix “The application cannot start” Error

(image) Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  ...

FIXED: Comments are not getting posted

Update: We have diagnosed and fixed the issue that was causing comments to be discarded.  If you were trying to post a comment in the last few days, we'd appreciate it if you could repost -- we love to hear feedback.  If you are having any more issues with your comments appearing on the blog, please send a mail to vsblog AT ...

VS 2010 Beta2: Workaround for Raster Font Settings Issue

In addition to making announcements, showcasing features, posting walkthroughs, and sharing Visual Studio tips and tricks, we’ll also be using this blog to raise awareness of commonly-encountered bugs and explain their workarounds.  As many of you know, we’ve rebuilt the editor using WPF for Visual Studio 2010.  This ...

VSIX and MSI

VSIX is a new technology created for deploying Visual Studio extensions.  It’s a zip file that uses the Open Packaging Convention.  By renaming the file extension of any .VSIX file to .ZIP, you can open up the file in Windows Explorer and take a look at the contents.I’ve written a separate post about the details of a VSIX...