-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build against WebDAVSharp.Server #2
Comments
The lock implementation has been added by @Winterleaf and is currently placed in the development branch of the server. Could you try to build it against that version of WebDAVSharp.Server? |
Thanks, thats works better. I'm currently playing around with the server, what should my expectations be in regards to interoperability with Office? Retrieving documents is not a problem, but saving is. |
I've had no issues with using the server and Office, but some users have(emailing as a link and saving). I'm currently using Office 2010, but there might be some issues with Office 2013. If you encounter any, feel free to post them on the WebDAVSharp Server page: |
That is usually due to the UNC path losing the www path of it and
|
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?
The text was updated successfully, but these errors were encountered: