Please Help

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.
6/7/2011 9:00:20 AM
Gravatar
Total Posts 1

Please Help

Hello 

I am Ammar, I am developer

I am new using mojoportal its great work and i liked it 

i am now developing website and I have used mojoportal in it for some pages

but other pages  need special form and web controls

Using Visual Studio 2008

I created new page:

page header is:

WebConsultationForm.aspx:

<%@ Page Language="C#" MasterPageFile="~/App_MasterPages/layout.Master" AutoEventWireup="true" CodeBehind="WebConsultationForm.aspx.cs" Inherits="mojoPortal.Web.WebConsultationForm" Title="Web Consultation Form" %>

 

and the cs file:

using System.Data.SqlClient;
using mojoPortal.Business;
using mojoPortal.Business.WebHelpers;
using mojoPortal.Web.Framework;
using Resources;
namespace mojoPortal.Web
{

.....

Some code and functions ....

 

the page is working correctly and as expected on my local IIS

but when I uploaded the website to Online web server all pages created from mojoportal working 

else

this page I created by myself

the error:

erver Error in '/cuweb' 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.WebConsultationForm'.

 

Please Any Help

Thank you

6/8/2011 11:59:52 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Please Help

Start by review the developer documentation and videos here. Those are the best resources to get started.

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