Hi there,
I'm trying to build the sample project against the master version of WebDAVSharp.Server, but some locking code seems to be missing in the server.
using WebDAVSharp.Server.Stores.Locks;
using WebDAVSharp.Server.Stores.Locks.Interfaces;
IWebDavStoreItemLock lockSystem = new WebDavStoreItemLock();
If i comment out these sections in ServiceImplementation.cs then the sample project works, but document locking in Word etc does not seem to work. Am i doing something wrong?