Hello,

I need an urgent help on this question. I have updated a file I had /Modules/CheckoutCompleted.ascx.cs
and then I rebuild it on server (I guess that was wrong step) now when I trying the URL I get:

(I have not touched the MasterPage.root) file however!!!





Server Error in '/' 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 'NopSolutions.NopCommerce.Web.MasterPages.root'.

Source Error:


Line 1:  <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Root.Master.cs" Inherits="NopSolutions.NopCommerce.Web.MasterPages.root" %>
Line 2:  <%@ Register TagPrefix="nopCommerce" TagName="Header" Src="~/Modules/Header.ascx" %>
Line 3:  <%@ Register TagPrefix="nopCommerce" TagName="HeaderMenu" Src="~/Modules/HeaderMenu.ascx" %>


Source File: /MasterPages/Root.Master    Line: 1



Can somebody tell me what I did wrong and how I can fix it?

Thanks in advnace.