A
Alex. O. Koranteng
I have added my skin file to the App_theme folder of my app. I have
referenced stylesheet name as shown below. Any suggestions will be appreciated
<%@ Page Language="C#" MasterPageFile="~/AJAX_MasterPages/MainMaster.master"
AutoEventWireup="true" CodeFile="MainContent.aspx.cs"
StylesheetTheme="~/main.css" Inherits="MainContent" Title="Untitled Page" %>
I am getting the error below
Server Error in '/AJAXANDMASTERPAGES' 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: '~/main.css' is not a valid theme name.
Source Error:
Line 1: <%@ Page Language="C#"
MasterPageFile="~/AJAX_MasterPages/MainMaster.master" AutoEventWireup="true"
CodeFile="MainContent.aspx.cs" StylesheetTheme="~/main.css"
Inherits="MainContent" Title="Untitled Page" %>
Line 2:
Line 3:
Source File: /AJAXANDMASTERPAGES/AJAX_MasterPages/MainContent.aspx Line: 1
referenced stylesheet name as shown below. Any suggestions will be appreciated
<%@ Page Language="C#" MasterPageFile="~/AJAX_MasterPages/MainMaster.master"
AutoEventWireup="true" CodeFile="MainContent.aspx.cs"
StylesheetTheme="~/main.css" Inherits="MainContent" Title="Untitled Page" %>
I am getting the error below
Server Error in '/AJAXANDMASTERPAGES' 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: '~/main.css' is not a valid theme name.
Source Error:
Line 1: <%@ Page Language="C#"
MasterPageFile="~/AJAX_MasterPages/MainMaster.master" AutoEventWireup="true"
CodeFile="MainContent.aspx.cs" StylesheetTheme="~/main.css"
Inherits="MainContent" Title="Untitled Page" %>
Line 2:
Line 3:
Source File: /AJAXANDMASTERPAGES/AJAX_MasterPages/MainContent.aspx Line: 1