I have my Sharepoint Server 2010 set-up and everything appears to be functioning correctly. However, when I attempt to create a console application on the Sharepoint server, I cannot find a reference to the Micrsooft.Sharepoint.dll. I manually browse to "c:\Program Files\Common Files\Microsoft Shared\web server extensions\14\ISAPI", add the reference, but the following using statement fails.
using Microsoft.Sharepoint;
Is this because Sharepoint Foundation is not installed? Note: I have been successfully deploying sample web parts and silverlight tests using the Micrsooft.Sharepoint.Client.Silverlight.dll