Parse error on installation

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/27/2007 1:31:32 PM
Gravatar
Total Posts 2

Parse error on installation

Hi, I downloaded the source version of the files. I am using IIS 5.1 on XP and MS SQL Server 2005. I created a virtual directory in IIS named mojoportal that points to the WEB directory of the source code files and I gave the ASPNET user full control over the WEB directory. I also created my database and updated the connection string in the web.config.

When I browse to localhost/mojoportal/setup/default.aspx I get the following error. What am I doing wrong? Any help would be great. Thanks.

 

Error Message:

Server Error in '/mojoportal' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'mojoPortal.Web.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="mojoPortal.Web.Global" %>


Source File: /mojoportal/global.asax Line: 1

Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

8/27/2007 1:36:47 PM
Gravatar
Total Posts 18439

Re: Parse error on installation

When you use the source code you must build the Solution in VS 2005 first.

Joe

8/27/2007 5:48:08 PM
Gravatar
Total Posts 2

Re: Parse error on installation

Thanks Joe, That was what I was missing.

Jason

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