What is Microsoft s new language? From Douglas Purdy’s blog: It

April 30, 2008 – 9:00 pm

What is Microsoft s new language?
From Douglas Purdy’s blog: It is not very often that you get to be part of a team that is developing a programming language that aspires to be used by every developer on the Microsoft platform. In addition, it is not very often that you can be part of a team that aspires to radically change th…
tim

New installer for QaTraq Software Testing Tool
Traq Software Ltd has announced that it has released a windows based application installer for its popular software testing tool QaTraq. Designed by testers for testers, QaTraq Software Testing Tool is the commercial open source application created to…

What Is A Professional Programmer? By Sarah George
So what does it mean to be a professional programmer? What does it mean to be a professional anything? Some definitions simply say to be a professional is “to make money from a skill,” but true professionals also have a set of qualities often described as “professionalism.” In my opinion, these qualities are…
Click here for the full article.

Configuring SharePoint Virtual Machine LAN Connections
Insufficient VM LAN connectivity in the development of SharePoint solutions may cause developers to lose valuable time and peak development capabilities. This article provides reasons and steps to configure the most valuable VM LAN connectivity practices with the help of relevant steps and screen shots.
Steven Barden

VS 2008 crashes on startup when ‘Code Analysis Tools’ feature is not installed

Now that Visual Studio 2008 RTM is out I have started getting reports of Visual Studio crashing on startup when TestDriven.Net is installed. I was pretty dismayed as TestDriven.Net has included Orcas support since January of this year and this support has been pretty well tested. I certainly wasn’t expecting to see any fatal crashes!

needs_to_close 

It turns out that this crash only happens when the user has opted not to install the ‘Code Analysis Tools’ feature. This is quite common when someone is doing a minimal install of Visual Studio with just the language feature they need.

The issue appears to be related to the Visual Studio command bars. If you simply query for a command bar that doesn’t exist, Visual Studio will quit with an error (rather than throwing the expected ArgumentException)!

code_analysis_tools_snip

I’m happy to say there are now two possible fixes for the issue:

  1. If you go into the Visual Studio 2008 Team Suite setup and enable the ‘Code Analysis Tools’ feature, you should find the crash goes away.
  2. I’ve just released TestDriven.Net 2.10, which includes a workaround for this issue. Please read the release notes and download it from here. If you’re using Visual Studio 2008 I strongly encourage you to install this version.

Thanks to Aaron Jensen, Chad Myers and Dru Sellers for reporting the problem.

You must be logged in to post a comment.