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