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

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/15/2009 2:01:38 AM
Gravatar
Total Posts 17

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

Dear All,

Can anyone tell me why i get this error when i run the website from IIS.

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

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

However it works fine from Visual Studio.

Regards,
Imran
 

7/15/2009 6:51:30 AM
Gravatar
Total Posts 18439

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

You must build the solution before it can run, it cannot run directly from source code, it has to be compiled. This error looks like what I would expect if you just deploy source code without compiling. Its fine to use source code on a dev machine but for production deployment you should package with UnleashIt and not deploy the source code. 

Hope it helps,

Joe

7/15/2009 9:20:18 AM
Gravatar
Total Posts 17

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

Thanks joe Audette,

I have already identified the cause of this error.

Many thanks for your support.

Regards,
Imran

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