Open ghost opened 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.
Invalid stream header exception
Is it some dll version problem?
It works well with this:
but with this:
I get
Invalid stream header exception
after every request.Is it some dll version problem?