Error running setup

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/24/2012 1:58:06 PM
Gravatar
Total Posts 1

Error running setup

Installed mojoportal-2-3-9-0-mssql-net40-deploymentfiles on Win 7 Pro / IIS 7.5 / SQL Server 2008 R2 Express
Got the following error when running:  http://localhost/Setup/Default.aspx :
"Could not load file or assembly 'mojoPortal.Business.WebHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied."
I've carefully followed the installation steps.

Here's some info:
- AppPool is named "DotNET4AppPool" (.NET 4 - Integrated)
- Connection string in User.config (tested using Sql Srv. Mgmt. Studio)
- Site | Connect As... tried both Appl. User (pass-thru auth.) and specific user

 

9/24/2012 2:06:16 PM
Gravatar
Total Posts 18439

Re: Error running setup

Is this a clean installation or do you have also some custom features packaged in it?

This error could happen in custom features that were compiled against older versions of mojoPortal.

Some things in the mojoPortal.Business.WebHelpers namespace were moved into the mojoPortal.Web assembly so if you get this error with a custom feature you need to re-compile your custom feature after adding a reference to mojoPortal.Web project in the palce where the error is happening.

The stack trace you posted of the error is not showing enough detail, it isn't pointing to code in any included features.

Or this error could happen if the file /bin/mojoPortal.Business.WebHelpers.dll is missing or the app pool user does not have read permission on the file.

Hope that helps,

Joe

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