Showing results for February 2010 - Visual Studio Blog

Feb 26, 2010
0
0

My Visual Studio 2008 is broken after uninstalling .NET Framework 4.0

Visual Studio Blog
Visual Studio Blog

  If you find out that after trying out one of the beta versions of the new Visual Studio 2010 and uninstalling it together with the .NET Framework 4 or uninstalling only .NET Framework 4, every time you try to load a project on Visual Studio 2008 you face the following error:   “Unable to read the project file ‘Project.proj’. ...

.NETMSBuild
Feb 25, 2010
0
0

How to: Retarget a project using DTE

Visual Studio Blog
Visual Studio Blog

The upcoming .NET Framework 4 and Visual Studio 2010 (now in RC) has a lot of exciting new features. From BigInt and parallel libraries, to code contracts, CLR side by side, a new project system for C++ and multi-targeting. Just to name a few. There is much more. No matter what features you are the most interested in, you can start exploring. ...

C#
Feb 25, 2010
0
0

Getting Started with MSBuild

Visual Studio Blog
Visual Studio Blog

I have had several customers asking me about MSBuild and how to get started learning the language and using it. A little over a year and a half ago, I joined the MSBuild team. When I got here, I did not even know what MSBuild was, and I have been a Visual Studio user for many years. This article is to help you understand what MSBuild is, how it ...

C#Node.jsMSBuild
Feb 24, 2010
0
0

Visual Studio 2010 background flickering and customization

Visual Studio Blog
Visual Studio Blog

We had in the last days a couple of reports of Visual Studio’s background flickering on old LCD monitors because of the texture and the colors used by default by the shell. So far we have not been able to reproduce in-house the problem (and I suspect this is caused by either old video card drivers or monitors not supporting properly the vertical...

Feb 24, 2010
0
0

Troubleshooting Extensions with the Activity Log

Visual Studio Blog
Visual Studio Blog

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

Debugging and DiagnosticsVisual Studio 2010Tips and Tricks
Feb 20, 2010
0
0

MSBuild Task Factories: guest starring Windows Powershell

Andrew Arnott
Andrew Arnott

One of the cool new features of MSBuild 4.0 is the extensible task factory.  Task factories allow you to include scripts directly in your project file (or an imported .targets file) and have those scripts parsed and executed by your favorite interpreter.  Those scripts might even be C# or VB.NET code snippets that get compiled into ...

C#XAMLPython
Feb 19, 2010
0
0

How VSIX extensions are discovered and loaded in VS 2010

Visual Studio Blog
Visual Studio Blog

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

Visual Studio 2010
Feb 18, 2010
0
0

Build Extensibility with .NET Framework 4

Visual Studio Blog
Visual Studio Blog

Introduction With the release of .NET Framework 4 and Visual Studio 2010 comes MSBuild 4.0. Among the many great features in this version are new mechanisms to allow you (or your build lab) to extend the default build targets files with your own customizations. While some of this functionality did exist in previous versions, it has been made even ...

.NETMSBuild
Feb 16, 2010
0
0

Covariance and Contravariance FAQ

Visual Studio Blog
Visual Studio Blog

In this post I’ll try to answer the most common questions I find on forums and in documentation feedback about C# covariance and contravariance. It’s a big topic for a single blog post, so expect to see a lot of “more information” links. Special thanks to Eric Lippert and Chris Burrows for reviewing and providing helpful comments. What ...

C#.NET Framework
Feb 16, 2010
0
0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Blog
Visual Studio Blog

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

Debugging and DiagnosticsC#XAML

Feedback