Showing results for Debugging and Diagnostics - Visual Studio Blog

Mar 1, 2010
Post comments count0
Post likes count0

WPF in Visual Studio 2010 – Part 2 : Performance tuning

Visual Studio Team
Visual Studio Team

This post, the second in a series of articles on Visual Studio 2010’s use of WPF, covers tips and techniques for optimizing performance of WPF applications, and also several areas where we needed to tune Visual Studio 2010 in order to squeeze the best out of WPF. The first post in the series covered the motivation for selecting WPF and some of the ...

Debugging and DiagnosticsC#XAML
Feb 24, 2010
Post comments count0
Post likes count0

Troubleshooting Extensions with the Activity Log

Visual Studio Team
Visual Studio Team

One of the most powerful tools for troubleshooting issues that involve Visual Studio extensions is often overlooked, even though it has been around for quite some time (since VS 2005). Anyone wondering what Visual Studio is doing with their VS Package, Extension, MEF Component, or pkgdef file should ask the IDE for an activity log. In this art...

Debugging and DiagnosticsVisual Studio 2010Tips and Tricks
Feb 16, 2010
Post comments count0
Post likes count0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Team
Visual Studio Team

This is the first part in a seven part series. Links to the other parts are included at the bottom of this post. Now that the Release Candidate for Visual Studio 2010 is publicly available, we’ve started receiving questions from inquisitive users about how Visual Studio 2010 itself was built. In particular, one questioner wanted to know if we we...

Debugging and DiagnosticsC#XAML
Nov 19, 2009
Post comments count0
Post likes count0

Debugging Expression Trees in Visual Studio 2010

Visual Studio Team
Visual Studio Team

First of all, let’s take a look at the example from one of my previous posts. It creates an expression tree for calculating the factorial of a number. Now, what if you want to see the content of this tree in debug mode? You can try lambda.ToString() but it’s not very informative. All you get is this: value => {var result; … }. Basically, it te...

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

How to Fix “The application cannot start” Error

Visual Studio Team
Visual Studio Team

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

Visual Studio Team
Visual Studio Team

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 25, 2009
Post comments count0
Post likes count0

Visual Studio Sessions at PDC ‘09

Visual Studio Team
Visual Studio Team

The Professional Developers Conference (PDC) this year is in Los Angeles from November 17th to 19th. The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from Microsoft and its industry partners. As well as workshops and training sessions, there are hands on l...

Debugging and DiagnosticsASP.NETWPF
Oct 25, 2009
Post comments count0
Post likes count0

Visual Studio Sessions at PDC ‘09

Visual Studio Team
Visual Studio Team

The Professional Developers Conference (PDC) this year is in Los Angeles from November 17th to 19th. The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from Microsoft and its industry partners. As well as workshops and training sessions, there are hands on l...

Debugging and DiagnosticsASP.NETWPF