first 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.
10/25/2006 12:19:55 PM
Gravatar
Total Posts 4

Re: first error

downloaded source files
set IIs to web folder
tried to launch default page
got this error message


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: /global.asax    Line: 1


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
10/25/2006 12:25:56 PM
Gravatar
Total Posts 18439

Re: first error

That usually means you didn't compile the solution in VS. Rebuild the solution and also make sure the Data folder beneath web is writable by aspnet user.
Alternatively, just hit the play button in VS 2005 to launch the debugger which will compile and open the default page as IIS is not really needed but is an optional configuration.

Hope it helps,

Joe
10/25/2006 12:49:15 PM
Gravatar
Total Posts 4

Re: first error

need the non vs solution please
10/25/2006 1:17:46 PM
Gravatar
Total Posts 18439

Re: first error

if you don't have VS then I don't think you can work with the source code files very well, try the release files which are pre-compiiled instead of the source files.

Hope it helps,

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