20 min ago I installed ver 2.0 (ARM) dated may 13, 23.51 EU time.
That's the version referred to in post #16
an error 57 is an invalid path name. wither the file has funky characters in the name, such as a \ which would denote a directory, or the file is in some way locked or nonexistant.
whats the name of the file you're trying to open with viewany?
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
MSN: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
the only 5 reasons you should get an exception are
1) directory not found (i trapped this one, you wont see it)
2)end of file - there's a bad end of file marker in your file that causes it to suddenly halt (trapped, you'll see it)
3)file not found - no such file really exists (trapped, you'll see it)
4) path too long - the given path is too long, which i've never seen happen (but trapped anyway)
or
5) IO exception (which you're seeing). something microsoft didn't plan for occurred, which makes it difficult for me to debug. the only research i have on this with the error number you gave me is regarding a file copy that has a bad path. which wouldn't apply in this case.
i'm at a loss to explain this one.
i can't reproduce it either, which makes it even harder to find.
ANYONE have any similar problems?
i'm beginning to think BIS sucks.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
MSN: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.