I've build a class which creates PDF brochures, howerver i am having a lot of trouble which rights.
This error comes and goes - System.IO.IOException: The process cannot access the file because it is being used by another process.
It could be the file is opened exclusively so what you need to do is copy that file to another name for editing, close the one that is the original so it can be edited and saved as the original name.
Mark as answer posts that helped you.
Marked as answer by Dino He - MSFT on Mar 01, 2012 07:20 AM
yadiermolina
Member
366 Points
202 Posts
Creating and editting files
Feb 23, 2012 01:30 PM|LINK
Hi Guys,
I've build a class which creates PDF brochures, howerver i am having a lot of trouble which rights.
This error comes and goes - System.IO.IOException: The process cannot access the file because it is being used by another process.
How can i get around this error?
Any help would be great!
Regards,
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Creating and editting files
Feb 23, 2012 01:37 PM|LINK
It could be the file is opened exclusively so what you need to do is copy that file to another name for editing, close the one that is the original so it can be edited and saved as the original name.