Hi,
We have two components in our system
1. The web page (opens all the shape files in Read-Only mode)
2. A background service that updates the shape files (opens all shapfiles, shapefeaturesource in ReadWrite mode)
The background service constantly updates the underlying shapefiles used by the web page. The web page in many instance tries to open and close the shapefiles for various purpose. In this case what we find is that whenever the web component opens the file (read only) the service component is throwing an error when it tries to open the same shape file at the same time.
How to avoid this conflict?
Appreciate your help.
Thanks