[mapguide-users] Trouble after 2014 to 2017 migration

2020-03-02 Thread Stéphane Marly
Hi,

I am busy with the migration of my old app in .net AIMS2014 (ajaxviewer) to
AIMS2017.

The main things are OK but it remains one big issue that I can't resolve.

The setLayerVisibility seems to not working...
I mean, I have no exception, so code just runs normally but the layer
and/or map is not refreshed.

So, in the .Net code behind I do a call to :

layer.SetVisible(visible); //where layer was previously selected by name
visibilitychanged = true;
if (visibilitychanged) map.Save(resourceSrvc);

But nothing works.

The only thing I change between 2014 and 2017 is the instanciation of the
map (new MgMap(site))

Thanks for your help.

steph.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1.2 Hangs

2020-03-02 Thread Benoit Begin
Did you update your binaries for Mapguide when deploying against 3.1.2? AIMS
2017's dlls are for Mapguide 3.1.1.4601, which isn't the same version.
Sometimes I've seen some issues when using the wrong version of the Mapguide
API dlls.

So make sure the content of your BIN folder has the dlls from 3.1.2.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users