Results 1 to 5 of 5

Thread: Compiler Error Message: BC30456: 'Title' is not a member of

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Compiler Error Message: BC30456: 'Title' is not a member of

    So just recently I started getting this error randomly. I'll publish, and one page will get the error. I'll push the same exact files and run again and another page will get the error. Seems to be completely random. Any thoughts on causes of this? I mean if it was a miss match in file names, or a cut and past error leading to duplicate class names I'd get it but it is so random I can't see those being the problem.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: Compiler Error Message: BC30456: 'Title' is not a member of

    IS it something to do with the inherits, I noticed my page directive will be:
    <%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="Rates.aspx.vb" Inherits="Admin_Rates" %>

    And the error shows:
    <%@ page title="" language="VB" masterpagefile="~/Site.master" autoeventwireup="false" inherits="Admin_Rates, App_Web_g0v2oafk" %>

    Any idea where the App_Web_g0v2oafk comes from?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,606

    Re: Compiler Error Message: BC30456: 'Title' is not a member of

    When you say publish, do you mean publish using visual studio?If so then there is your error. Visual Studio publish was a bug imported to VS just to bug us. Funny guys there at Microsoft with a sense of humor, they created a big bug just to make fun of the newbie web developers. Good one MS
    Ah, yes just don't use the publish tool.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Compiler Error Message: BC30456: 'Title' is not a member of

    As you can see the error shows title that should be Title. I never had any problems with de publish tool. you could try to do a build en copy-paste that build to the server.
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: Compiler Error Message: BC30456: 'Title' is not a member of

    Hrm ok anybody have any other help?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width