So, I'm starting to learn C #, as I literally just started to learn, and based on the Java background, it doesn't look so bad. However, I have a question. I follow THIS tutorial on using the client-object model. And just starting at the top, I added links, but using Microsoft.SharePoint.Client; continues to give me an error that the “SharePoint namespace” does not exist in the “Microsoft” namespace, but I can clearly see it in the right sidebar. looking at the instructions, the only difference I can think of is the fact that I I’m using Visual Studio Express and, therefore, I don’t have the opportunity to choose which structure to use when creating a new project. In addition, I don’t know what the problem may be. Does anyone have any ideas on what else I can lose or how to fix it this problem?
source share