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 'Site.Pages.ContactUs'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="True" MasterPageFile="~/MasterPages/Default.master" CodeBehind="ContactUs.aspx.cs" Inherits="Site.Pages.ContactUs"
%>
Line 2:
Line 3: <asp:Content ContentPlaceHolderID="ContentBottom" runat="server">
|
Source File:
/Pages/ContactUs.aspx Line:
1
********************************************************************************************************************************************************************************************
Im trying to add leads management to the partner portal. What I did was grabbed the "contact us" file from the customer portal and put the file
in the partner portal. I thought it would work!!! Any Help