I am currently writing a Windows application in C # that will add documents to the list of document libraries. I am trying to link to Microsoft.Sharepoint, however I do not see the COM or .NET library inside visual studio 2005 adding link lists. What dll do I need to reference and where can I find it?
Thanks,
Alex
To access the document library, I would recommend going through the list web service provided by SharePoint. From personal experience, which is the simplest, most portable and updated way.
- .NET, , Visual Studio sharepoint Windows
SharePoint, : Microsoft.SharePoint.dll
SharePoint 12 : C:\Program Files\Common Files\Microsoft Shared\ -\12\ISAPI
, SharePoint.
?
, , Sharepoint, - SharePoint .
, SharePoint, DLL, 12 . dll . , , SharePoint .
, Sharepoint 2007, Bin 12 Hive, SP. : C:\program files\common files\microsoft shared\ -\12
You will need a link to Microsoft.SharePoint.dll.
Source: https://habr.com/ru/post/1703889/More articles:Video and voice chat work in Python - pythonRecycle IIS Application Pool Using PowerShell: "Calling a Call to Exception" - powershellОбнаружение потери соединения RPC с серверной стороны в Windows - c++Transition between processors - assemblyHow to submit complex form using jQuery AJAX? - javascriptJava JLabel - adds a unique identifier - javaIs it too difficult to integrate Subversion into a simple file archive application? - version-controlSearch and replace in files - .NET regular expression syntax - regexHow to create an ASP.NET MVC wizard with back button support? - jqueryCan using VIEW operations for SELECT improve performance? - performanceAll Articles