Just to report that I can open the attached shape file by using Visual Studio 2010 and the DotSpatial 1.4.
However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an exception.
Thanks, Marcelo.
Comments: ** Comment from web user: jany_ **
However, when I try to use the versions 1.6 or 1.7, the function "FeatureSet.Open" throw an exception.
Thanks, Marcelo.
Comments: ** Comment from web user: jany_ **
Hey Marcelo,
using Visual Studio 2013 and DotSpatial changeset 75590 I opened your file without an exception by calling
```
FeatureSet.Open(@"d:\Downloads\Observation_Station_dfs0_files_list.shp");
```
What exactly did you do to produce the exception?