Parser Error at /App_MasterPages/layout.Master

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/11/2011 1:30:50 AM
Gravatar
Total Posts 5

Parser Error at /App_MasterPages/layout.Master

I am getting follow error when setting up mojoportal (2.3.6.2 Sqlite) on a Windows server with .Net 4.0 supported. Everything goes well during the installation (by calling /setup/default.aspx). But when I try to login, following error occurs. Please help me out. Thanks. BTW, the same code works fine on my local machine without any error reported.


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: The base class includes the field 'Breadcrumbs', but its type (mojoPortal.Web.UI.BreadcrumbsControl) is not compatible with the type of control (ASP.controls_breadcrumbscontrol_ascx).
Source Error:

Line 59:      </asp:Panel>
Line 60:      <asp:Panel id="divCenter" runat="server" visible="True" cssclass="center-rightandleftmargins" SkinID="pnlPlain">
Line 61:             <portal:Breadcrumbs id="Breadcrumbs" runat="server"></portal:Breadcrumbs>
Line 62:          <portal:ChildPageMenu id="ChildPageMenu" runat="server" CssClass="txtnormal"></portal:ChildPageMenu>
Line 63:          <asp:ContentPlaceHolder ID="mainContent" runat="server"></asp:ContentPlaceHolder>

Source File: /mj4graph/App_MasterPages/layout.Master    Line: 61

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
 

3/11/2011 6:24:59 AM
Gravatar
Total Posts 18439

Re: Parser Error at /App_MasterPages/layout.Master

So you produced and deployed your own build from source code?

3/11/2011 11:48:16 PM
Gravatar
Total Posts 5

Re: Parser Error at /App_MasterPages/layout.Master

Glad to see your reply, Joe. Sorry for the confusion. It's not built from the source code. I am using mojoportal-2-3-6-2-sqlite-net40-deploymentfiles.

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