Showing results for July 2010 - Visual Studio Blog

Jul 29, 2010
0
0

Walkthrough: Creating a Custom Start Page – Part 2

Visual Studio Blog
Visual Studio Blog

This is the second of a two part walkthrough on creating a personalized version of the Start Page which enables users to change a background image. This post builds on the project we created previously. If you have not already done so, I recommend going through part one of the walkthrough before continuing on. We will cover the following topics: ...

C#XAML
Jul 29, 2010
0
0

Walkthrough: Creating a Custom Start Page – Part 1

Visual Studio Blog
Visual Studio Blog

One of the coolest features of Visual Studio 2010 is the ability to customize the new WPF based Start Page. We have released a project template for creating pages, using the Visual Studio 2010 default page as a starting point. In the next two posts I’m going to walk through the process of creating a new page, testing the page using the VS Experi...

C#XAML
Jul 28, 2010
0
0

Fixes for Solution Navigator & Quick Access in the Productivity Power Tools

Abdullah Hamed
Abdullah Hamed

Last week, we released the July 2010 version of the Productivity Power Tools which introduced the Solution Navigator, Quick Access, Automatic Brace Completion and Tools Options support. We've been really excited to see nearly 40,000 downloads last week and the hundreds of pieces of feedback that you have sent us. Based on that feedback, we have jus...

Jul 20, 2010
0
0

Announcing the Solution Navigator

Visual Studio Blog
Visual Studio Blog

We are very excited to announce the first release of Solution Navigator, a new tool that merges functionality from Solution Explorer, Class View, Object Browser, Call Hierarchy, Navigate To, and Find Symbol References into a single view. This view can be surfaced as a tool window or, for C# and VB, an interactive tooltip. The Solution Navigator ...

C#Productivity
Jul 18, 2010
0
0

New Version of the Productivity Power Tools is Available!

Abdullah Hamed
Abdullah Hamed

I am pleased to announce that we have an updated version of the Productivity Power Tools.  With this release, we've introduced 4 brand new extensions and we've fixed many of the bugs that were reported in the previous version.  If you have the Productivity Power Tools installed already, you will get a notification that a new version is available th...

C#HTML
Jul 15, 2010
0
0

MSBuild Known Issues

Visual Studio Blog
Visual Studio Blog

Since the release of Visual Studio 2010 we have received a few reports of crashing behavior which can be traced back to issues with MSBuild.  We’ve analyzed all of these and there are several particular cases where a crash can occur.  We’ve also added a notification to Windows Error Reporting to help guide those who hit these ...

Debugging and DiagnosticsC#Node.js
Jul 8, 2010
0
0

Debugging MSBuild script with Visual Studio (3)

Visual Studio Blog
Visual Studio Blog

In my last two posts (here and here) I showed how to enable the unsupported MSBuild debugger to debug a build started on the command line with MSBuild.exe. In this final post, I'll mention some other variations. Note that this blog is rather narrow, so some of the screenshots may be hard to see – you can click on them to see the full size version....

Debugging and DiagnosticsMSBuild
Jul 8, 2010
0
0

Debugging MSBuild script with Visual Studio (2)

Visual Studio Blog
Visual Studio Blog

In my previous post, I showed how to enable the hidden Visual Studio debugger for MSBuild script, and demonstrated it by stepping through the evaluation of a C# project. In this post, I'll keep debugging into the actual build of that project. Note that this blog is rather narrow, so some of the screenshots may be hard to see – you can click on the...

Debugging and DiagnosticsC#MSBuild
Jul 6, 2010
0
0

Debugging MSBuild script with Visual Studio

Visual Studio Blog
Visual Studio Blog

Back when we started 4.0 development, I polled readers of the MSBuild blog to find out what features were most important to them. Debugging was #1 which was very surprising to us. Thinking about it more, it makes sense. In our team we've become so proficient ourselves at reading the XML and making sense of logs that it's easy to forget how difficul...

Debugging and DiagnosticsC#MSBuild
Jul 1, 2010
0
0

Walkthrough: Extending VS 2010 to Support Additional Programming Languages

Visual Studio Blog
Visual Studio Blog

The Visual Studio team has sponsored a set of Visual Studio Extensibility walkthroughs that will be hosted on www.devx.com.  The first walkthrough showed how to write a blogging extension for VS 2010 and demonstrated the basics of VSPackages, Commands, Tool Windows, and MEF.  In this walkthrough, Steve Apiki shows you how to extend the Vi...

Extensions