Friday, May 28, 2004

Installing Visual Studio 2005 Community Technology Preview May 2004 + MbUnit

Just installed Visual Studio 2005 Community Technology Preview May 2004. Boy that takes a long time. Uninstalling the Tech Preview from March (after recommendations from numerous blogs) and the installing the new one blew away a good 4-5 hours. Running all of this under a Virtual PC certainly can't help either.

One reminder: if you're using MbUnit (or pretty much any other tool that looks at assemblies) don't forget to add the following to the section of their app.config:
  <supportedRuntime version="v2.0.40426" />

Runs like a charm now.

[Update: Forgot to convert < and > into &lt; and &gt;. D'Oh]

No comments: