04-06-2011, 11:29 AM
Hi,
I am reading more than one 3ds file a time. All files are delivered in a zip-File with a special hirachy, textures are in the same folder with the 3ds. After extracting into a temp-folder and reading them I want to delete the temp-folder to get my system clean again. If I do so I get the message:
The process cannot access the file 'MTX0000.jpg' because it is being used by another process.
Isopening the texture-files without closing them - and when: how can I avoid this failiur?
Al far as I can see I am not using anything else refering to textures.
Thanks for help!
I am reading more than one 3ds file a time. All files are delivered in a zip-File with a special hirachy, textures are in the same folder with the 3ds. After extracting into a temp-folder and reading them I want to delete the temp-folder to get my system clean again. If I do so I get the message:
The process cannot access the file 'MTX0000.jpg' because it is being used by another process.
Is
Code:
model3DsContent.ReadFile(filename, viewPortForXaml);Al far as I can see I am not using anything else refering to textures.
Thanks for help!

