Yes this is correct. The base MaestroAPI only supports creating v1.0.0 resources.
Adding extended model assemblies and calling ModelSetup.Initialize() registers additional known versions with the ObjectFactory, so you can then create resources of these versions. Trying to read >= 1.0.0 resources without registering extended models will give you back UntypedResource objects, which are basically containers of XML content. This is how Maestro throws up an XML editor if you try to open an unsupported resource version or an unknown resource type. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/LayerDefinition-other-than-1-0-0-tp5092414p5092543.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
