Showing tag results for Visual Studio 2010

Feb 19, 2010
Post comments count0
Post likes count0

How VSIX extensions are discovered and loaded in VS 2010

Visual Studio Team

VSIX is the new technology used for deploying extensions in Visual Studio 2010. The primary goal of this new technology is to encourage extension creation and consumption by easing the management (“management” meaning Browsing/Installing/Uninstalling/Enabling/Disabling) of Visual Studio extensions. To take full advantage of the VSIX installer for d...

Visual Studio 2010
Feb 9, 2010
Post comments count0
Post likes count0

IntelliSense Crash in VS 2010 RC when using UI Automation

Visual Studio Team

UPDATE:  There is now a patch available for this issue in the VS 2010 RC.  If you're experiencing frequent crashing when IntelliSense pops up or is dismissed, please download this patch to see whether it resolves the issue.  This bug has also been fixed for VS 2010 RTM. Shortly before the Visual Studio 2010 Release Candidate (RC) was released,...

Visual Studio 2010
Feb 7, 2010
Post comments count0
Post likes count0

Visual Studio First Launch Sequence

Visual Studio Team

With the upcoming Visual Studio 2010 Release Candidate around the corner, I would like to talk briefly about some changes we have made to the first-launch-after-installation sequence. Many of you may notice that the first time you start VS after installing, once you have selected a profile, it takes a long time for the main VS window to appear, esp...

Visual Studio 2010
Feb 2, 2010
Post comments count0
Post likes count0

Visual Studio “Tip of the Day”

Visual Studio Team

If you like the tips and tricks we sometimes post on this blog, you might want to check out the Visual Studio Tips and Tricks blog.  It’s written by Zain Naboulsi, a Senior Developer Evangelist at Microsoft, and it’s devoted to these little productivity boosters.  We’ll continue to post the occasional tip here on the Visual Studio blog, and we’ll a...

Visual Studio 2010Tips and Tricks
Jan 22, 2010
Post comments count0
Post likes count0

MSBuild Interview on CodeCast

Visual Studio Team

I had the distinct pleasure to meet up with Ken Levy and talk about MSBuild. Ken is responsible for the CodeCast interviews at code magazine.The interview consists of an in-depth technical and scenario discussion on how and why to use MSBuild, both in Visual Studio 2008 and Visual Studio 2010.  We also discussed new feature...

C#Visual Studio 2010MSBuild
Jan 14, 2010
Post comments count0
Post likes count1

How to read/write the new Visual C++ project properties

Andrew Arnott

Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones.  If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that these properties are not available on the standard VCConfiguration, VCCLCompilerTool, etc. set of inte...

C#HTMLXAML
Jan 13, 2010
Post comments count0
Post likes count0

Searching and Navigating Code in Visual Studio 2010

Visual Studio Team

Every developer knows that navigating code is vital to happy and productive coding. We’ve added several new features for code search and navigation in Visual Studio 2010, including Navigate To and an improved Call Hierarchy, to complement search staples like the Find and Replace dialog and Incremental Search. With such a wide variety of options, we...

C#Node.jsVisual Studio 2010
Jan 7, 2010
Post comments count0
Post likes count0

Tips and Tricks: Zooming in the VS 2010 Editor

Visual Studio Team

You probably know that Visual Studio has an option to change your text size, but did you know you can also zoom the editor in VS 2010?  Ctrl+mouse wheel zooming has been available since the first Visual Studio 2010 CTP, but we’ve finished it by adding a zoom control and key bindings in Beta 2.  Check out this video we’ve created to demo the new...

HTMLVisual Studio 2010Tips and Tricks
Dec 18, 2009
Post comments count0
Post likes count0

What’s A PkgDef? And Why?

Visual Studio Team

A .pkgdef file is way to encapsulate application configuration information in an easily editable, distributable, and deployable form. It was introduced in Visual Studio 2008 SP1 to support the configuration of Isolated Shell applications. In Visual Studio 2010, .pkgdef files take on a more expanded role and are much more integrated into both the ID...

Visual Studio 2010
Dec 18, 2009
Post comments count0
Post likes count0

What’s A PkgDef? And Why?

Visual Studio Team

A .pkgdef file is way to encapsulate application configuration information in an easily editable, distributable, and deployable form. It was introduced in Visual Studio 2008 SP1 to support the configuration of Isolated Shell applications. In Visual Studio 2010, .pkgdef files take on a more expanded role and are much more integrated into both the ID...

Visual Studio 2010