-
Notifications
You must be signed in to change notification settings - Fork 115
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
FileRenameInformationEx Not implemented #273
Comments
Hi, Is that an issue specific to your implementation ? Does the issue reproduce with the C mirror or the C# mirror ? Also what version of dokan are you using? |
Hi Liryna The issue happened to me on C# mirror. I noticed that I've been using dokan 1.4 library, and switched to 1.5, using x64 msi file. However, the problem is not yet resolved, and I'm still getting the same error when saving excel files. |
@siavash79 What about the C mirror ? https://github.com/dokan-dev/dokany/wiki/Use-Mirror-example |
This is the log for C mirror. But it did not reproduce in C mirror. |
@siavash79 Great! So this is not a dokan issue but a C# implementation issue. |
Hi
Please refer to dokan-dev/dokany#611
While testing my final code using dokan.net, I've ran into the very same problem, receiving error while saving excel file.
My test environment is:
Dokan.Net: Tested against official Nuget package 1.5.0.0, as well as latest github source 20210628
Windows: Windows 10 Insider Preview Build 21370.1
Office: 2019
Using .Net framework 4.7.2
Since I've spent over a month for my implementation based on Dokan.Net, your help will be highly appreciated.
The text was updated successfully, but these errors were encountered: