Hi,
I tried to create a shape file, but following line of code always throws IOException:
ShapeFileFeatureSource.CreateShapeFile(ShapeFieType.Polyline,sShapeFilePath,New DbfColumn(){ column1,column2})
Following is the detailed message of the exception:
System.IO.IOException was unhandled
Message="The process cannot access the file 'E:\TMPTest.dbf' because it is being used by another process."
The funny thing is sShapeFilePath="E:\Test.shp", not "E:\TMPTest.shp", why the error message says "E:\TMPTest.dbf" is being used by another process?
Thanks
Rose