mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/14/2010 10:26:15 AM
Gravatar
Total Posts 2239

mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

Hi Joe,

OS: Server 2008 (IIS 7)
DB: MSSQL 2008
.NET Ver: 3.5
I just upgraded two mP 2.3.5.5 sites to 2.3.5.8 but I am receiving the below error after upgrading:

System.Web.HttpParseException: Unknown server tag 'asp:ScriptManager'. ---> System.Web.HttpException: Unknown server tag 'asp:ScriptManager'.
   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)
   --- End of inner exception stack trace ---
   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)

 

Any clues?

Thanks,
Joe

12/14/2010 11:13:18 AM
Gravatar
Total Posts 18439

Re: mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

Hi Joe,

Do you have this in the <pages><tagMapping section of Web.config:

<add tagType="System.Web.UI.ScriptManager" mappedTagType="AjaxControlToolkit.ToolkitScriptManager" />

if not add it if so try commenting it out

and make sure you uploaded the AjaxControlToolkit.dll version 3.5.40412.2 it should be in the /bin folder of the package

Thanks,

Joe

12/14/2010 11:16:12 AM
Gravatar
Total Posts 18439

Re: mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

you might also try uncommenting this

<!-- AJAX Extensions support
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
-->

it was needed at one time but after a windows update not long ago it seemed to cause an error so I commented it out.

12/14/2010 11:48:27 AM
Gravatar
Total Posts 2239

Re: mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

Hi Joe,

I had the key in the tagMapping section and commenting it out did nothing.

The AJAX Extensions support section was commented out so I uncommented it and the site is working. I checked the old version (2.3.5.5) web.config and it was not commented out.

Thanks,
Joe D.

 

12/14/2010 11:52:21 AM
Gravatar
Total Posts 18439

Re: mojoPortal 2.3.5.8 .NET 3.5 Upgrade Issue

Ok, I'll uncomment it and re-upload the 3.5 .NET packages. I would revert the commenting out of the tagMapping.

Thanks,

Joe

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