Hi.
We are having the problem as follows. If a user is on a web page with the Map Control, and the IIS worker process is recyled, the following exception (Stack Trace) occurs:
[NullReferenceException: Object reference not set to an instance of an object.]
ThinkGeo.MapSuite.WebEdition.Map.LoadViewState(Object savedState) +717
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +183
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221
System.Web.UI.Page.LoadAllState() +312
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1661
Typically our other pages trap (on Page_Load) that the session state has been reset and we redirect to the login screen. We need to know how to deal with this exception (or if it is actually a bug on your end)? Thanks.