Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My project is in asp.net web form now i am changing its front end using Devexpress, but after successfully adding 2 forms as it is, it is firing following error when I added all web forms. error is as follows.


wevDescription: 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 'ems3.RootMaster'.

Source Error:


Line 1: Master Language="C#" AutoEventWireup="true" CodeBehind="Root.master.cs" Inherits="ems3.RootMaster" ;
Line 2:
Line 3: %-- DXCOMMENT: Page Root.master is a master page that contains the root layout (it includes Header, Cental Area, and Footer) ;

Source File: /Root.master Line: 1
</pre>
Posted
Updated 4-Nov-15 20:19pm
v4

1 solution

Check your names: the code file is called Root.master.cs, the base class is called ems3.RootMaster
It's likely that it should be ems3.Root.Master or ems3.Rootmaster or similar. Character case is important here!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900