Windows “Monad” Shell Beta 2 upgrade problems

Picked up the new O’Reilly book on Monad. After reading a few pages I started the older rev of Monad to work along with the book. Monad started with a bunch of errors and died.

In Add/Remove Programs there were four dot.net libraries–

v2 Beta 2 was installed to support Monad initially. It worked fine at the time. Since then the release v2 was installed for another application. I couldn’t remember running Monad since installing the release version so it seemed logical that might have broken something. So v2 Beta 2 was uninstalled.
Since the book referenced Monad Beta 2, I downloaded the latest rev of Monad. When the new Monad was started it produced this error:

CLR Error: 80004005

Googling the error and searching Microsoft’s website didn’t produce a solution. The 80004005 error was frequently seen with database access and appeared to be related to security access. None of the suggestions helped.

This process worked though:

  1. Uninstalling the dot.net v2 Beta 2 runtime
  2. Reinstalling the dot.net v2 release version

I can work along with the book now.

What is so good about Monad?

A couple negatives about Monad–