the original topic is here : viewtopic.php?f=3&t=6752
Please, read it before continue !
My mistake, i discovered that you had overwriting some methods of the SharpBox library.
Upgrading the library may not be the answer and could be lot of work for you.
So i debugged your version of sharpbox and i found why i have a null exception
The problem is here :
Code: Select all
var resourceType = prop.Element(XName.Get("resourcetype", DavNamespace));
Code: Select all
if (resourceType.Element(XName.Get("collection", DavNamespace)) != null)
Could you, please, fix this ?
Thanks a lot !
Yoann
PS : The orignal sharpbox library works with the webdav of Nuxeo