Upgrade failure (from 2-2-7-9 MSSQL to 2-2-8-3 MSSQL)

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.
2/6/2009 8:13:35 PM
Gravatar
Total Posts 46

Upgrade failure (from 2-2-7-9 MSSQL to 2-2-8-3 MSSQL)

Followed the directions and auploaded all files.

When I run [hostname]/setup/default.aspx I get the following error

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized configuration section system.serviceModel.

Source Error:


Line 943: </system.web.extensions>
Line 944:
Line 945: <system.serviceModel>
Line 946: <services>
Line 947: <service name="System.Web.ApplicationServices.AuthenticationService" behaviorConfiguration="AuthenticationServiceTypeBehaviors">

Not sure what this is and it could *definitely* be "operator error"

Help!   /Bob

2/7/2009 5:27:37 AM
Gravatar
Total Posts 18439

Re: Upgrade failure (from 2-2-7-9 MSSQL to 2-2-8-3 MSSQL)

Hi Bob,

2.2.7.9 was the last version of mojoPortal to target 2.0 .NET, it now targets .NET 3.5 sp1. If you install .NET 3.5 sp1 it should resolve the error.

Its still possible to create a 2.0 compatible build but you would have to do it yourself with VS 2008 by changing the target back to 2.0 and removing any files it complains about when you try to build the solution.

Hope it helps,

Joe

2/7/2009 9:31:42 AM
Gravatar
Total Posts 46

Re: Upgrade failure (from 2-2-7-9 MSSQL to 2-2-8-3 MSSQL)

Thanks, Joe.

I saw an earlier post with the same advice, installed 3.5 sp1 and voila. Thanks for the prompt response.

Everything works perfectly now.

Bob

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