Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have installed this package on a V4 Umbraco site. When I try to export I get -
The process cannot access the file [filename here] because it is being used by another process
Any ideas?
Strangely, it (export) works for some folders but not others?
Can it only deal with one level of folder, or does it handle nested folders?
I have managed to fix the issues in the source code and now it works great :-)
@Gordon, How did you fix this? Is the updated package downloadable?
@Mark ... this was 2 years ago, I will have to see if I can find the source, it depends if I did it for one of my projects or for a clients.
Oh yes, thanks for reminding me that this exists, as I might well need it for my current project!!
@Gordon, well your findings sure would've helped at least 2 people now. :)
I hope you can find it somewhere! Thanks!
I have found the code that I fixed ... I did send it back to Matt but I don't know if my changes were ever incorporated.
My changes were made to commit version "c5071f6140c0" but there is now a later version on CodePlex http://exportmedia4umb.codeplex.com/SourceControl/list/changesets ... have you tried that (v1.0.3)?
Maybe Matt can say if my changes were pushed back in? (I emailed you way back in 25/11/2011)
Had the same problem. Ended up downloading the source code and wrapping the "zip.AddEntry" in a try/catch. Admittedly not the best solution, but it worked for my purpose.
CheersBjørn Fridal
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
The process cannot access the file
I have installed this package on a V4 Umbraco site. When I try to export I get -
The process cannot access the file [filename here] because it is being used by another process
Any ideas?
Strangely, it (export) works for some folders but not others?
Can it only deal with one level of folder, or does it handle nested folders?
I have managed to fix the issues in the source code and now it works great :-)
@Gordon, How did you fix this? Is the updated package downloadable?
@Mark ... this was 2 years ago, I will have to see if I can find the source, it depends if I did it for one of my projects or for a clients.
Oh yes, thanks for reminding me that this exists, as I might well need it for my current project!!
@Gordon, well your findings sure would've helped at least 2 people now. :)
I hope you can find it somewhere! Thanks!
I have found the code that I fixed ... I did send it back to Matt but I don't know if my changes were ever incorporated.
My changes were made to commit version "c5071f6140c0" but there is now a later version on CodePlex http://exportmedia4umb.codeplex.com/SourceControl/list/changesets ... have you tried that (v1.0.3)?
Maybe Matt can say if my changes were pushed back in? (I emailed you way back in 25/11/2011)
Had the same problem. Ended up downloading the source code and wrapping the "zip.AddEntry" in a try/catch. Admittedly not the best solution, but it worked for my purpose.
Cheers
Bjørn Fridal
is working on a reply...