Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
>
February, 2010
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
.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
.NET Framework
announcement
bugs
C#
Dan Moseley
editor
extensibility
extension
features
MSBuild
Paul Harrington
Performance
Project
Shell
tips&tricks
Visual Studio 11
Visual Studio 2012
Visual Studio 2013 Preview
Visual Studio vNext
VS Gallery
VS2010
VS2012
VSIX
Weston Hutchins
WPF
More
▼
Less
▲
Videos
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
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
February, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
My Visual Studio 2008 is broken after uninstalling .NET Framework 4.0
Posted
over 3 years ago
by
Visual Studio Blog
11
Comments
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 Visual Studio Blog
How to: Retarget a project using DTE
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
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...
The Visual Studio Blog
Getting Started with MSBuild
Posted
over 3 years ago
by
Visual Studio Blog
7
Comments
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...
The Visual Studio Blog
Visual Studio 2010 background flickering and customization
Posted
over 3 years ago
by
Visual Studio Blog
14
Comments
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...
The Visual Studio Blog
Troubleshooting Extensions with the Activity Log
Posted
over 3 years ago
by
Visual Studio Blog
3
Comments
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...
The Visual Studio Blog
MSBuild Task Factories: guest starring Windows Powershell
Posted
over 3 years ago
by
Andrew L Arnott
6
Comments
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...
The Visual Studio Blog
How VSIX extensions are discovered and loaded in VS 2010
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
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...
The Visual Studio Blog
Build Extensibility with .NET Framework 4
Posted
over 3 years ago
by
Visual Studio Blog
3
Comments
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...
The Visual Studio Blog
Covariance and Contravariance FAQ
Posted
over 3 years ago
by
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...
The Visual Studio Blog
WPF in Visual Studio 2010 - Part 1 : Introduction
Posted
over 3 years ago
by
Visual Studio Blog
26
Comments
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...
The Visual Studio Blog
If your build fails with “MSB6002: The command-line for the “ResGen” task is too long”
Posted
over 3 years ago
by
Visual Studio Blog
10
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 . If you have the RC build of VS2010, you are targeting the 3.5, 3.0, or 2.0 Framework...
The Visual Studio Blog
CodeBlog: Writing a Blogging Extension for Visual Studio 2010
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
Have you ever wanted to quickly share a code sample to Twitter or your blog without leaving Visual Studio? Steve Apiki walks through how to create an extension for Visual Studio 2010 that does just that. Walkthrough: http://www.devx.com/VS_2010/Article...
The Visual Studio Blog
CodeCast Interview: VS 2010 Shell with Weston Hutchins
Posted
over 3 years ago
by
Visual Studio Blog
0
Comments
Ken Levy and I sat down last week to chat about the new VS 2010 IDE and some of the great features we’ve added for this release. From the CodeCast site : “In this episode of CodeCast, Ken Levy interviews Weston Hutchins, program manager on the Visual...
The Visual Studio Blog
Content Load Error: Breaking Changes for Beta2 Start Pages
Posted
over 3 years ago
by
Visual Studio Blog
3
Comments
Visual Studio 2010 Beta2 custom Start Pages will fail to load in Visual Studio 2010 RC due to WPF namespaces changes caused by Shell assembly refactoring between the Beta2 and RC releases. Specifically Microsoft.VisualStudio.Shell.UI.dll has been split...
The Visual Studio Blog
IntelliSense Crash in VS 2010 RC when using UI Automation
Posted
over 3 years ago
by
Visual Studio Blog
18
Comments
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...
The Visual Studio Blog
Visual Studio 2010 Release Candidate Now Available!
Posted
over 3 years ago
by
Visual Studio Blog
17
Comments
If you haven’t read the news on other notable MSDN blogs , I’m pleased to announce that the Visual Studio 2010 and .NET Framework 4 Release Candidates are now available for download ! Currently the downloads are only available to MSDN subscribers, but...
The Visual Studio Blog
Visual Studio First Launch Sequence
Posted
over 3 years ago
by
Visual Studio Blog
10
Comments
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...
The Visual Studio Blog
Announcement: Unpublishing Extensions from Beta 2 to RC
Posted
over 3 years ago
by
Visual Studio Blog
3
Comments
UPDATE 2/8 : I forgot to mention a change to the VSIX file format in the Release Candidate that might impact your extensions. The valid <Edition> values (under <SupportedProducts>) have been updated to better reflect our SKU branding. The...
The Visual Studio Blog
Visual Studio “Tip of the Day”
Posted
over 3 years ago
by
Visual Studio Blog
0
Comments
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...
Page 1 of 1 (19 items)