<http://www.avalon.com.es> 

AVALON Tecnologías de la Información, S.L.

Generamos Ideas, Construimos Soluciones

 <http://www.avalon.com.es> http://www.avalon.com.es


C/ Gran Vía 81, 8ª Planta Bilbao 48011 Teléfono: (+34) 94 441 51 40  Fax:
(+34) 94 441 51 92 


 

 


Hello,

 

We have a problem openning a map with MapGuide Studio 2009. Our code is
this:

 

        MgSiteConnection siteConnection = new MgSiteConnection();

        MgUserInformation userInfo = new MgUserInformation("Anonymous", "");

        siteConnection.Open(userInfo);

        MgResourceService resService =
(MgResourceService)siteConnection.CreateService(MgServiceType.ResourceServic
e);

        MgFeatureService featureService =
(MgFeatureService)siteConnection.CreateService(MgServiceType.FeatureService)
;

       
        MgMap map = new MgMap();

        map.Open(resService, "Sheboygan");

 

In this line returns this mistake: " {"Invalid argument(s):\n\t[0] = \"
\"\nThe string cannot be empty."} "

 

Thank you.

 

Iñigo Mazo González

AVALON Tecnologías de la Información, S.L.
[EMAIL PROTECTED]

 


 

 

 

 




 

 

<<image001.gif>>

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to