jumpinjackie / georest

Automatically exported from code.google.com/p/georest
0 stars 0 forks source link

Invalid stream header exception #34

Open ghost opened 8 years ago

ghost commented 8 years ago

It works well with this:

<Source type="FDO">
    <Provider>OSGeo.SDF</Provider>
    <ConnectionString>File=..\data\Sheboygan\Parcels.sdf;ReadOnly=FALSE;</ConnectionString>
    <FeatureClass>SHP_Schema:Parcels</FeatureClass>
</Source>

but with this:

 <Source type="MapGuide">
    <FeatureSource>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</FeatureSource>
    <FeatureClass>SHP_Schema:Parcels</FeatureClass>
 </Source>

I get Invalid stream header exception after every request.

Is it some dll version problem?