Y
ying
I use a .resource file to save some name-value
inforamtion. I use resource manager class to create the
resource file and read out information when the system
starts.
The problem I met is: when I distribute the system to
user, they read the information out without any problem,
but when they try to write new name-value to the resource
file. They met problem: .resouce file was used by another
process, and can not create a new one. Or the access to
the file is denied.
This problem only happen sometimes. Delete the file is a
way to fix it. However, if the file is part of
distribution set, it can not be deleted.
Anyone meets the problem? Any suggestion is appreciated.
Ying
inforamtion. I use resource manager class to create the
resource file and read out information when the system
starts.
The problem I met is: when I distribute the system to
user, they read the information out without any problem,
but when they try to write new name-value to the resource
file. They met problem: .resouce file was used by another
process, and can not create a new one. Or the access to
the file is denied.
This problem only happen sometimes. Delete the file is a
way to fix it. However, if the file is part of
distribution set, it can not be deleted.
Anyone meets the problem? Any suggestion is appreciated.
Ying