BC30456: 'Title' is not a member of 'ASP. ...

Y

ydesilets

I my name is Yohan.
Id did have an error like BC30456: 'Title' is not a member of 'ASP....

I looked in many forum without success. Then I found something related
to the BC30456 error number.

On my application the error was cause by the Inherits tag. Both of my
child forms had the same Inherits "_Default". Then I changed one and it
is ok now

Note: You have to change the Inherits tag in the .aspx and in the
related .vb files

Exemple .aspx :
<% @ Page Language ="VB" MasterPageFile="~/Principal.master"
AutoEventWireup ="false" CodeFile="InventaireAccessoire.aspx.vb"
Inherits="_Default2" title="InventaireAccessoire" %>

Exemple .vb :
Partial Class _Default2
Inherits System.Web.UI.Page
 

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,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top