Unknown server tag 'portal:OuterWrapperPanel' from Form Wizard Pro

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
12/12/2011 10:36:23 AM
Gravatar
Total Posts 73

Unknown server tag 'portal:OuterWrapperPanel' from Form Wizard Pro

Recently purchased the Form Wizard Pro (hooray!) and am trying to get it installed.

When I try to create and edit a content module of it, I get the following error in the system log:

"

2011-12-12 11:18:15,905 ERROR mojoPortal.Web.Global - 192.168.0.112-en-US - /Admin/ContentManagerPreview.aspx?mid=303
System.Web.HttpParseException (0x80004005): Unknown server tag 'portal:OuterWrapperPanel'. ---> System.Web.HttpException (0x80004005): Unknown server tag 'portal:OuterWrapperPanel'.
at System.Web.UI.TagPrefixTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs)
at System.Web.UI.MainTagNameToTypeMapper.GetControlType2(String tagName, IDictionary attribs, Boolean fAllowHtmlTags)
at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags)
at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary attribs)
at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty)
at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ProcessException(Exception ex)
at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

"

I believe this is the error that caused the module not to display.

I found this article in the forums: http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=4&thread=8277&pagenumber=1, which discusses a similar error.  It says that the mojoPortal.Web.UI namespace registration needs to be in theme.skin for your skin.

I checked and it is already.  Here is the header of the theme.skin file on my site:

"

<%@ Register Namespace="mojoPortal.Web.UI" Assembly="mojoPortal.Web" TagPrefix="portal" %>
<%@ Register Namespace="mojoPortal.Web.Controls" Assembly="mojoPortal.Web.Controls" TagPrefix="mp" %>

[...]

"

Not sure where to go from here.

System Info:

mojoPortal Version2.3.6.5 MSSQL
Operating SystemMicrosoft Windows NT 5.2.3790 Service Pack 2
ASP.NET Infov4.0.30319 Running in Full Trust

Ted

12/12/2011 10:52:46 AM
Gravatar
Total Posts 18439

Re: Unknown server tag 'portal:OuterWrapperPanel' from Form Wizard Pro

Hi Ted,

You need to upgrade your mojoPortal installation. you have a newer version of Form Wizard Pro that requires a newer version of mojoPortal than the one you have installed.

For more information about those panels see A More Flexible Set of Container Panels which were introduced in mojoPortal version 2.3.6.6.

See also the version history and system requirements tabs on the Form Wizard Pro product page.

Best,

Joe

12/12/2011 11:04:57 AM
Gravatar
Total Posts 73

Re: Unknown server tag 'portal:OuterWrapperPanel' from Form Wizard Pro

Thanks Joe.  I was hoping it would be something simple like that.

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