complete
Active member
- Joined
- Oct 24, 2012
- Messages
- 34
- Programming Experience
- 3-5
I am trying to access a Microsoft List programmatically using C#. It is not going very well just yet. I am using .Net Foundation instead of .Net Core because I read that the Microsoft.Sharepoint.Client namespace is not available with .Net Core.
I should say at the beginning that I am trying to make contact with a Microsoft List, not a SharePoint List. I figure that this will not be an issue since Microsoft List is said to have evolved from SharePoint List.
I will explain what I have done thus far. First of all, from an SDK, I obtained the following DLL's in order to gain the dependency assembly namespaces for SharePoint:
And I added them as assemblies:
The variables needed to make this happen include the URL path to the location of the Microsoft List, the name of the Microsoft List and the username and password to the List. To make sure I have all of these things working, I opened an Incongnitio Chrome browser window and put the URL in the address bar. I was immediately prompted to enter the username and password. And it worked without throwing an error.
But this is not exactly where the List is.
But it is closing time.... I will return once I get home.
Stay tuned...
I should say at the beginning that I am trying to make contact with a Microsoft List, not a SharePoint List. I figure that this will not be an issue since Microsoft List is said to have evolved from SharePoint List.
I will explain what I have done thus far. First of all, from an SDK, I obtained the following DLL's in order to gain the dependency assembly namespaces for SharePoint:
And I added them as assemblies:
The variables needed to make this happen include the URL path to the location of the Microsoft List, the name of the Microsoft List and the username and password to the List. To make sure I have all of these things working, I opened an Incongnitio Chrome browser window and put the URL in the address bar. I was immediately prompted to enter the username and password. And it worked without throwing an error.
But this is not exactly where the List is.
But it is closing time.... I will return once I get home.
Stay tuned...