|
|
Rank: Newbie Groups: Member
Joined: 2/5/2008 Posts: 6 Points: 18
|
Hi to everybody,
sometimes i got this error when i try to load a bitmap:
"The process cannot access the file 'FileName' because it is being used by another process."
We use this command to load a bitmap file:
_bitmap = new Aurigma.GraphicsMill.Bitmap(fileName);
i just ask if there is some ways to load the bitmap in share mode and read only just to avoid this kind of errors.
Thanks.
Meriturva
|
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 386 Points: 403
|
Hello,
Graphics Mill for .NET uses read-only access while reading files. So it is unlikely lock the file it reads.
Could you describe the issue in more details? Do you open more than one thread? How often you get this exception? I've just tried to reproduce this issue loading one file in 10 threads simultaneously, each thread performed 100 iterations. But it worked fine for me...
Try to download the most recent version of Graphics Mill for .NET (we have updated it today) and let me know whether the problem can be reproduced with it.
Best wishes, Alex.
|
|
Rank: Newbie Groups: Member
Joined: 2/6/2008 Posts: 9 Points: 27
|
We are try to reprocude the error, anyway we don't find the update versione: we have a license for graphmil and on our download page we see only version: 4.5.16.0
Thanks. Meriturva
|
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 386 Points: 403
|
Hello,
Hm... It seems that the version sign was not updated correctly. It is actually version 4.5.17 of Graphics Mill for .NET.
Best wishes, Alex.
|
|
Rank: Newbie Groups: Member
Joined: 2/6/2008 Posts: 9 Points: 27
|
Where can i find version 4.5.17.0 ?
Sorry but i want to be sure.
|
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 386 Points: 403
|
Hello, Yeap, I understand. You can download version 4.5.17 here: http://www.aurigma.com/Products/GraphicsMilldotNET/FreeTrial.aspx
Best wishes, Alex.
|
|
|
Guest |