Could not load type 'WebApplication3.itemdetails'.

G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,800
Messages
2,569,657
Members
45,411
Latest member
CarmaStarn
Top