Edgar,
I fear I am still struggling here. I have re-tried using FdoFeatureLayer and managed to reach the same error as before. The code I used for this is:
FdoFeatureLayer myFDOLayer = new FdoFeatureLayer("OSGeo.OGR",
"DataSource=C:\\Users\\Jonathan\\Documents\\ThinkGEO\\Example GML\\places_gml\\places.gml;xsd=C:\\Users\\Jonathan\\Documents\\ThinkGEO\\Example GML\\places_gml\\places.xsd;ReadOnly=TRUE;",
null);
myFDOLayer.Open();
As a test I have managed to use FdoFeatureLayer to load SHP files like this:
FdoFeatureLayer myFDOLayer = new FdoFeatureLayer("OSGeo.OGR",
"DataSource=C:\\Users\\Jonathan\\Documents\\ThinkGEO\\Example GML\\places_gml\\ND\\ND_Building.shp;ReadOnly=TRUE;", null);
myFDOLayer.Open();
I would be very grateful if you could try a GML file to verify that MapSuite can handle them OK. Also in an earlier message you mentioned that FDOExtension was going to level 3.6 (from 3.5), how can I check what version I have and if needed update? Note: The poperties for the FDOExtension reference show a version of 5.5.0.0 and a runtime version of v2.0.50727.
Incidently as the error mentioned xerces I did try running Regsvr32 on Xerces-c_2_5_0.dll but it did not register - not sure if it was a good idea to try anyway.
Thanks,
Jonathan