Shared Module server error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/5/2007 1:09:11 PM
Gravatar
Total Posts 80

Shared Module server error

Using Mojoportal 2.1.8 with .NET 2.0 and IIS.

To reproduce:

1. Type name of folder in "New Folder" text field.
2. Press enter

This results in the following error:

"Failed to load viewstate.  The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.  For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request."

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[HttpException (0x80004005): Failed to load viewstate.  The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.  For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.]
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +353
System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +142
System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +300
System.Web.UI.Control.AddedControl(Control control, Int32 index) +2067969
System.Web.UI.ControlCollection.Add(Control child) +146
mojoPortal.Web.CachedSiteModuleControl.CreateChildControls() +221
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +21
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +289
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +289
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +289
System.Web.UI.Page.FindControl(String id) +40
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +252
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4526
1/5/2007 1:58:26 PM
Gravatar
Total Posts 18439

Re: Shared Module server error

Hi,

Thanks for letting me know. This is now fixed in svn branches/joesandbox2 and will be included in the next release coming soon.
I will also look around for other places where there might be incorrect enter key behavior.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.