Select to view content in your preferred language

How to solve 'layer not initialzed' error for the first time web access for the day

2064
1
10-04-2013 02:08 AM
SreenivasaRaoPigili
Frequent Contributor
Hi,
   we have one webapplication which was built by using arcgis api for silverlight.
whenever we are accessing the application for the first time in a day, we are getting 'Layer is not initialized' .

From our end, we have analyzed the MXD before creating MSD. There we didnt find any error messages. we have few warning and information messages.
we are clearing the rest cache for every 60minutes using ArcGIS REST API Admin settings.

Please let me know, how to solve this issue.
0 Kudos
1 Reply
RobChouinard
Frequent Contributor
Just a thought: Subscribe to the InitializationFailed event and try to initialize a second time. Make sure to not create a loop by using a counter or unsubscribe from event before trying a second time.
0 Kudos