Sorry,
I was too quick, forgot to change the connection back to localnative..
No, this fix doesn't seem to help..

- mika -


[email protected] kirjoitti 2013-12-12 11:49:
Yes!
It works now!

Thanks a lot,
- mika -


Jackie Ng kirjoitti 2013-12-12 11:42:
You could try this and see if this works.

Go to the LocalNativeProvider/Src directory of the Maestro SDK and edit
LocalNativeConnection.cs

Put this method into the LocalNativeConnection class

        public override bool ResourceExists(string resourceid)
        {
            MgResourceIdentifier resId = new
MgResourceIdentifier(resourceid);
            MgResourceService res =
this.Connection.CreateService(MgServiceType.ResourceService) as
MgResourceService;
            return res.ResourceExists(resId);
        }

Then build a new local native connection provider using the ProviderTemplate
tool.

- Jackie



--
View this message in context:

http://osgeo-org.1560.x6.nabble.com/resource-always-exists-tp5093874p5093883.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
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to