Could not load type 'WebApplication3.itemdetails'.
- From: dinesh <dinesh@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 10 May 2005 12:21:02 -0700
On my application's first page, the codebehind statement is set as"
<%@ Page language="vb" Codebehind="WebForm1.aspx.vb" AutoEventWireup="false"
Inherits="WebApplication3.WebApplication3.WebForm1" %>
and works fine (although I dont know why webaplication3 has to be there
twice, it just does)
However, I have a details page defined with
<%@ Page language="vb" Codebehind="itemdetails.aspx.vb"
AutoEventWireup="false"
Inherits="WebApplication3.WebApplication3.itemdetails" %>
that gives the Could not load type 'WebApplication3.itemdetails'. error
Also tried the inherits with a single WebApplication3, to no avail. any
ideas TIA
D
.
- Prev by Date: Re: Visual Studio .NET setup from hell
- Next by Date: web form state accross sessions
- Previous by thread: server side include or user control?
- Next by thread: web form state accross sessions
- Index(es):
Relevant Pages
|