| 
                                                                            
                                                                                knox
                                                                            - 
                                                                                3/28/2011 8:38:54 AM
                                                                            
                                                                         
                                                                        Import Site To Web Farm Error 
                                                                            I am trying to import some updates to my site.  My site is running on a 2 server web farm.
 When I do I receive the following error:
 =============================================
 Server Error in '/' Application.
 --------------------------------------------------------------------------------
 
 [ImportWizard.ImportSettings]: Import settings has been lost.
 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
 
 Exception Details: System.Exception: [ImportWizard.ImportSettings]: Import settings has been lost.
 
 Source Error:
 
 
 Line 148:            if (settings == null)
 Line 149:            {
 Line 150:                throw new Exception("[ImportWizard.ImportSettings]: Import settings has been lost.");
 Line 151:            }
 Line 152:            return settings;
 
 
 Source File: CMSModules\ImportExport\Controls\ImportWizard.ascx.cs    Line: 150
 
 Stack Trace:
 
 
 [Exception: [ImportWizard.ImportSettings]: Import settings has been lost.]
 CMSModules_ImportExport_Controls_ImportWizard.get_ImportSettings() in CMSModules\ImportExport\Controls\ImportWizard.ascx.cs:150
 CMSModules_ImportExport_Controls_ImportWizard.Page_Load(Object sender, EventArgs e) in CMSModules\ImportExport\Controls\ImportWizard.ascx.cs:249
 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
 System.Web.UI.Control.OnLoad(EventArgs e) +99
 CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e) +47
 CMS.UIControls.CMSUserControl.OnLoad(EventArgs e) +73
 System.Web.UI.Control.LoadRecursive() +50
 System.Web.UI.Control.LoadRecursive() +141
 System.Web.UI.Control.LoadRecursive() +141
 System.Web.UI.Control.LoadRecursive() +141
 System.Web.UI.Control.LoadRecursive() +141
 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
 
 
 
 
 --------------------------------------------------------------------------------
 Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
 =============================================
 
 The event log shows:
 
 =============================================
 EventID: 21307
 
 EventType: E
 
 EventTime: 3/28/2011 8:28:34 AM
 
 Source: Application_Error
 
 EventCode: EXCEPTION
 
 UserID: 70
 
 UserName: MyAdminUser
 
 IPAddress: MyIPAddress
 
 EventDescription: Message: [ImportWizard.ImportSettings]: Import settings has been lost.
 Stack Trace:
 at CMSModules_ImportExport_Controls_ImportWizard.get_ImportSettings() in CMSModules\ImportExport\Controls\ImportWizard.ascx.cs:line 150
 at CMSModules_ImportExport_Controls_ImportWizard.Page_Load(Object sender, EventArgs e) in CMSModules\ImportExport\Controls\ImportWizard.ascx.cs:line 249
 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
 at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
 at System.Web.UI.Control.OnLoad(EventArgs e)
 at CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e)
 at CMS.UIControls.CMSUserControl.OnLoad(EventArgs e)
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Control.LoadRecursive()
 at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
 
 Site: CMS Portal
 
 EventUrl: /CMSModules/ImportExport/SiteManager/ImportSite.aspx
 
 EventMachineName: MyWebServer2
 
 EventUserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; AskTbFXTV5/5.9.1.14019)
 
 EventUrlReferrer: CMSModules/ImportExport/SiteManager/ImportSite.aspx
 =============================================
 
 Any ideas what might be causing this problem?
 
 Thanks for any help.
 
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |