Posts by this author

Nov 10, 2009
Post comments count0
Post likes count0

Behind the Scenes: The Splash Screen

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 software for...

C#
Nov 5, 2009
Post comments count0
Post likes count0

Tips and tricks: Window Management – Aero Snapping

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 areas of feedbac...

Visual Studio 2010
Nov 5, 2009
Post comments count0
Post likes count0

Tips and tricks: Window Management – Aero Snapping

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 areas of feedbac...

Visual Studio 2010
Nov 4, 2009
Post comments count0
Post likes count0

Improvements to VS 2010 Text Selection

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, so please let me kn...

Visual Studio 2010WPF
Nov 2, 2009
Post comments count0
Post likes count0

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

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.  Prior to my current duties, I was...

C#Visual Studio 2010
Oct 28, 2009
Post comments count0
Post likes count0

How to Fix “The application cannot start” Error

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.  Prior to my current duties, I was...

Debugging and DiagnosticsC#Visual Basic
Oct 28, 2009
Post comments count0
Post likes count0

How to Fix “The application cannot start” Error

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.  Prior to my current duties, I was...

Debugging and DiagnosticsC#Visual Basic
Oct 27, 2009
Post comments count0
Post likes count0

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 microsoft...

Oct 27, 2009
Post comments count0
Post likes count0

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 allows fo...

Visual Studio 2010WPF
Oct 26, 2009
Post comments count0
Post likes count0

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 and ...