Hi,
Im having a bit of a problem with Mapguide using on c# code behind
I was able to pass the sessionid
this is how i got the sessionid on script
mapWidget.aMaps[0].getSessionID()

then i pass it to the code behind:
                MgSiteConnection conn = new MgSiteConnection();                
MgUserInformation userinfo = new MgUserInformation(sesscionId);                
conn.open()
even if i use
  MgUserInformation userinfo = new MgUserInformation("Anonymous","")

i am always getting an error but the problem is the error is always, doesnt 
explain anything


or "Failed to retrieve message for \"MgConfigurationException\"."
I am quite stuck now, anyone can help?
thanks


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

Reply via email to