Add reference .Net Tab

I have installed Orcas and any new Silverlight project I try and create automatically shows errors on first build:

"The type or namespace name 'Name' does not exists in the namespace 'namespace' (are you missing an assembly reference?).

All of the namespace references were missing

using System;

using System.Windows;

using System.Windows.Controls;

using System.Windows.Documents;

etc

Easily rectified, I thought, by going to Project > Add Reference and clicking the .Net tab, but the .Net tab dialog is devoid of any dll's. So I browse to where my system showed me that the System.Windows.dll is and I double click it.

It adds the reference, but I cannot find any other dll's.

Any ideas?

[784 byte] By [GerardL] at [2008-1-6]
# 1

You cannot add 3.5 (or 2.0, 1.1 or 1.0 for that matter) assemblies as reference for a Silverlight project. You can only add assemblies as reference if they were especially compiled for Siverlight and this means (as of 8/7/2007) only assemblies that come with the Siverlight 1.1 Alpha download or those you build yourself.

Hope this helps.

InbarGazit-MSFT at 2007-9-28 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...