aspdotnet_website_programming thread: 'Wrox.ThePhile.Web.Controls.User.SiteHeader' is not a valid type
Hello-
I'm having the following problem with SiteHeader.ascx.
'Wrox.ThePhile.Web.Controls.User.SiteHeader' is not a valid type
The problem is with line 1:
<%@ Control Language="c#" AutoEventWireup="false"
Codebehind="SiteHeader.ascx.cs"
Inherits="Wrox.ThePhile.Web.Controls.User.SiteHeader"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
I guess my problem comes down to where the site header control is derived
from. It isn't in my DLL (at least at this point in the book) but does
appear in SiteHeader.ascx.cs (the code behind). Can someone point me in
the right direction here? Thanks!