vote up -1 vote down star

Possible Duplicate:
System.IO exception?

hi,

In winforms insight picturebox control showing one image, the same time i want access that image property of like "summary,title,author using DSOfile class via ,when i access it and store some data in property(summary,title,author) i got error like "can't access

flag

0% accept rate

closed as exact duplicate by Jeff Atwood Nov 5 at 10:34

1 Answer

vote up 0 vote down

It sounds like you have opened the file for exclusive read-access and forgotten to close it again.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.