Re[mapguide-users] nderingService on MGOS 2.0.2
Alex Fordyce
afordyce at ix.netcom.com
Wed Oct 15 22:04:19 EDT 2008
Has anyone been successful using the RenderingService using release 2.0.2? It
does not seem to be working for me. My install is MGOS 2.0.2 ,.NET, and IIS.
I am trying to save a map as a PNG to my local drive.
I get the following error: "An unclassified exception occurred." and no file
is created. Yes, c:\temp exists. :)
Sample C# code:
MgByteReader byteReader = renderingService.RenderMap(map, selection,
mapExtent, 650, 650, bgcolor, "png" );
MgByteSink byteSink = new MgByteSink(byteReader);
string fileName = "c:\\temp\\myMap.png";
byteSink.ToFile(fileName);
Any suggestions or success stories would be welcomed.
thanks.
alex
--
View this message in context: http://www.nabble.com/RenderingService-on-MGOS-2.0.2-tp20005723p20005723.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list