Hi all,
I'm just creating the DarkGrey and Monochrome App_Themes and I'm getting a couple of problems:
1) My error list window is coming up with 4 of the same errors stating:
Error parsing attribute 'page': Cannot create an object of type 'System.Web.UI.Page' from its string representation " for the 'Page' property.
The page declaration is:
<%@ Title="Planet Wrox" Page Language="
VB" AutoEventWireup="false" CodeFile="CSSDemo.aspx.
vb" Inherits="Demos_CSSDemo" %>
2) After changing the Web.Config file to include:
<pages theme="Monochrome" styleSheetTheme="Monochrome"></pages>
I now get a page error:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
It points to line 2:
Line 2: Partial Class MasterPages_FrontEnd
Source File: C:\begASPNET\Site\MasterPages\FrontEnd.master.
vb Line: 2