Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
The Visual Studio Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
TypeScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
The Visual Studio Blog
The official source of product insight from the Visual Studio Engineering Team
Subscribe
Comments
Facebook
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Language options
Simplified Chinese (中文)
Live Now on Developer Tools Blogs
Tags
announcement
C#
Dan Moseley
editor
extensibility
extension
features
MSBuild
Paul Harrington
Performance
Project
Shell
tips&tricks
Visual Studio 11
Visual Studio 2012
Visual Studio 2013
Visual Studio 2013 Preview
Visual Studio vNext
VS Gallery
VS2010
VS2012
VS2013
VSIX
Weston Hutchins
WPF
More
▼
Less
▲
Videos
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
September 2013
(1)
August 2013
(3)
July 2013
(10)
June 2013
(4)
May 2013
(1)
April 2013
(1)
March 2013
(1)
January 2013
(1)
November 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(2)
July 2012
(1)
June 2012
(6)
May 2012
(6)
April 2012
(3)
March 2012
(5)
February 2012
(3)
January 2012
(2)
November 2011
(2)
October 2011
(8)
September 2011
(7)
August 2011
(2)
May 2011
(4)
April 2011
(3)
March 2011
(2)
February 2011
(3)
January 2011
(1)
December 2010
(1)
November 2010
(3)
October 2010
(3)
September 2010
(2)
August 2010
(2)
July 2010
(10)
June 2010
(11)
May 2010
(14)
April 2010
(6)
March 2010
(18)
February 2010
(19)
January 2010
(10)
December 2009
(8)
November 2009
(9)
October 2009
(9)
September 2009
(2)
March 2009
(1)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
Walkthrough: Creating a Custom Start Page – Part 2
Posted
over 3 years ago
by
Adrian Collier - MSFT
6
Comments
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...
The Visual Studio Blog
Walkthrough: Creating a Custom Start Page – Part 1
Posted
over 3 years ago
by
Adrian Collier - MSFT
1
Comments
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...
The Visual Studio Blog
Fixes for Solution Navigator & Quick Access in the Productivity Power Tools
Posted
over 3 years ago
by
Sean Laberee
12
Comments
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...
The Visual Studio Blog
Announcing the Solution Navigator
Posted
over 3 years ago
by
Adrian Collier - MSFT
57
Comments
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...
The Visual Studio Blog
New Version of the Productivity Power Tools is Available!
Posted
over 3 years ago
by
Sean Laberee
46
Comments
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...
The Visual Studio Blog
MSBuild Known Issues
Posted
over 3 years ago
by
Visual Studio Blog
17
Comments
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...
The Visual Studio Blog
Debugging MSBuild script with Visual Studio (3)
Posted
over 3 years ago
by
Visual Studio Blog
9
Comments
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...
The Visual Studio Blog
Debugging MSBuild script with Visual Studio (2)
Posted
over 3 years ago
by
Visual Studio Blog
0
Comments
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...
The Visual Studio Blog
Debugging MSBuild script with Visual Studio
Posted
over 3 years ago
by
Visual Studio Blog
22
Comments
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...
The Visual Studio Blog
Walkthrough: Extending VS 2010 to Support Additional Programming Languages
Posted
over 3 years ago
by
Weston Hutchins
10
Comments
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...
The Visual Studio Blog
15 minute blog post: PNG files in Packages
Posted
over 3 years ago
by
Visual Studio Blog
6
Comments
Recently I’ve been helping plan the next version of Visual Studio. It’s way too early to be talking about specifics, but one topic came up this week that I have to share. Package Authoring As some of you may have noticed, many of...
The Visual Studio Blog
Patch Available for Cut or Copy displaying “insufficient memory” error in VS 2010
Posted
over 3 years ago
by
Visual Studio Blog
28
Comments
If you're experiencing frequent “insufficient memory” errors when doing small cut or copy operations in Visual Studio 2010 RTM, please download this patch to see whether it resolves the issue. What are the symptoms of this bug? Attempting...
The Visual Studio Blog
Add References Faster with the new Add Reference Dialog in the Productivity Power Tools
Posted
over 3 years ago
by
Visual Studio Blog
27
Comments
Two weeks ago, we launched the Productivity Power Tools at TechEd North America and the response has been great with over 37000 downloads so far! Many of you also may have noticed that an updated version of the Power Tools was released last week. This...
The Visual Studio Blog
Document Well 2010 Plus: Hidden Options
Posted
over 3 years ago
by
Visual Studio Blog
17
Comments
[ Update 7/20/2010 ]: Updated changes made for version 10.0.10710.22 of the Pro Power Tools. Please take a look at the changelog . A couple of posts ago I announced the availability of Document Well 2010 Plus as part of the Visual Studio 2010 Pro...
The Visual Studio Blog
ResGen.exe error: An attempt was made to load a program with an incorrect format
Posted
over 3 years ago
by
Visual Studio Blog
65
Comments
UPDATE: This issue is fixed in .NET 4.5. As always, feedback is welcome! Please leave your comments in this blog post and report any bugs on Microsoft Connect . Recently, we’ve seen a number of people reporting problems with resource generation...
The Visual Studio Blog
Command Image Changing Extension
Posted
over 3 years ago
by
Visual Studio Blog
33
Comments
Hi, I’m Ryan Molden, a developer on the Shell team. Due to popular feedback from users I have been reassigned to a top-secret UI project. I can’t say much about it, just give you a quick sneak peek. No wait, that’s not...
The Visual Studio Blog
Document Well 2010 Plus
Posted
over 3 years ago
by
Visual Studio Blog
56
Comments
[ Update 6/21/2010 ]: Please go to this blog post where I describe even more configuration options that are available for this extension. [ Update 7/20/2010 ]: Updated changes made for version 10.0.10710.22 of the Pro Power Tools. Please take a look at...
The Visual Studio Blog
VSIX Best Practices
Posted
over 3 years ago
by
Visual Studio Blog
7
Comments
This post is about a new way to install extensions to Visual Studio, introduced in VS 2010, called the VSIX file. The information it contains will be of most interest to readers who develop Visual Studio extensions, but I encourage users who download...
The Visual Studio Blog
15 minute blog post: A Hidden Feature in Visual Studio 2010
Posted
over 3 years ago
by
Visual Studio Blog
22
Comments
The sunset in Seattle was spectacular this evening. My wife and I climbed the water tower in Volunteer Park to look across the Sound as the sun dipped behind the Olympic mountains and, in the space of a few minutes, the sky turned from blue to orange...
The Visual Studio Blog
Better Parallelism in MSBuild 4 with YieldDuringToolExecution
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
Introduction In MSBuild 4 we introduced several performance improvements, particular for large interdependent builds. By and large they are automatic and you receive their benefit without making any changes to the way your build process in authored...
The Visual Studio Blog
Walkthrough-- Publishing an Extensibility Web Control Project Template (Part 2 of 2)
Posted
over 3 years ago
by
Visual Studio Blog
4
Comments
Introduction In Walkthrough-- Publishing a Custom Web Control (Part 1 of 2) you learned to create and publish a custom web control. You created the extensibility project manually, a procedure with many steps. Now that you have an extensibility project...
The Visual Studio Blog
Visual Studio Managed Multi-Targeting: Part 2: Multi-Targeting in Action
Posted
over 3 years ago
by
Visual Studio Blog
4
Comments
Now that we have gone through some key concepts in the previous part in this series, before we go any further in terms of detailed technical concepts, it would be nice to have some “mental visual model” of how multi-targeting impacts almost...
The Visual Studio Blog
Programmatically adding/removing/querying VC++ Build Customizations
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
Build Customizations (Custom Build Rules in earlier editions) are commonly used for invoking external tools that translate files from one format to the other, often resulting in C++ sources that can be compiled at the C++ compilation step. In this post...
The Visual Studio Blog
Excuse the Mess While We Move
Posted
over 3 years ago
by
Weston Hutchins
0
Comments
You may have noticed that The Visual Studio Blog looks a bit different than it did last week. Yesterday, the folks that run http://blogs.msdn.com completed the much-needed blog platform upgrade to Telligent Community 5.5. As with most major...
The Visual Studio Blog
Walkthrough-- Publishing a Custom Web Control (Part 1 of 2)
Posted
over 3 years ago
by
Visual Studio Blog
0
Comments
The Visual Studio 2010 SDK adds several project templates to Visual Studio that let you create and share custom controls. These are called extensibility projects. In addition to compiling the control, the extensibility project prepares it for publication...
Page 5 of 9 (217 items)
«
3
4
5
6
7
»