Installation Error(s)

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.
9/13/2008 11:20:31 AM
Gravatar
Total Posts 3

Installation Error(s)

Hi all,

When I try to install on my webserver, I get this 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: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The module was expected to contain an assembly manifest.

Source Error:


Line 861:
Line 862: <!-- AJAX Extensions suport -->
Line 863: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 864:
Line 865: <!-- comment this out for Mono -->
 

Source File: X:\XXXXXX\XXXX\web.config Line: 863
 

I am running W2K3 and using MSSQL 2005.  If I comment out line 863, I 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: Could not load type 'mojoPortal.Web.Controls.ExtJs.ExtGridView'.

Source Error:


Line 22:
Line 23:
Line 24: <adapter controlType="mojoPortal.Web.Controls.ExtJs.ExtGridView"
Line 25: adapterType="mojoPortal.Web.ExtGridViewAdapter" />
Line 26:
 

Source File: X:\XXXXXX\XXXX\App_Browsers\CSSFriendlyAdapters.browser Line: 24

Any suggestions?

 

Thanks.

9/13/2008 11:22:56 AM
Gravatar
Total Posts 18439

Re: Installation Error(s)

Are you using release files or source code? If using source code you have to compile the solution in VS 205 or VS 2008

Hope it helps,

Joe

9/13/2008 11:49:59 AM
Gravatar
Total Posts 3

Re: Installation Error(s)

I am using the release files.  I followed all of the installation instructions as detailed here http://www.mojoportal.com/installation-quick-start.aspx

Thanks

9/13/2008 12:02:59 PM
Gravatar
Total Posts 18439

Re: Installation Error(s)

Are you sure the site is configured for 2.0 .NET and not 1.1 .NET?

All of the dlls are in the /bin folder including System.Web.Extensions. Maybe you don't have the site pointing at the mojoportal root web folder. What is the structure of your url for the root of ths site? http://somehost/ or http://somehost/somefolder?

9/13/2008 12:23:47 PM
Gravatar
Total Posts 3

Re: Installation Error(s)

Joe,

 

Thanks for the response.  I never though about it but upon checking 1and1 is only using .NET 1.1.  This website is for a client of mine, so I don't have much experience with 1and1.  I have sent them a message requesting a change to 2.0.  If they refuse to change it, I guess I will just have to switch to another host.

 

Thank you for your time.

9/13/2008 12:37:49 PM
Gravatar
Total Posts 18439

Re: Installation Error(s)

Others have reported before that 1and1 shared hosting doesn't offer 2.0 .NET with Ajax.

They are very good for dedicated servers but for shared hosting they don't seem to be a good choice.

Best,

Joe

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