Quote:
Originally Posted by oenopion
Hi Toxaris,
File sent via IM. I just tried it again, and it did do a save to my OneDrive default location. Then that unusual error popped up. Hopefully the log file shows where the error is.
Thanks for taking a look at this.
-O
|
Thanks for the log snippet, it helped me to pinpoint the location in the code that is generating the error. I still don't understand why this error pops up. The code basically checks if the file with that name exists or not. If not, it gives the error.
Now, I have a sneaky suspicion which I am going to test tomorrow (as I am going to bed in 5 minutes), but I suspect it is caused by an incompatibility between OneDrive and the .Net 4.0 framework. I suspect that not a normal filename is used which causes this. If this is the case, it should work if the file is saved at a 'normal' location. I will test if this is the case. If so, I have to think really hard about a workaround.