Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: 'Wrox.ThePhile.Web.Controls.User.SiteHeader' is not a valid type


Message #1 by "Nick Jordan" <nick@w...> on Fri, 19 Apr 2002 16:37:02
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!

  Return to Index