ThinkGeo.com    |     Documentation    |     Premium Support

Map error in production

Hi,

I’m working on creating a map assigning them some layers, when you are developing the application, and publish it on the test server map displayed correctly with layers that i add, but when I pass it to the client server map is displayed with roses pictures. What is the cause of that?
attached image server client where the error is displayed.

Hi Fernando,

It seems that the tiles’ request are not found in the server side or there is no stream return. Please make sure that if there is any exception thrown during the process. We can start the exception tracker by the following steps(visual studio 2012 for example):

DEBUG -> Exceptions -> Check the exceptions you want to catch.

Hope it’s helped.

Thanks,
Peter