mojoportal-2-3-1-5 Configuration Error

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.
8/31/2009 7:21:31 AM
Gravatar
Total Posts 3

mojoportal-2-3-1-5 Configuration Error

I setup mojoportal-2-3-1-5 to Parallels Plesk and get 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: '.', hexadecimal value 0x00, is an invalid character. Line 2, position 1.

Source Error:

Line 1: <?xml version="1.0" encoding="UTF-8"?>

Line 2: <configuration>

Line 3: <configSections>

Line 4: <!-- Comment this out in Medium Trust -->

some help me?

 mysite:home.9efish.com

8/31/2009 10:21:35 AM
Gravatar
Total Posts 550

Re: mojoportal-2-3-1-5 Configuration Error

Hi,

Make sure version of .Net framework on your server is 2.0 by doing following steps:

1. Open IIS Manager

2. Located website and right-click on it and select properties

3. Select the ASP.NET tab

4. Change default .net version to 2.0

 

8/31/2009 10:31:53 AM
Gravatar
Total Posts 3

Re: mojoportal-2-3-1-5 Configuration Error

I'm sure my application is running on 2.0

8/31/2009 10:33:50 AM
Gravatar
Total Posts 2239

Re: mojoportal-2-3-1-5 Configuration Error

I've been sure of things before and then been wrong. Do you mind checking?

Thanks,
Joe Davis

8/31/2009 10:44:16 AM
Gravatar
Total Posts 3

Re: mojoportal-2-3-1-5 Configuration Error

yes,I has checked it

I setup mojo (download from codeplex 2.3.1.5) to my own pc -windows 7 rc+iis7.0,and it run error

if I setup mojo 2.3.1.0  with MS's Web Platform Installer,it run ok!

8/31/2009 11:12:50 AM
Gravatar
Total Posts 18439

Re: mojoportal-2-3-1-5 Configuration Error

Sorry I don't know much about Plesk.

I think possibly you do not have .NET 3.5 SP 1 installed. You may have 3.5 but without the needed SP.

Also if you have .NET 1.1 apps running on the same machine you must use a different application pool for those than the one you use for 2.0/3.5

Also you can easily install the latest mojoPortal using the same Platform Installer. The version in the Gallery at the moment is 2.3.1.0 but if you you open up IIS console, you will see near the bottom rigt "Import Application", using this you can browse to the mojoportal-2-3-1-5-mssql-deploymentfiles.zip or the very latest which is version 2.3.1.6, and it will install it the same as if it came from the Gallery.

Hope it helps,

Joe

9/12/2009 12:10:42 AM
Gravatar
Total Posts 1

Re: mojoportal-2-3-1-5 Configuration Error

I had the same problem, but when I was checking my user.config, I realize that I accidentally erase the quote after the password specification in the connection string. The web.config shows the error because the user.config is included in this and the line counting is virtually different.

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