I am following this tutorial on using the client-object model. And just starting from the top, I added the references, but using Microsoft.SharePoint.Client;
keeps giving me the error:
The namespace 'SharePoint' does not exist in the namespace 'Microsoft'
But I clearly see it on the right side panel. So looking at the instructions, the only difference I can think of is the fact that I am using Visual Studio Express and thus do not have the option to choose which framework to use when creating a new project. Other than that, I don't know what the problem might be.
Does anyone have any ideas on what else I could be missing or how to correct this problem?