Fury...There currently seems to be a problem with the ink whiteboard showing up on systems with .NET 2.0 installed.
You can get around this problem by forcing IE to use .NET 1.1. Here's how to do it:
Create a file called iexplore.exe.config in the same folder as the Internet Explorer exe. You can find the exe by looking under Program Files\Internet Explorer.
Within this file place the following lines:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<startup>
<configuration>
Close all instances of IE, and open a new one.
This should fix your problem for now, until we figure out what's going on.
