Click here to Skip to main content
15,893,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i have done project on asp.net with ms access back end in my system working correctly when i upload in domain (.org) it opening login page but after entering user name and password its showing this error BC30456: 'Title' is not a member of 'ASP.home_aspx'.please help me ...

thanks in advance


Reffer this link for view error page
http://www.freeimagehosting.net/c5tnx[^]
Posted

May be the possibility that
1. There are two .aspx page with same class name.either you have renamed the page home.aspx to home_old.aspx or something. Please confirm the same and delete the old aspx page from server.
2. The Name of Your Master Page is Home.master and also your aspx page name is Home.aspx. Try after renaming the name of the .aspx page.

Thanks
 
Share this answer
 
v2
Comments
Member 11656340 26-May-15 6:06am    
Thanks
sir actually in my project home.aspx and home.master i used and i never re-named any form
 
Share this answer
 
if master page includes means Inherits="" is same as form name r wat sir

in my master form
HTML
<![CDATA[<%@ Page Language="VB" MasterPageFile="~/Home.master" AutoEventWireup="false" CodeFile="Alumniformdetail.aspx.vb" Inherits="Alumniformdetail" title="Untitled Page" %>


and in my home form
HTML
<![CDATA[<%@ Page Language="VB" MasterPageFile="~/Home.master" AutoEventWireup="false" CodeFile="main.aspx.vb" Inherits="Home" title="Untitled Page" %>



i renamed home as main
 
Share this answer
 
v2
Comments
AshishChaudha 17-Oct-12 7:43am    
Then is your problem solved??
Right Click the form then rename.click yes to all
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900