Could not load type 'mojoPortal.Web.Global'.

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.
4/8/2010 12:21:32 PM
Gravatar
Total Posts 9

Could not load type 'mojoPortal.Web.Global'.

Server Error in '/' 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: /global.asax Line: 1
----

i am getting the above error when i go to the wwwroot/setup/default.aspx.  i am not sure how to fix this problem.

4/8/2010 12:43:33 PM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Web.Global'.

If you are working with the source code version you must rebuild the solution in Visual Studio to compile everything.

Hope it helps,

Joe

4/8/2010 12:52:58 PM
Gravatar
Total Posts 9

Re: Could not load type 'mojoPortal.Web.Global'.

i read that solution in another post and tried and got the same error. 

mojoportal-2-3-4-1-mssql-deploymentfiles.zip - this is the version of the code i have.

i have checked the bin folder all the compiled DLLs are there is there one i am looking for specifically?

4/8/2010 12:58:42 PM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Web.Global'.

Ok, then you are not using the source code you are using the pre-compiled deployment package.

Most likely cause is if you did not install the files into the correct folder or if the site is configured for the wrong version of .NET like 1.1 instead of 2.0

or if you don't have .NET 3.5 SP1 installed (this is confusing because 3.5 is a superset of 2.0 and the setting in IIS still will say 2.0, it will not say 3.5)

Hope it helps,

Joe

4/9/2010 8:56:16 AM
Gravatar
Total Posts 9

Re: Could not load type 'mojoPortal.Web.Global'.

the framework is set to v2.0 and since i am on an hosting company system they say 3.5 sp  1 is installed also.  i am running pur silverlight sites on this same hosting company's servers.  I am developer and all i use is MS technology.

4/9/2010 9:04:15 AM
Gravatar
Total Posts 18439

Re: Could not load type 'mojoPortal.Web.Global'.

Ok, then you did not install the files in the correct location. You should not have uploaded the wwwroot folder, you should have uploaded the contents of that folder to the root folder of your web hosting. 

Hope it helps,

Joe

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