Skip to content
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

Open
joostaarts opened this issue Dec 2, 2015 · 4 comments
Open

Unable to build against WebDAVSharp.Server #2

joostaarts opened this issue Dec 2, 2015 · 4 comments

Comments

@joostaarts
Copy link

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?

@EMerckx
Copy link
Member

EMerckx commented Dec 3, 2015

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?

@joostaarts
Copy link
Author

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.

@EMerckx
Copy link
Member

EMerckx commented Dec 13, 2015

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:
https://github.com/WebDAVSharp/WebDAVSharp.Server

@Winterleaf
Copy link
Contributor

That is usually due to the UNC path losing the www path of it and
converting it to a normal UNC versus a webdav unc
On Dec 13, 2015 7:51 AM, "Ewout Merckx" [email protected] wrote:

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:
https://github.com/WebDAVSharp/WebDAVSharp.Server


Reply to this email directly or view it on GitHub
#2 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants