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:
Operating SystemMicrosoft Windows NT 5.2.3790 Service Pack 2
ASP.NET Infov4.0.30319 Running in Full Trust
Ted