Re: Problem with inheritance of code behind page
From: Natty Gur (natty_at_dao2com.com)
Date: 06/15/04
- Next message: Veeresh: "Launching a new window......"
- Previous message: Steven Cheng[MSFT]: "RE: Connecting to Database from Windows Control running in ASP.Net"
- In reply to: John Morgan: "Problem with inheritance of code behind page"
- Next in thread: John Saunders: "Re: Problem with inheritance of code behind page"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 22:36:13 -0700
Hi,
Inherits set the name of the class that page compilation process use to
derive the class create from aspx declaration from. So Inherits got
nothing to do with path.
ASP.NET looks for this class in the DLL generate for pages code behind
classes. it looks like you didn't copy that DLL to the Bin directory. or
that classes use other assemblies that didn't load to the server.
HTH
Natty Gur[MVP]
blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)52-8888377
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Veeresh: "Launching a new window......"
- Previous message: Steven Cheng[MSFT]: "RE: Connecting to Database from Windows Control running in ASP.Net"
- In reply to: John Morgan: "Problem with inheritance of code behind page"
- Next in thread: John Saunders: "Re: Problem with inheritance of code behind page"
- Messages sorted by: [ date ] [ thread ]