Hi Guys,
I am trying to build an Index file with a different name than the shape file based on a condition.
I am using the following:-
ShapeFileFeatureSource.BuildIndexFile(“dt_links.shp”,
“dt_links_cprp",
"LN_RTID", "<950000",
BuildIndexMode.Rebuild);
This always results in an IOException was unhandled error = “The process cannot access the file because it is being used by another process.”
A TMPdt_route_links_cprp file appears in the folder just before the exception
The index files I am trying to create do not exist, what am I doing wrong?
John