LinkPad with SharePoint 2013
Options
Hi...really like this linkpad (4.51.03), however I'm picking up an error when I use the Dynamic SharePoint 2010 Driver (2.0.2011.605) , it connects but show an error (ArgumentNullException - Value cannot be null, Parameter name : path1), did make sure the Sharepoint path is set (although SharePoint 2013), when I right click on the connection and select properties the SharePoint Site Url is blank, but it does show it in the connection dropdown. Could anyone please help, would love to use this utility
Jos
Jos
Comments
-
I will have to try this out but my guess is that there is a version problem with .net 3.5 (SP2010) and .net 4.5 (SP2013).
What are you trying to query? There are many ways to get data in and out of SharePoint. -
I can confirm that the LinqPad Data Context Driver for SharePoint 2010 will not work with the 4.x versions of LINQPad - primarily due to SharePoint 2010 (and associated libraries) not working with .NET v4 and later.
You will need to download the 2.x version LINQPad. -
Thanks Goyuix...will give it a go
-
It complains that the Dynamic SharePoint 2010 Driver (2.0.2011.605 - by Marcus Peters) needs Microsoft.SharePoint.dll version 14.0.0.0
-
You probably just need to change your query properties (hit F4) and include the Microsoft.SharePoint.dll from C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\ISAPI. It may require other assemblies from that same directory depending on what you are trying to do.