I created a new project and was able to reference TypeMock just fine, so this made me think that something was fishy with the particular project that was upgraded. I started snooping around the project file and found this
<Reference Include="TypeMock, Version=3.0.1.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2">
<SpecificVersion>False</SpecificVersion>
<HintPath>............Program FilesTypeMock.NETTypeMock.NETTypeMock.dll</HintPath>
<Private>False</Private>
</Reference>
Notice the <Private> element. This wasn't included in the new project that I created. I removed the private element and everything worked.
It must be a bug with the 2003 -> 2005 upgrade process.