Ambiguity in Namespaces? No way!



  • @joe.edwards said:

    @Lorne Kates said:

    @Mcoder said:

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

    @Mcoder said:

     

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

    @Mcoder said:

     

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

     

    So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed?

     

    It's probably ntext or nvarchar(max), so I'm betting on the SQL server running out of disk space first.
    @joe.edwards said:
    @Lorne Kates said:

     

    @Mcoder said:

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

    @Mcoder said:

     

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

    @Mcoder said:

     

    @mikeTheLiar said:

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
    @mikeTheLiar said:
    @mott555 said:

     

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    @mott555 said:

    @Mcoder said:

    @Ronald said:

    @Ben L. said:
    @Ronald said:
    @Darsithis said:

    So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:

    BC30456: 'Title' is not a member of xxxx page

    Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…

    …that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them had the same name!

    So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out!

    I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.

    ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.

    You shouldn't quote the entire OP.

    There you go!

     

    Now, you two!  Stop quoting the entire OP!

    Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!

     

    FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/
     

    Well, I don't know, but I love geometric progressions.

     

     

    So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed?

     

    It's probably ntext or nvarchar(max), so I'm betting on the SQL server running out of disk space first.
     

    Nah. I'm closing the first page, and we are still with such a short comment? They guys with images are winning by far, and they have a much lower exponent...

     



  • @Lorne Kates said:

    So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed?

    mods don't get annoyed, they are too busy changing stuff people post without telling anyone partying with hot chicks



  • @Ronald said:

    mods don't get annoyed, they are too busy changing stuff people post without telling anyone partying with hot chicks
     

    The fun thing is that you crafted a sort of pre-edited version of your own post, and never actually edited it.



  •  

    <form name="aspnetForm" id="aspnetForm" action="/forums/p/29691/345946.aspx" method="post">

     

    <input name="__EVENTTARGET" id="__EVENTTARGET" type="hidden"> <input name="__EVENTARGUMENT" id="__EVENTARGUMENT" type="hidden"> <input name="__VIEWSTATE" id="__VIEWSTATE" type="hidden" value="/wEPDwUILTgxMTI0ODlkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBS9jdGwwMCRjdGwwMCRiaGNyJGN0bDAxJGN0bDAwJFRpdGxlQmFyU2VhcmNoVGV4dPnYNySvHiMZA9kjsYZpz/4WWw8M">

    <script type="text/javascript"> // </script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=4S_6o9gmFmJJ7xL4DViLtXMx9W96uUJ1GGTnKZbqUJmt0NQWA3ek-PAH3BKYBkaaXgJwxUPYZsQ_d6-IUFiNRpamtGVGSz-D89n1jWV17Giau_g0YZJUkB6MXAVhS-hGWwcJ541vEC0Yz4i611733EA4iUE1&amp;t=633257056500000000" type="text/javascript"></script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=2fWS2sE1hzLf5GmVWKWJFCRi8atwSfdein6y3xeQbdM0em2iWfz34BUeVZZMhQ8KZGHvphs1CdNyiMmbXwDLU2TS_N73gr5oCbDRtoP771Cb-CBKfBVSZ11JvyPXe2ifJJth-H0_7b_nc-ORXpyNTv3Nncs1&amp;t=633257056500000000" type="text/javascript"></script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=Kw6bX4zR2bYdkxjwM-cJ54fiFespYwBf_pcc1SAPDIUdSSwRUWodkam3DifjeBNBhlEEUwElZog4bUnzxtf0YPJr4zwcNspY26xbu9gc54ANIo_-gZORcmgXWQHVfyMyISV6m66Mt7cRZ8a0X-EbFoAd9r70TVr_PoxY0Sf96o6SNRjO0&amp;t=633256473620000000" type="text/javascript"></script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=nFBGwd3tJPgVl7CAgpj21M44WW8AaSNdOgijI6o47wPc4ZgV3GwxLZ6aKEMsdz_RGyEvc1LE52cSinpUrkasjYp1bhQM8Y-GHhrlW9gZIyUZfIIXHubrcDCX2pXoh7awL7N9ovGKx8N9BdUmvGWbHq3hR5RsUAf4taFggJ85_bqXMqXp0&amp;t=633257056500000000" type="text/javascript"></script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=xafc5peyWXQ25yMWEg2Wd_oX_cKVFrCTW1cVB_dCXu_3t9gTaPMr8_k81Jt6pfx2JgIaiB7OhOHkiIxLaLgtq_mphLo4KJTynfDS8EFQOV92hhKEQnUJnJPhHheBOzksD1BULMZdJSe-vKrAoIyRbrJr0pMMuLuBOaWyPwljpKgBTDp60&amp;t=633257056500000000" type="text/javascript"></script> <script src="http://forums.thedailywtf.com/WebResource.axd?d=7bL65dEe4kJ1_EFrIHyBKYbQlzORr9bF_4AC4VzChnK0JW6XWOsH7PH-94Kg-IJXW8rNwFyrlOV8liYjh8PxYLU1Vc9vc7nzsaQcYlDmCVvWCVadc_gbrkUDqFvPLeUcBz0VXTuYO72MPEc8l4iIKDLD-joc83KGmNZq98ApKaiMgKXJ0&amp;t=633257056500000000" type="text/javascript"></script>

    												 </p><div id="CommonOuter"><div id="Common"><div id="CommonHeader"><div class="CommonTitleBar"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a>			                             </td><td width="100%" class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">					                                    Welcome to TDWTF Forums         <a href="http://forums.thedailywtf.com/login.aspx?ReturnUrl=%2fforums%2fp%2f29691%2f345946.aspx"><strong><font color="#698d73">Sign in </font></strong></a>         | <a href="http://forums.thedailywtf.com/user/CreateUser.aspx?ReturnUrl="><strong><font color="#698d73">Join</font></strong></a>        | <a href="http://communityserver.org/r.ashx?K"><strong><font color="#698d73">Help</font></strong></a>     				                             </div></div><div class="CommonSearch"><table align="right" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td nowrap="nowrap"><input name="ctl00$ctl00$bhcr$ctl01$ctl00$TitleBarSearchText" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchText" onkeydown="return KeyDownHandlerctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton(event);" onclick="if(this.defaultValue==this.value) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" type="text" size="15" maxlength="64">					                                    						                                         in 						                                         <select name="ctl00$ctl00$bhcr$ctl01$ctl00$ctl00$ctl02$TitleBarSearchDropDownList" id="ctl00_ctl00_bhcr_ctl01_ctl00_ctl00_ctl02_TitleBarSearchDropDownList"><option value="S:18" selected="">"Side Bar" WTF</option>	 <option value="G:4">The Daily WTF</option>	 <option value=":">(Entire Site)</option> </select>                                                            					                                     </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton" href="javascript:__doPostBack('ctl00$ctl00$bhcr$ctl01$ctl00$TitleBarSearchButton','')">Search</a></span>					                                     </td></tr></tbody></table></div></td></tr></tbody></table></div><div class="CommonTabBar">
    
    <script type="text/javascript"> // </script>
                                 <div class="CommonTabBarInner"><table border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td class="CommonSimpleTabStripTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab" onmouseover="tabOver(this);" onmouseout="tabOut(this);"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div></div><div id="CommonBody"><table width="100%" id="CommonBodyTable" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn" valign="top"></td><td width="100%" id="CommonBodyColumn" valign="top"><table width="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Ambiguity in Namespaces? No way!</h2><div class="CommonContent"><div class="CommonDescription">Last post 09-30-2013 5:15 AM by <a href="http://forums.thedailywtf.com/members/dhromed.aspx"><font color="#698d73">dhromed</font></a>. 52 replies.</div><div class="CommonFormArea"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="right" class="CommonFormField CommonPrintHidden" colspan="2"><div align="right" class="CommonPagingArea">Page 1 of 2 (53 items) 1 <a href="http://forums.thedailywtf.com/forums/t/29691.aspx?PageIndex=2"><font color="#666666">2</font></a>&nbsp;<a href="http://forums.thedailywtf.com/forums/t/29691.aspx?PageIndex=2"><font color="#666666">Next &gt;</font></a></div></td></tr><tr><td align="left" class="CommonFormField CommonPrintHidden"><font color="#666666"></font></td><td align="right" class="CommonFormField CommonPrintHidden">				        				                Sort Posts:				                 <select name="ctl00$ctl00$bcr$bcr$ctl00$ctl05$ctl00$SortOrder" id="ctl00_ctl00_bcr_bcr_ctl00_ctl05_ctl00_SortOrder" onchange="window.setTimeout('__doPostBack(\'ctl00$ctl00$bcr$bcr$ctl00$ctl05\',\'\')',0)"><option selected="selected" value="0">Oldest to newest</option>	 <option value="1">Newest to oldest</option> </select>				            					     <a class="CommonImageTextButton CommonPreviousButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Previous">Previous</a>					     <a class="CommonImageTextButton CommonNextButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Next">Next</a>				     </td></tr></tbody></table></div><ul class="ForumPostList"><li><a name="345711"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-24-2013 7:36 PM    								     </td><td align="right"></td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            			 <a href="http://forums.thedailywtf.com/members/Darsithis.aspx">Darsithis</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=143534&amp;lastmodified=635146709443023594"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 08-22-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=143534&amp;o=DateDescending"><font color="#698d73">16</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345711&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['143534','Darsithis','0','1','','','','/search/SearchResults.aspx?u=143534&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div><div class="ForumPostSignature"><div style="text-align: center;"><span>The one, the only true Darsithis™ <a title="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" href="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" target="_blank"><font color="#698d73">(Armory)</font></a> | <a title="https://twitter.com/DaRealDarsithis" href="https://twitter.com/DaRealDarsithis" target="_blank"><font color="#698d73"> (Twitter) </font></a><br>Global Moderator of MMO-Champion.com</span></div></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345712"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-24-2013 7:52 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345712&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. <p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345713"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-24-2013 8:44 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345713&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.										    									     </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/joke/default.aspx" rel="tag">joke</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl04$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2Fjoke%2Fdefault.aspx%22%20rel%3D%22tag%22%3Ejoke%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345716"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-24-2013 9:20 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345716&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a>										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Go+Fetch/default.aspx" rel="tag">Go Fetch</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl05$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FGo%2BFetch%2Fdefault.aspx%22%20rel%3D%22tag%22%3EGo%20Fetch%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345717"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-24-2013 9:47 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">268</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345717&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['7408','Mcoder','0','1','','','','/search/SearchResults.aspx?u=7408&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!<br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345733"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-25-2013 9:08 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">684</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345733&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['18388','mott555','0','1','','','','/search/SearchResults.aspx?u=18388&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li><li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><font color="#698d73" size="2"></font></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag">[Edit Tags]</a>, <a href="http://forums.thedailywtf.com/tags/Did+you+know+that+sheep_2700_s+bladders+can+be+employed+to+help+prevent+earthquakes_3F00_/default.aspx" rel="tag">Did you know that sheep's bladders can be employed to help prevent earthquakes?</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl07$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2F_5B00_Edit%2BTags_5D00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3E%5BEdit%20Tags%5D%3C%2Fa%3E%2C%20%3Ca%20href%3D%22%2Ftags%2FDid%2Byou%2Bknow%2Bthat%2Bsheep_2700_s%2Bbladders%2Bcan%2Bbe%2Bemployed%2Bto%2Bhelp%2Bprevent%2Bearthquakes_3F00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3EDid%20you%20know%20that%20sheep's%20bladders%20can%20be%20employed%20to%20help%20prevent%20earthquakes%3F%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345734"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-25-2013 9:33 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">438</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345734&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['119150','mikeTheLiar','0','1','','','','/search/SearchResults.aspx?u=119150&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/										    									     </div><div class="ForumPostSignature">@blakeyrat said:<blockquote>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</blockquote></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345759"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-25-2013 2:56 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/KattMan.aspx">KattMan</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 10-18-2006</li><li class="ForumPostUserAttribute">Location Unknown, Destination Anywhere</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=6405&amp;o=DateDescending"><font color="#698d73">633</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345759&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['6405','KattMan','0','1','','','','/search/SearchResults.aspx?u=6405&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">										    NEE!										    									     </div><div class="ForumPostSignature">CAPTCHA?  We ain't got no CAPTCHA.  We don't need no CAPTCHA.  We don't need no stinking CAPTCHA!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345766"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-25-2013 11:13 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345766&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345785"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345785.aspx#345785"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 7:45 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/skotl.aspx">skotl</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 02-23-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=118018&amp;o=DateDescending"><font color="#698d73">74</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345785&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['118018','skotl','0','1','','','','/search/SearchResults.aspx?u=118018&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!</p></div></blockquote>Nice :D										    									     </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It_2700_s+the+little+things/default.aspx" rel="tag">It's the little things</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl11$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FIt_2700_s%2Bthe%2Blittle%2Bthings%2Fdefault.aspx%22%20rel%3D%22tag%22%3EIt's%20the%20little%20things%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345797"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 1:50 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345797&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['46269','PedanticCurmudgeon','0','1','','','','/search/SearchResults.aspx?u=46269&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>KattMan:</strong></div><div>NEE!</div></blockquote>Oh, what sad times are these when passing ruffians can say Ni at will to old ladies. There is a pestilence upon this land, nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress in this period in history.										    									     </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345801"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:10 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">438</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345801&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['119150','mikeTheLiar','0','1','','','','/search/SearchResults.aspx?u=119150&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">										    Did you say shrubberies?										    									     </div><div class="ForumPostSignature">@blakeyrat said:<blockquote>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</blockquote></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345802"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:33 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345802&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['46269','PedanticCurmudgeon','0','1','','','','/search/SearchResults.aspx?u=46269&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">										    Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.										    									     </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345803"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:38 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,440</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345803&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['10543','boomzilla','0','1','','','','/search/SearchResults.aspx?u=10543&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.										    									     </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345804"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345804.aspx#345804"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:48 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,962</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345804&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['5616','joe.edwards','0','1','','','','/search/SearchResults.aspx?u=5616&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.</div></blockquote>I wish morbiuswilters were still around.  He hated this sort of thing:<br><img style="max-width: 100%;" alt="Rosie O'Donnell" src="http://imgs.xkcd.com/comics/monty_python.jpg">										    									     </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes?  PM me.</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Randall+Munroe+does+not+approve_2E00_/default.aspx" rel="tag">Randall Munroe does not approve.</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl16$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FRandall%2BMunroe%2Bdoes%2Bnot%2Bapprove_2E00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3ERandall%20Munroe%20does%20not%20approve.%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345805"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:57 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345805&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['46269','PedanticCurmudgeon','0','1','','','','/search/SearchResults.aspx?u=46269&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">										    The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?										    									     </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/you+of+all+people/default.aspx" rel="tag">you of all people</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl17$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2Fyou%2Bof%2Ball%2Bpeople%2Fdefault.aspx%22%20rel%3D%22tag%22%3Eyou%20of%20all%20people%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345806"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 2:58 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,962</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345806&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['5616','joe.edwards','0','1','','','','/search/SearchResults.aspx?u=5616&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.										    									     </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes?  PM me.</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/At+least+I+think+so_2E00_/default.aspx" rel="tag">At least I think so.</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl18$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FAt%2Bleast%2BI%2Bthink%2Bso_2E00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3EAt%20least%20I%20think%20so.%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345808"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345808.aspx#345808"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 3:02 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345808&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['46269','PedanticCurmudgeon','0','1','','','','/search/SearchResults.aspx?u=46269&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote><p>Well, that's true.&gt;</p></div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345813"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 3:42 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/El_5F00_Heffe.aspx">El_Heffe</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10318&amp;lastmodified=635145850795152500"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 11-08-2007</li><li class="ForumPostUserAttribute">Creeping you out</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10318&amp;o=DateDescending"><font color="#698d73">2,283</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345813&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['10318','El_Heffe','0','1','','','','/search/SearchResults.aspx?u=10318&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote> Yes.<p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div><div class="ForumPostSignature">Sent from my phone <img align="middle" alt="" src="http://i.imgur.com/HPuLD8N.gif" border="0" hspace="-1"></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345836"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345836.aspx#345836"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 7:54 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345836&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><p>And just about anything is more amusing than <strike>copy/pasting</strike> Monty Python. <br></p></div></blockquote><p>FTFY.										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345837"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 7:59 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,440</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345837&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['10543','boomzilla','0','1','','','','/search/SearchResults.aspx?u=10543&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.										    									     </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/but+I_2700_m+sure+someone+will+help+me+out/default.aspx" rel="tag"><font color="#698d73">but I'm sure someone will help me out</font></a>, <a href="http://forums.thedailywtf.com/tags/I+don_2700_t+know+of+any/default.aspx" rel="tag">I don't know of any</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl22$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2Fbut%2BI_2700_m%2Bsure%2Bsomeone%2Bwill%2Bhelp%2Bme%2Bout%2Fdefault.aspx%22%20rel%3D%22tag%22%3Ebut%20I'm%20sure%20someone%20will%20help%20me%20out%3C%2Fa%3E%2C%20%3Ca%20href%3D%22%2Ftags%2FI%2Bdon_2700_t%2Bknow%2Bof%2Bany%2Fdefault.aspx%22%20rel%3D%22tag%22%3EI%20don't%20know%20of%20any%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345838"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 8:46 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345838&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote> Yes.<p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>The set of things blakeyrat is funnier than is a strict superset of the set of things less funny than copy/pasting Monty Python.										    									     </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345839"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345839.aspx#345839"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 8:59 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Just to recap,									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345839&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">										    Just to recap, <ul><li><img alt="" src="http://i.imgur.com/YJ234hT.jpg"></li></ul></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Just+to+recap/default.aspx" rel="tag">Just to recap</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl24$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FJust%2Bto%2Brecap%2Fdefault.aspx%22%20rel%3D%22tag%22%3EJust%20to%20recap%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345841"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345841.aspx#345841"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 10:51 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/bridget99.aspx">bridget99</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 02-01-2009</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=14357&amp;o=DateDescending"><font color="#698d73">703</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345841&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['14357','bridget99','0','1','','','','/search/SearchResults.aspx?u=14357&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote> Yes.<p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>I think he's pretty funny. I like Fawlty Towers a lot.										    									     </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345842"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-26-2013 11:02 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">268</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345842&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['7408','Mcoder','0','1','','','','/search/SearchResults.aspx?u=7408&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345874"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 7:17 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Anonymouse.aspx">Anonymouse</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=3484&amp;lastmodified=634649729308280000"></li><li class="ForumPostUserIcons"><img title="Top 100 Contributor" alt="Top 100 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop100.gif"></li><li class="ForumPostUserAttribute">Joined on 01-16-2006</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=3484&amp;o=DateDescending"><font color="#698d73">473</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345874&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['3484','Anonymouse','0','1','','','','/search/SearchResults.aspx?u=3484&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni! <p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/meme_26002300_178_3B00_/default.aspx" rel="tag">meme²</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl27$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2Fmeme_26002300_178_3B00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3Ememe%C2%B2%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345898"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345898.aspx#345898"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 11:32 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif">									                									            									         <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,963</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345898&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['1253','dhromed','0','1','http://www.pliv.com/','','','/search/SearchResults.aspx?u=1253&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Anonymouse:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni! <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Feh. Tis but a scratch. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345902"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 11:40 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345902&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345906"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345906.aspx#345906"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 11:56 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,962</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345906&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['5616','joe.edwards','0','1','','','','/search/SearchResults.aspx?u=5616&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!<p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>It's probably <code>ntext</code> or <code>nvarchar(max)</code>, so I'm betting on the SQL server running out of disk space first.										    									     </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes?  PM me.</p></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Have+you+seen+the+size+of+the+tag+cloud+hidden+field_3F00_/default.aspx" rel="tag">Have you seen the size of the tag cloud hidden field?</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl30$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FHave%2Byou%2Bseen%2Bthe%2Bsize%2Bof%2Bthe%2Btag%2Bcloud%2Bhidden%2Bfield_3F00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3EHave%20you%20seen%20the%20size%20of%20the%20tag%20cloud%20hidden%20field%3F%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345907"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345907.aspx#345907"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 12:09 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif">									                									            									         <a href="http://forums.thedailywtf.com/members/ender.aspx">ender</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=4548&amp;lastmodified=634261841766406250"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 04-27-2006</li><li class="ForumPostUserAttribute">Sunny side of the Alps</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=4548&amp;o=DateDescending"><font color="#698d73">1,252</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345907&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['4548','ender','0','1','','','','/search/SearchResults.aspx?u=4548&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a> </td><td class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">Welcome to TDWTF Forums <a href="http://forums.thedailywtf.com/login.aspx?ReturnUrl=%2fforums%2fp%2f29691%2f345902.aspx"><strong><font color="#698d73">Sign in </font></strong></a>| <a href="http://forums.thedailywtf.com/user/CreateUser.aspx?ReturnUrl="><strong><font color="#698d73">Join</font></strong></a> | <a href="http://communityserver.org/r.ashx?K"><strong><font color="#698d73">Help</font></strong></a> </div></div><div class="CommonSearch"><table align="right" cellspacing="0" cellpadding="0"><tbody><tr><td> in  "Side Bar" WTF The Daily WTF (Entire Site) </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton">Search</a></span> </td></tr></tbody></table></div></td></tr></tbody></table><p mce_keep="true">&nbsp;</p><div class="CommonTabBar">                                //                                  <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="CommonSimpleTabStripTab"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div><div id="CommonBody"><table id="CommonBodyTable" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn"></td><td id="CommonBodyColumn"><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Ambiguity in Namespaces? No way!</h2><div class="CommonContent"><div class="CommonDescription">Last post 09-27-2013 11:56 AM by <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx"><font color="#698d73">joe.edwards</font></a>. 28 replies.</div><div class="CommonFormArea"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" class="CommonFormField CommonPrintHidden" colspan="2"><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div></td></tr><tr><td align="left" class="CommonFormField CommonPrintHidden"></td><td align="right" class="CommonFormField CommonPrintHidden">Sort Posts:  Oldest to newest Newest to oldest <a class="CommonImageTextButton CommonPreviousButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Previous">Previous</a> <a class="CommonImageTextButton CommonNextButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Next">Next</a> </td></tr></tbody></table></div><ul class="ForumPostList"><li><a name="345711"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:36 PM </td><td align="right"></td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Darsithis.aspx">Darsithis</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=143534&amp;lastmodified=635146709443023594"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 08-22-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=143534&amp;o=DateDescending"><font color="#698d73">16</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345711&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div><div class="ForumPostSignature"><div style="text-align: center;"><span>The one, the only true Darsithis™ <a title="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" href="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" target="_blank"><font color="#698d73">(Armory)</font></a> | <a title="https://twitter.com/DaRealDarsithis" href="https://twitter.com/DaRealDarsithis" target="_blank"><font color="#698d73">(Twitter) </font></a><br>Global Moderator of MMO-Champion.com</span></div></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345712"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:52 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345712&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.  <p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345713"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 8:44 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345713&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/joke/default.aspx" rel="tag"><font color="#698d73">joke</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345716"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:20 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345716&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a> </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Go+Fetch/default.aspx" rel="tag"><font color="#698d73">Go Fetch</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345717"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:47 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345717&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!<br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345733"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:08 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">683</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345733&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div><div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><div><font color="#698d73" size="2"></font></div><div><font color="#698d73" size="2"></font></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a>, <a href="http://forums.thedailywtf.com/tags/Did+you+know+that+sheep_2700_s+bladders+can+be+employed+to+help+prevent+earthquakes_3F00_/default.aspx" rel="tag">Did you know that sheep's bladders can be employed to help prevent earthquakes?</a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345734"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:33 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345734&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/ </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345759"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 2:56 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/KattMan.aspx">KattMan</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 10-18-2006</li><li class="ForumPostUserAttribute">Location Unknown, Destination Anywhere</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=6405&amp;o=DateDescending"><font color="#698d73">633</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345759&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">NEE! </div><div class="ForumPostSignature">CAPTCHA? We ain't got no CAPTCHA. We don't need no CAPTCHA. We don't need no stinking CAPTCHA!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345766"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 11:13 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345766&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote! </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345785"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345785.aspx#345785"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:45 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/skotl.aspx">skotl</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 02-23-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=118018&amp;o=DateDescending"><font color="#698d73">74</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345785&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!</p></div></blockquote>Nice :D </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It_2700_s+the+little+things/default.aspx" rel="tag"><font color="#698d73">It's the little things</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345797"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 1:50 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345797&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>KattMan:</strong></div><div>NEE!</div></blockquote>Oh, what sad times are these when passing ruffians can say Ni at will to old ladies. There is a pestilence upon this land, nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress in this period in history. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345801"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:10 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345801&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Did you say shrubberies? </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345802"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:33 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345802&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345803"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:38 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345803&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345804"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345804.aspx#345804"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:48 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345804&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.</div></blockquote>I wish morbiuswilters were still around. He hated this sort of thing:<br><img style="max-width: 100%;" alt="Rosie O'Donnell" src="http://imgs.xkcd.com/comics/monty_python.jpg"> </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Randall+Munroe+does+not+approve_2E00_/default.aspx" rel="tag"><font color="#698d73">Randall Munroe does not approve.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345805"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:57 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345805&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat? </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/you+of+all+people/default.aspx" rel="tag"><font color="#698d73">you of all people</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345806"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:58 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345806&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/At+least+I+think+so_2E00_/default.aspx" rel="tag"><font color="#698d73">At least I think so.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345808"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345808.aspx#345808"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345808&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote><p>Well, that's true.&gt;</p></div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345813"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:42 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/El_5F00_Heffe.aspx">El_Heffe</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10318&amp;lastmodified=635145850795152500"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 11-08-2007</li><li class="ForumPostUserAttribute">Creeping you out</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10318&amp;o=DateDescending"><font color="#698d73">2,272</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345813&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div><div class="ForumPostSignature">Sent from my phone <img align="middle" alt="" src="http://i.imgur.com/HPuLD8N.gif" border="0"></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345836"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345836.aspx#345836"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:54 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345836&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><p>And just about anything is more amusing than <strike>copy/pasting</strike> Monty Python. <br></p></div></blockquote><p>FTFY. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345837"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345837&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/but+I_2700_m+sure+someone+will+help+me+out/default.aspx" rel="tag"><font color="#698d73">but I'm sure someone will help me out</font></a>, <a href="http://forums.thedailywtf.com/tags/I+don_2700_t+know+of+any/default.aspx" rel="tag"><font color="#698d73">I don't know of any</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345838"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:46 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345838&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>The set of things blakeyrat is funnier than is a strict superset of the set of things less funny than copy/pasting Monty Python. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345839"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345839.aspx#345839"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Just to recap, </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345839&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Just to recap,  <ul><li><img alt="" src="http://i.imgur.com/YJ234hT.jpg"></li></ul></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Just+to+recap/default.aspx" rel="tag"><font color="#698d73">Just to recap</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345841"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345841.aspx#345841"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 10:51 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/bridget99.aspx">bridget99</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 02-01-2009</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=14357&amp;o=DateDescending"><font color="#698d73">703</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345841&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>I think he's pretty funny. I like Fawlty Towers a lot. </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345842"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 11:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345842&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345874"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 7:17 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Anonymouse.aspx">Anonymouse</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=3484&amp;lastmodified=634649729308280000"></li><li class="ForumPostUserIcons"><img title="Top 100 Contributor" alt="Top 100 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop100.gif"></li><li class="ForumPostUserAttribute">Joined on 01-16-2006</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=3484&amp;o=DateDescending"><font color="#698d73">473</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345874&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/meme_26002300_178_3B00_/default.aspx" rel="tag"><font color="#698d73">meme²</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345898"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345898.aspx#345898"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:32 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,951</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345898&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Anonymouse:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Feh. Tis but a scratch. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345902"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:40 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,051</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345902&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345906"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345906.aspx#345906"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:56 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345906&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>It's probably <code>ntext</code> or <code>nvarchar(max)</code>, so I'm betting on the SQL server running out of disk space first. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Have+you+seen+the+size+of+the+tag+cloud+hidden+field_3F00_/default.aspx" rel="tag"><font color="#698d73">Have you seen the size of the tag cloud hidden field?</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li></ul><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" colspan="2"><div class="CommonWebFeedArea CommonPrintHidden"><a href="http://forums.thedailywtf.com/forums/rss.aspx?ForumID=18&amp;PostID=345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/utility/images/rss.gif"></a></div></td></tr></tbody></table></div></div></td></tr></tbody></table></td></tr></tbody></table></div><p>//  //  //  //  //  //  //  //  //  //  //  //  //  //  </p></div><div class="ForumPostSignature"><i>Because 10 billion years' time is so fragile, so ephemeral... it arouses such a bittersweet, almost heartbreaking fondness.</i></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl31_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It+has+been+a+while+since+I_2700_ve+done+this_2E002E002E00_/default.aspx" rel="tag">It has been a while since I've done this...</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl31$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl31_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FIt%2Bhas%2Bbeen%2Ba%2Bwhile%2Bsince%2BI_2700_ve%2Bdone%2Bthis_2E002E002E00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3EIt%20has%20been%20a%20while%20since%20I've%20done%20this...%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345911"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345911.aspx#345911"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 12:45 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345907.aspx#345907">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">438</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345911&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['119150','mikeTheLiar','0','1','','','','/search/SearchResults.aspx?u=119150&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>ender:</strong></div><div><p mce_keep="true">&nbsp;</p><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a> </td><td class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">Welcome to TDWTF Forums <a href="http://forums.thedailywtf.com/login.aspx?ReturnUrl=%2fforums%2fp%2f29691%2f345902.aspx"><strong><font color="#698d73">Sign in </font></strong></a>| <a href="http://forums.thedailywtf.com/user/CreateUser.aspx?ReturnUrl="><strong><font color="#698d73">Join</font></strong></a> | <a href="http://communityserver.org/r.ashx?K"><strong><font color="#698d73">Help</font></strong></a> </div></div><div class="CommonSearch"><table align="right" cellspacing="0" cellpadding="0"><tbody><tr><td> in  "Side Bar" WTF The Daily WTF (Entire Site) </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton">Search</a></span> </td></tr></tbody></table></div></td></tr></tbody></table><p mce_keep="true">&nbsp;</p><div class="CommonTabBar">                                //                                  <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="CommonSimpleTabStripTab"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div><div id="CommonBody"><table id="CommonBodyTable" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn"></td><td id="CommonBodyColumn"><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Ambiguity in Namespaces? No way!</h2><div class="CommonContent"><div class="CommonDescription">Last post 09-27-2013 11:56 AM by <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx"><font color="#698d73">joe.edwards</font></a>. 28 replies.</div><div class="CommonFormArea"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" class="CommonFormField CommonPrintHidden" colspan="2"><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div></td></tr><tr><td align="left" class="CommonFormField CommonPrintHidden"></td><td align="right" class="CommonFormField CommonPrintHidden">Sort Posts:  Oldest to newest Newest to oldest <a class="CommonImageTextButton CommonPreviousButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Previous">Previous</a> <a class="CommonImageTextButton CommonNextButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Next">Next</a> </td></tr></tbody></table></div><ul class="ForumPostList"><li><a name="345711"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:36 PM </td><td align="right"></td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Darsithis.aspx">Darsithis</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=143534&amp;lastmodified=635146709443023594"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 08-22-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=143534&amp;o=DateDescending"><font color="#698d73">16</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345711&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div><div class="ForumPostSignature"><div style="text-align: center;"><span>The one, the only true Darsithis™ <a title="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" href="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" target="_blank"><font color="#698d73">(Armory)</font></a> | <a title="https://twitter.com/DaRealDarsithis" href="https://twitter.com/DaRealDarsithis" target="_blank"><font color="#698d73">(Twitter) </font></a><br>Global Moderator of MMO-Champion.com</span></div></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345712"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:52 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345712&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.  </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345713"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 8:44 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345713&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/joke/default.aspx" rel="tag"><font color="#698d73">joke</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345716"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:20 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345716&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a> </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Go+Fetch/default.aspx" rel="tag"><font color="#698d73">Go Fetch</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345717"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:47 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345717&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!<br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345733"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:08 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">683</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345733&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div><div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><div><font color="#698d73" size="2"></font></div><div><font color="#698d73" size="2"></font></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a>, <a href="http://forums.thedailywtf.com/tags/Did+you+know+that+sheep_2700_s+bladders+can+be+employed+to+help+prevent+earthquakes_3F00_/default.aspx" rel="tag">Did you know that sheep's bladders can be employed to help prevent earthquakes?</a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345734"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:33 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345734&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/ </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345759"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 2:56 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/KattMan.aspx">KattMan</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 10-18-2006</li><li class="ForumPostUserAttribute">Location Unknown, Destination Anywhere</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=6405&amp;o=DateDescending"><font color="#698d73">633</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345759&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">NEE! </div><div class="ForumPostSignature">CAPTCHA? We ain't got no CAPTCHA. We don't need no CAPTCHA. We don't need no stinking CAPTCHA!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345766"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 11:13 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345766&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote! </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345785"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345785.aspx#345785"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:45 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/skotl.aspx">skotl</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 02-23-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=118018&amp;o=DateDescending"><font color="#698d73">74</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345785&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!</p></div></blockquote>Nice :D </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It_2700_s+the+little+things/default.aspx" rel="tag"><font color="#698d73">It's the little things</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345797"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 1:50 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345797&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>KattMan:</strong></div><div>NEE!</div></blockquote>Oh, what sad times are these when passing ruffians can say Ni at will to old ladies. There is a pestilence upon this land, nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress in this period in history. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345801"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:10 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345801&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Did you say shrubberies? </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345802"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:33 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345802&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345803"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:38 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345803&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345804"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345804.aspx#345804"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:48 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345804&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.</div></blockquote>I wish morbiuswilters were still around. He hated this sort of thing:<br><img style="max-width: 100%;" alt="Rosie O'Donnell" src="http://imgs.xkcd.com/comics/monty_python.jpg"> </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Randall+Munroe+does+not+approve_2E00_/default.aspx" rel="tag"><font color="#698d73">Randall Munroe does not approve.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345805"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:57 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345805&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat? </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/you+of+all+people/default.aspx" rel="tag"><font color="#698d73">you of all people</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345806"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:58 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345806&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/At+least+I+think+so_2E00_/default.aspx" rel="tag"><font color="#698d73">At least I think so.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345808"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345808.aspx#345808"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345808&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote><p>Well, that's true.&gt;</p></div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345813"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:42 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/El_5F00_Heffe.aspx">El_Heffe</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10318&amp;lastmodified=635145850795152500"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 11-08-2007</li><li class="ForumPostUserAttribute">Creeping you out</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10318&amp;o=DateDescending"><font color="#698d73">2,272</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345813&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div><div class="ForumPostSignature">Sent from my phone <img align="middle" alt="" src="http://i.imgur.com/HPuLD8N.gif" border="0"></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345836"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345836.aspx#345836"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:54 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345836&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><p>And just about anything is more amusing than <strike>copy/pasting</strike> Monty Python. <br></p></div></blockquote><p>FTFY. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345837"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345837&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/but+I_2700_m+sure+someone+will+help+me+out/default.aspx" rel="tag"><font color="#698d73">but I'm sure someone will help me out</font></a>, <a href="http://forums.thedailywtf.com/tags/I+don_2700_t+know+of+any/default.aspx" rel="tag"><font color="#698d73">I don't know of any</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345838"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:46 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345838&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>The set of things blakeyrat is funnier than is a strict superset of the set of things less funny than copy/pasting Monty Python. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345839"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345839.aspx#345839"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Just to recap, </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345839&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Just to recap,  <ul><li><img alt="" src="http://i.imgur.com/YJ234hT.jpg"></li></ul></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Just+to+recap/default.aspx" rel="tag"><font color="#698d73">Just to recap</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345841"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345841.aspx#345841"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 10:51 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/bridget99.aspx">bridget99</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 02-01-2009</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=14357&amp;o=DateDescending"><font color="#698d73">703</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345841&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>joe.edwards:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>PedanticCurmudgeon:</strong></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>I think he's pretty funny. I like Fawlty Towers a lot. </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345842"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 11:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345842&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345874"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 7:17 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Anonymouse.aspx">Anonymouse</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=3484&amp;lastmodified=634649729308280000"></li><li class="ForumPostUserIcons"><img title="Top 100 Contributor" alt="Top 100 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop100.gif"></li><li class="ForumPostUserAttribute">Joined on 01-16-2006</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=3484&amp;o=DateDescending"><font color="#698d73">473</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345874&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/meme_26002300_178_3B00_/default.aspx" rel="tag"><font color="#698d73">meme²</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345898"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345898.aspx#345898"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:32 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,951</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345898&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Anonymouse:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Feh. Tis but a scratch. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345902"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:40 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,051</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345902&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345906"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345906.aspx#345906"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:56 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345906&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mott555:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Mcoder:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Darsithis:</strong></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>It's probably <code>ntext</code> or <code>nvarchar(max)</code>, so I'm betting on the SQL server running out of disk space first. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Have+you+seen+the+size+of+the+tag+cloud+hidden+field_3F00_/default.aspx" rel="tag"><font color="#698d73">Have you seen the size of the tag cloud hidden field?</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li></ul><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" colspan="2"><div class="CommonWebFeedArea CommonPrintHidden"><a href="http://forums.thedailywtf.com/forums/rss.aspx?ForumID=18&amp;PostID=345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/utility/images/rss.gif"></a></div></td></tr></tbody></table></div></div></td></tr></tbody></table></td></tr></tbody></table></div><p>//  //  //  //  //  //  //  //  //  //  //  //  //  //  </p></div></blockquote>You win +1 internet, sir.										    									     </div><div class="ForumPostSignature">@blakeyrat said:<blockquote>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</blockquote></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345915"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345915.aspx#345915"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 1:02 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345915&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>&nbsp;[Message clipped]&nbsp;&nbsp;<a class="vem" href="https://mail.google.com/mail/?" target="_blank"><font color="#698d73">View entire message</font></a></p></div><div class="ForumPostSignature"><blockquote><br><font color="#698d73"><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"></font><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345921"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345921.aspx#345921"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 1:55 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345915.aspx#345915">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345921&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><p>&nbsp;[Message clipped]&nbsp;&nbsp;<a class="vem" href="https://mail.google.com/mail/?" target="_blank"><font color="#698d73">View entire message</font></a></p></div></blockquote><p>HOW DID YOU HACK IN MY GMAIL ACCOUNT YOU DEVIL  <p>dear sir please give teh code to do it										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345925"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345925.aspx#345925"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 2:03 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345921.aspx#345921">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345925&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><p mce_keep="true">&nbsp;</p><p>HOW DID YOU HACK IN MY GMAIL ACCOUNT YOU DEVIL  </p><p>dear sir please give teh code to do it</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>step 1: go to gmail.com</p><p>step 2: enter usernaem and password of person account you hack wish</p><p>step 3: hack by pressing sign in <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345927"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345927.aspx#345927"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 2:11 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345925.aspx#345925">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345927&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><p mce_keep="true">&nbsp;</p><p>HOW DID YOU HACK IN MY GMAIL ACCOUNT YOU DEVIL  </p><p>dear sir please give teh code to do it</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>step 1: go to gmail.com</p><p>step 2: enter usernaem and password of person account you hack wish</p><p>step 3: hack by pressing sign in <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>OH GOD IT WORKS <p>SOMEONE FILE A VULNERABILITY REPORT										    									     </p></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345937"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345937.aspx#345937"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 2:47 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345927.aspx#345927">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345937&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><p mce_keep="true">&nbsp;</p><p>HOW DID YOU HACK IN MY GMAIL ACCOUNT YOU DEVIL  </p><p>dear sir please give teh code to do it</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>step 1: go to gmail.com</p><p>step 2: enter usernaem and password of person account you hack wish</p><p>step 3: hack by pressing sign in <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>OH GOD IT WORKS <p>SOMEONE FILE A <b>ZERO-DAY</b> VULNERABILITY REPORT</p></div></blockquote><p>FTFY. As far as I know this has never been patched but Google is doing their best to make the exploit extremely annoying, especially if you travel a lot.										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345946"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#345946"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 3:31 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345911.aspx#345911">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">684</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345946&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['18388','mott555','0','1','','','','/search/SearchResults.aspx?u=18388&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>ender:</strong></div><div><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a> </td><td class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">Welcome to TDWTF Forums <a href="http://forums.thedailywtf.com/login.aspx?ReturnUrl=%2fforums%2fp%2f29691%2f345902.aspx"><b><font color="#698d73">Sign in </font></b></a>| <a href="http://forums.thedailywtf.com/user/CreateUser.aspx?ReturnUrl="><b><font color="#698d73">Join</font></b></a> | <a href="http://communityserver.org/r.ashx?K"><b><font color="#698d73">Help</font></b></a> </div></div><div class="CommonSearch"><table align="right" cellspacing="0" cellpadding="0"><tbody><tr><td> in  "Side Bar" WTF The Daily WTF (Entire Site) </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton">Search</a></span> </td></tr></tbody></table></div></td></tr></tbody></table><p mce_keep="true">&nbsp;</p><div class="CommonTabBar">                                //                                  <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="CommonSimpleTabStripTab"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div><div id="CommonBody"><table id="CommonBodyTable" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn"></td><td id="CommonBodyColumn"><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Ambiguity in Namespaces? No way!</h2><div class="CommonContent"><div class="CommonDescription">Last post 09-27-2013 11:56 AM by <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx"><font color="#698d73">joe.edwards</font></a>. 28 replies.</div><div class="CommonFormArea"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" class="CommonFormField CommonPrintHidden" colspan="2"><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div></td></tr><tr><td align="left" class="CommonFormField CommonPrintHidden"></td><td align="right" class="CommonFormField CommonPrintHidden">Sort Posts:  Oldest to newest Newest to oldest <a class="CommonImageTextButton CommonPreviousButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Previous">Previous</a> <a class="CommonImageTextButton CommonNextButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Next">Next</a> </td></tr></tbody></table></div><ul class="ForumPostList"><li><a name="345711"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:36 PM </td><td align="right"></td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Darsithis.aspx">Darsithis</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=143534&amp;lastmodified=635146709443023594"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 08-22-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=143534&amp;o=DateDescending"><font color="#698d73">16</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345711&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div><div class="ForumPostSignature"><div style="text-align: center;"><span>The one, the only true Darsithis™ <a title="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" href="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" target="_blank"><font color="#698d73">(Armory)</font></a> | <a title="https://twitter.com/DaRealDarsithis" href="https://twitter.com/DaRealDarsithis" target="_blank"><font color="#698d73">(Twitter) </font></a><br>Global Moderator of MMO-Champion.com</span></div></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345712"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:52 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345712&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites.  </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345713"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 8:44 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345713&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/joke/default.aspx" rel="tag"><font color="#698d73">joke</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345716"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:20 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345716&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a> </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Go+Fetch/default.aspx" rel="tag"><font color="#698d73">Go Fetch</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345717"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 9:47 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345717&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!<br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345733"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:08 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">683</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345733&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div><div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><div><font color="#698d73" size="2"></font></div><div><font color="#698d73" size="2"></font></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a>, <a href="http://forums.thedailywtf.com/tags/Did+you+know+that+sheep_2700_s+bladders+can+be+employed+to+help+prevent+earthquakes_3F00_/default.aspx" rel="tag">Did you know that sheep's bladders can be employed to help prevent earthquakes?</a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345734"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:33 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345734&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/ </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345759"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 2:56 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/KattMan.aspx">KattMan</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 10-18-2006</li><li class="ForumPostUserAttribute">Location Unknown, Destination Anywhere</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=6405&amp;o=DateDescending"><font color="#698d73">633</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345759&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">NEE! </div><div class="ForumPostSignature">CAPTCHA? We ain't got no CAPTCHA. We don't need no CAPTCHA. We don't need no stinking CAPTCHA!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345766"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 11:13 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345766&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote! </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345785"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345785.aspx#345785"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:45 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/skotl.aspx">skotl</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 02-23-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=118018&amp;o=DateDescending"><font color="#698d73">74</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345785&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!</p></div></blockquote>Nice :D </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It_2700_s+the+little+things/default.aspx" rel="tag"><font color="#698d73">It's the little things</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345797"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 1:50 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345797&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>KattMan:</b></div><div>NEE!</div></blockquote>Oh, what sad times are these when passing ruffians can say Ni at will to old ladies. There is a pestilence upon this land, nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress in this period in history. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345801"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:10 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345801&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Did you say shrubberies? </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345802"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:33 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345802&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345803"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:38 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345803&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345804"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345804.aspx#345804"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:48 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345804&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>boomzilla:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.</div></blockquote>I wish morbiuswilters were still around. He hated this sort of thing:<br><img style="max-width: 100%;" alt="Rosie O'Donnell" src="http://imgs.xkcd.com/comics/monty_python.jpg"> </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Randall+Munroe+does+not+approve_2E00_/default.aspx" rel="tag"><font color="#698d73">Randall Munroe does not approve.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345805"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:57 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345805&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat? </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/you+of+all+people/default.aspx" rel="tag"><font color="#698d73">you of all people</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345806"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:58 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345806&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/At+least+I+think+so_2E00_/default.aspx" rel="tag"><font color="#698d73">At least I think so.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345808"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345808.aspx#345808"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345808&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote><p>Well, that's true.&gt;</p></div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345813"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:42 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/El_5F00_Heffe.aspx">El_Heffe</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10318&amp;lastmodified=635145850795152500"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 11-08-2007</li><li class="ForumPostUserAttribute">Creeping you out</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10318&amp;o=DateDescending"><font color="#698d73">2,272</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345813&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div><div class="ForumPostSignature">Sent from my phone <img align="middle" alt="" src="http://i.imgur.com/HPuLD8N.gif" border="0"></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345836"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345836.aspx#345836"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:54 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345836&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><p>And just about anything is more amusing than <strike>copy/pasting</strike> Monty Python. <br></p></div></blockquote><p>FTFY. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345837"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345837&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/but+I_2700_m+sure+someone+will+help+me+out/default.aspx" rel="tag"><font color="#698d73">but I'm sure someone will help me out</font></a>, <a href="http://forums.thedailywtf.com/tags/I+don_2700_t+know+of+any/default.aspx" rel="tag"><font color="#698d73">I don't know of any</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345838"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:46 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345838&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>The set of things blakeyrat is funnier than is a strict superset of the set of things less funny than copy/pasting Monty Python. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345839"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345839.aspx#345839"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Just to recap, </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345839&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Just to recap,  <ul><li><img alt="" src="http://i.imgur.com/YJ234hT.jpg"></li></ul></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Just+to+recap/default.aspx" rel="tag"><font color="#698d73">Just to recap</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345841"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345841.aspx#345841"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 10:51 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/bridget99.aspx">bridget99</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 02-01-2009</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=14357&amp;o=DateDescending"><font color="#698d73">703</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345841&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>I think he's pretty funny. I like Fawlty Towers a lot. </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345842"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 11:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345842&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345874"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 7:17 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Anonymouse.aspx">Anonymouse</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=3484&amp;lastmodified=634649729308280000"></li><li class="ForumPostUserIcons"><img title="Top 100 Contributor" alt="Top 100 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop100.gif"></li><li class="ForumPostUserAttribute">Joined on 01-16-2006</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=3484&amp;o=DateDescending"><font color="#698d73">473</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345874&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/meme_26002300_178_3B00_/default.aspx" rel="tag"><font color="#698d73">meme²</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345898"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345898.aspx#345898"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:32 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,951</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345898&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Anonymouse:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Feh. Tis but a scratch. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345902"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:40 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,051</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345902&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><b>HardwareGeek:</b><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345906"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345906.aspx#345906"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:56 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345906&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Lorne Kates:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>It's probably <code>ntext</code> or <code>nvarchar(max)</code>, so I'm betting on the SQL server running out of disk space first. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Have+you+seen+the+size+of+the+tag+cloud+hidden+field_3F00_/default.aspx" rel="tag"><font color="#698d73">Have you seen the size of the tag cloud hidden field?</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li></ul><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" colspan="2"><div class="CommonWebFeedArea CommonPrintHidden"><a href="http://forums.thedailywtf.com/forums/rss.aspx?ForumID=18&amp;PostID=345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/utility/images/rss.gif"></a></div></td></tr></tbody></table></div></div></td></tr></tbody></table></td></tr></tbody></table></div><p>//  //  //  //  //  //  //  //  //  //  //  //  //  //  </p><p mce_keep="true">&nbsp;</p></div></blockquote>You win +1 internet, sir.</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>I really want to turn this into a sig hack, but the truth is I'm not that bored yet.</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li><li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li><li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><font color="#698d73" size="2"></font></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl38_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag">[Edit Tags]</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl38$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl38_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2F_5B00_Edit%2BTags_5D00_%2Fdefault.aspx%22%20rel%3D%22tag%22%3E%5BEdit%20Tags%5D%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345955"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345955.aspx#345955"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 4:12 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#345946">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif">									                									            									         <a href="http://forums.thedailywtf.com/members/ender.aspx">ender</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=4548&amp;lastmodified=634261841766406250"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 04-27-2006</li><li class="ForumPostUserAttribute">Sunny side of the Alps</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=4548&amp;o=DateDescending"><font color="#698d73">1,252</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345955&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['4548','ender','0','1','','','','/search/SearchResults.aspx?u=4548&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a> </td><td class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">Signed in as <a href="http://forums.thedailywtf.com/members/ender.aspx"><strong><font color="#698d73">ender</font></strong></a> | <a href="http://forums.thedailywtf.com/user/EditProfile.aspx?ReturnUrl=%2fforums%2fAddPost.aspx%3fReplyToPostID%3d345946%26Quote%3dFalse"><strong><font color="#698d73">Edit Profile</font></strong></a> | <a href="http://forums.thedailywtf.com/logout.aspx"><strong><font color="#698d73">Sign out</font></strong></a> | <a href="http://communityserver.org/r.ashx?K"><strong><font color="#698d73">Help</font></strong></a> | <a href="http://forums.thedailywtf.com/user/PrivateMessages/default.aspx"><strong><font color="#698d73">Inbox</font></strong></a> </div></div><div class="CommonSearch"><table align="right" cellspacing="0" cellpadding="0"><tbody><tr><td> in  "Side Bar" WTF The Daily WTF (Entire Site) </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton">Search</a></span> </td></tr></tbody></table></div></td></tr></tbody></table><p mce_keep="true">&nbsp;</p><div class="CommonTabBar">                                //                                  <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="CommonSimpleTabStripTab"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div><div id="CommonBody"><table id="CommonBodyTable" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn"></td><td id="CommonBodyColumn"><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td>//  <div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Reply to an Existing Message</h2><div class="CommonContent"><div class="CommonDescription">The message you are replying to: Re: Ambiguity in Namespaces? No way!</div><div class="CommonPaneTabSet" id="ctl00_ctl00_bcr_bcr_PostForm_ctl04_EditorTabs_TabSet"><div style="width: 100%; overflow: hidden;"><table cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonPaneTabSelected"><div class="CommonPaneTabSelected1"><div class="CommonPaneTabSelected2">Compose</div></div></div></td><td><div class="CommonPaneTab"><div class="CommonPaneTab1"><div class="CommonPaneTab2">Options</div></div></div></td><td><div class="CommonPaneTab"><div class="CommonPaneTab1"><div class="CommonPaneTab2">Related</div></div></div></td><td><div class="CommonPaneTab"><div class="CommonPaneTab1"><div class="CommonPaneTab2">Preview</div></div></div></td></tr></tbody></table></div></div><div class="CommonPane" id="ctl00_ctl00_bcr_bcr_PostForm_ctl04_EditorTabs"><div style="width: 100%; height: 100%; overflow: auto;"><div id="ctl00_ctl00_bcr_bcr_PostForm_ctl04_ComposePane" style="left: 0px; width: 100%; height: 100%; overflow: auto; visibility: visible;"><strong>mott555 wrote the following post at 27 Sep 2013 9:31 PM:</strong> <div class="ForumReplyToPostArea"><div><div id="ctl00_ctl00_bcr_bcr_PostForm__QuoteText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>mikeTheLiar:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>ender:</strong></div><div><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding: 10px; width: 488px;"><a title="Home" href="http://thedailywtf.com/"><img width="488" height="70" alt="The Daily WTF: Curious Perversions in Information Technology" src="http://thedailywtf.com//Resources/Images/Primary/logo.gif" border="0"></a> </td><td class="CommonTitleBarSearchArea"><div class="CommonUserArea"><div id="welcome">Welcome to TDWTF Forums <a href="http://forums.thedailywtf.com/login.aspx?ReturnUrl=%2fforums%2fp%2f29691%2f345902.aspx"><b><font color="#698d73">Sign in </font></b></a>| <a href="http://forums.thedailywtf.com/user/CreateUser.aspx?ReturnUrl="><b><font color="#698d73">Join</font></b></a> | <a href="http://communityserver.org/r.ashx?K"><b><font color="#698d73">Help</font></b></a> </div></div><div class="CommonSearch"><table align="right" cellspacing="0" cellpadding="0"><tbody><tr><td>in "Side Bar" WTF The Daily WTF (Entire Site) </td><td><span class="CommonSearchButtonOuter"><a class="CommonSearchButton" id="ctl00_ctl00_bhcr_ctl01_ctl00_TitleBarSearchButton">Search</a></span> </td></tr></tbody></table></div></td></tr></tbody></table><p mce_keep="true">&nbsp;</p><div class="CommonTabBar">//  <div class="CommonTabBarInner"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="CommonSimpleTabStripTab"><a href="http://thedailywtf.com/"><font color="#000000">TheDailyWTF.com</font></a></td><td class="CommonSimpleTabStripSelectedTab"><a href="http://forums.thedailywtf.com/forums/"><font color="#000000">Forums</font></a></td></tr></tbody></table></div></div><div id="CommonBody"><table id="CommonBodyTable" cellspacing="0" cellpadding="0"><tbody><tr><td id="CommonLeftColumn"></td><td id="CommonBodyColumn"><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="CommonContentArea"><div class="CommonBreadCrumbArea"><a href="http://forums.thedailywtf.com/forums/">TDWTF Forums</a> » <a href="http://forums.thedailywtf.com/forums/default.aspx?GroupID=4">The Daily WTF</a> » <a href="http://forums.thedailywtf.com/forums/18.aspx">"Side Bar" WTF</a> » <a href="http://forums.thedailywtf.com/forums/t/29691.aspx">Ambiguity in Namespaces? No way!</a></div><h2 class="CommonTitle">Ambiguity in Namespaces? No way!</h2><div class="CommonContent"><div class="CommonDescription">Last post 09-27-2013 11:56 AM by <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx"><font color="#698d73">joe.edwards</font></a>. 28 replies.</div><div class="CommonFormArea"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" class="CommonFormField CommonPrintHidden" colspan="2"><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div></td></tr><tr><td align="left" class="CommonFormField CommonPrintHidden"></td><td align="right" class="CommonFormField CommonPrintHidden">Sort Posts: Oldest to newest Newest to oldest <a class="CommonImageTextButton CommonPreviousButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Previous">Previous</a> <a class="CommonImageTextButton CommonNextButton" href="http://forums.thedailywtf.com/forums/ThreadNavigation.aspx?PostID=345711&amp;NavType=Next">Next</a> </td></tr></tbody></table></div><ul class="ForumPostList"><li><a name="345711"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:36 PM </td><td align="right"></td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Darsithis.aspx">Darsithis</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=143534&amp;lastmodified=635146709443023594"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 08-22-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=143534&amp;o=DateDescending"><font color="#698d73">16</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345711&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div><div class="ForumPostSignature"><div style="text-align: center;"><span>The one, the only true Darsithis™ <a title="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" href="http://us.battle.net/wow/en/character/feathermoon/Darsithis/advanced" target="_blank"><font color="#698d73">(Armory)</font></a> | <a title="https://twitter.com/DaRealDarsithis" href="https://twitter.com/DaRealDarsithis" target="_blank"><font color="#698d73">(Twitter) </font></a><br>Global Moderator of MMO-Champion.com</span></div></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345712"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 7:52 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345711.aspx#345711">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345712&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345713"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-24-2013 8:44 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345712.aspx#345712">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345713&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl04_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/joke/default.aspx" rel="tag"><font color="#698d73">joke</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345716"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-24-2013 9:20 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345713.aspx#345713">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345716&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a> </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl05_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Go+Fetch/default.aspx" rel="tag"><font color="#698d73">Go Fetch</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345717"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-24-2013 9:47 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345716.aspx#345716">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345717&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!<br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345733"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 9:08 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345717.aspx#345717">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mott555.aspx">mott555</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=18388&amp;lastmodified=634684373972422891"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 08-10-2009</li><li class="ForumPostUserAttribute">Omaha</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=18388&amp;o=DateDescending"><font color="#698d73">683</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345733&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature">This is a signature. It's not a good one, but it's still a signature.<br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Edit+Tags/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Report abuse</font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><li style="margin-top: -30px;"><div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><font color="#698d73" size="2"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font> Mon, February 30 2010 2:64 PM</td><td align="right"></td></tr></tbody></table></h4><table style="width: 100%;" cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent" style="margin-top: -160px;"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span> Darth Vader</li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://farm3.staticflickr.com/2701/4203825904_7d3b48d8fb.jpg"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined a long, long time ago</li><li class="ForumPostUserAttribute">In a <span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Glittery</span> galaxy far, far away</li><li class="ForumPostUserAttribute">Posts <a href="http://www.thedailywtf.com/"><font color="#698d73">π x 10<span style="font-size: xx-small; vertical-align: top;">-14</span></font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re:</h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://www.thedailywtf.com/"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Amazing</span> Reply</a><a class="CommonImageTextButton CommonFavoriteButton">Favorites</a><a class="CommonImageTextButton CommonContactButton"><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fun</span> Contact</a></div></div><table style="width: 100%; table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><br><img style="height: 120px;" alt="" src="http://www.cornify.com/getacorn.php?r=1224672"><br></div><div class="ForumPostSignature">I have cornified this thread, pray I don't cornify it further.</div><br><br></div><div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span>Filed Under: <a href="http://forums.thedailywtf.com/tags/Dark+Lord+Of+The+Sith/default.aspx" rel="tag"><font color="#698d73">Dark Lord of the Sith</font></a>, <a href="http://forums.thedailywtf.com/tags/You+dont+know+the+power+of+the+dark+side/default.aspx" rel="tag"><font color="#698d73">You don't know the power of the </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Fabulous</span><font color="#698d73"> dark side</font></a></span> <ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li> <li><a href="http://www.thedailywtf.com/"><font size="2"><font color="#698d73">Report </font><span style="color: rgb(255, 0, 255); font-family: comic sans; font-style: italic; font-weight: bold;">Wonderful</span><font color="#698d73"> abuse</font></font></a></li> <li><a href="http://www.thedailywtf.com/"><font color="#698d73" size="2">Quick Reply</font></a></li></ul></div></td></tr></tbody></table></div></li><br><br><br><li style="margin-top: -80px;"><br><div style="display: none;"><table><tbody><tr><td><table><tbody><tr><td><div><font color="#698d73" size="2"></font></div><div><font color="#698d73" size="2"></font></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl07_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/_5B00_Edit+Tags_5D00_/default.aspx" rel="tag"><font color="#698d73">[Edit Tags]</font></a>, <a href="http://forums.thedailywtf.com/tags/Did+you+know+that+sheep_2700_s+bladders+can+be+employed+to+help+prevent+earthquakes_3F00_/default.aspx" rel="tag"><font color="#698d73">Did you know that sheep's bladders can be employed to help prevent earthquakes?</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345734"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-25-2013 9:33 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345733.aspx#345733">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345734&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/ </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345759"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 2:56 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/KattMan.aspx">KattMan</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 10-18-2006</li><li class="ForumPostUserAttribute">Location Unknown, Destination Anywhere</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=6405&amp;o=DateDescending"><font color="#698d73">633</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345759&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">NEE! </div><div class="ForumPostSignature">CAPTCHA? We ain't got no CAPTCHA. We don't need no CAPTCHA. We don't need no stinking CAPTCHA!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345766"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-25-2013 11:13 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345766&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote! </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345785"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345785.aspx#345785"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:45 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345766.aspx#345766">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/skotl.aspx">skotl</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Not Ranked" alt="Not Ranked" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rank0.gif"></li><li class="ForumPostUserAttribute">Joined on 02-23-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=118018&amp;o=DateDescending"><font color="#698d73">74</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345785&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><p>It's a double quote!</p></div></blockquote>Nice :D </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl11_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/It_2700_s+the+little+things/default.aspx" rel="tag"><font color="#698d73">It's the little things</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345797"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 1:50 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345759.aspx#345759">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345797&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>KattMan:</b></div><div>NEE!</div></blockquote>Oh, what sad times are these when passing ruffians can say Ni at will to old ladies. There is a pestilence upon this land, nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress in this period in history. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345801"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:10 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345797.aspx#345797">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/mikeTheLiar.aspx">mikeTheLiar</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=119150&amp;lastmodified=635146893143664375"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 03-07-2013</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=119150&amp;o=DateDescending"><font color="#698d73">434</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345801&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Did you say shrubberies? </div><div class="ForumPostSignature"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>blakeyrat:</strong></div><div>This forum is the worst, and you all are the worst, and mikeTheLiar you're the worst of the worst.</div></blockquote></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345802"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:33 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345802&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies. </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345803"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:38 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345802.aspx#345802">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345803&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345804"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345804.aspx#345804"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 2:48 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345804&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>boomzilla:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>Yes, shrubberies are my trade. I am a shrubber. My name is Roger the Shrubber. I arrange, design, and sell shrubberies.</div></blockquote>I wish blakeyrat were still around. He hated this sort of thing.</div></blockquote>I wish morbiuswilters were still around. He hated this sort of thing:<br><img style="max-width: 100%;" alt="Rosie O'Donnell" src="http://imgs.xkcd.com/comics/monty_python.jpg"> </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl16_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Randall+Munroe+does+not+approve_2E00_/default.aspx" rel="tag"><font color="#698d73">Randall Munroe does not approve.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345805"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 2:57 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345803.aspx#345803">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345805&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat? </div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl17_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/you+of+all+people/default.aspx" rel="tag"><font color="#698d73">you of all people</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345806"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 2:58 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345805.aspx#345805">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345806&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl18_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/At+least+I+think+so_2E00_/default.aspx" rel="tag"><font color="#698d73">At least I think so.</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345808"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345808.aspx#345808"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 3:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/PedanticCurmudgeon.aspx">PedanticCurmudgeon</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 150 Contributor" alt="Top 150 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop150.gif"></li><li class="ForumPostUserAttribute">Joined on 10-13-2010</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=46269&amp;o=DateDescending"><font color="#698d73">354</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345808&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote><p>Well, that's true.&gt;</p></div><div class="ForumPostSignature">TRWTF is people who've never heard of Blinkenlights. The Jargon File should be required reading.</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345813"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 3:42 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345806.aspx#345806">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/El_5F00_Heffe.aspx">El_Heffe</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10318&amp;lastmodified=635145850795152500"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 11-08-2007</li><li class="ForumPostUserAttribute">Creeping you out</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10318&amp;o=DateDescending"><font color="#698d73">2,272</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345813&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div><div class="ForumPostSignature">Sent from my phone <img align="middle" alt="" src="http://i.imgur.com/HPuLD8N.gif" border="0"></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345836"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345836.aspx#345836"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:54 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,276</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345836&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><p>And just about anything is more amusing than <strike>copy/pasting</strike> Monty Python. <br></p></div></blockquote><p>FTFY. </p></div><div class="ForumPostSignature"><a href="http://www.voy.com/48912/"><img width="105" title="Annoying to the second degree" alt="" src="http://www.angelfire.com/weird2/mostannoying/images/yello004.gif"></a><br><br><img class="hcgrpssymsnohdnxodkf" style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"><br><br><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345837"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 7:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/boomzilla.aspx">boomzilla</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10543&amp;lastmodified=633732455099210000"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 12-11-2007</li><li class="ForumPostUserAttribute">NOVA</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10543&amp;o=DateDescending"><font color="#698d73">4,430</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345837&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game. </div><div class="ForumPostSignature">posted from Excel</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl22_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/but+I_2700_m+sure+someone+will+help+me+out/default.aspx" rel="tag"><font color="#698d73">but I'm sure someone will help me out</font></a>, <a href="http://forums.thedailywtf.com/tags/I+don_2700_t+know+of+any/default.aspx" rel="tag"><font color="#698d73">I don't know of any</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345838"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 8:46 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345838&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>The set of things blakeyrat is funnier than is a strict superset of the set of things less funny than copy/pasting Monty Python. </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345839"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345839.aspx#345839"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 8:59 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345838.aspx#345838">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,428</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Just to recap, </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345839&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText">Just to recap,  <ul><li><img alt="" src="http://i.imgur.com/YJ234hT.jpg"></li></ul></div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl24_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Just+to+recap/default.aspx" rel="tag"><font color="#698d73">Just to recap</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345841"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345841.aspx#345841"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-26-2013 10:51 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345813.aspx#345813">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/bridget99.aspx">bridget99</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 75 Contributor" alt="Top 75 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop75.gif"></li><li class="ForumPostUserAttribute">Joined on 02-01-2009</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=14357&amp;o=DateDescending"><font color="#698d73">703</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345841&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>El_Heffe:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>joe.edwards:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>PedanticCurmudgeon:</b></div><div>The scene's over, so you can stop bitching, but are you seriously trying to say that copy/pasting Monty Python is more annoying than blakeyrat?</div></blockquote>I think he's saying that annoying blakeyrat is more amusing than copy/pasting Monty Python.</div></blockquote>Yes.  <p mce_keep="true">&nbsp;</p><p>And just about anything is more amusing than copy/pasting Monty Python. <br></p></div></blockquote>I think he's pretty funny. I like Fawlty Towers a lot. </div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345842"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-26-2013 11:02 PM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345734.aspx#345734">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Mcoder.aspx">Mcoder</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/utility/anonymous.gif"></li><li class="ForumPostUserIcons"><img title="Top 200 Contributor" alt="Top 200 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop200.gif"></li><li class="ForumPostUserAttribute">Joined on 01-06-2007</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=7408&amp;o=DateDescending"><font color="#698d73">266</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345842&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345874"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 7:17 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345801.aspx#345801">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Anonymouse.aspx">Anonymouse</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=3484&amp;lastmodified=634649729308280000"></li><li class="ForumPostUserIcons"><img title="Top 100 Contributor" alt="Top 100 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop100.gif"></li><li class="ForumPostUserAttribute">Joined on 01-16-2006</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=3484&amp;o=DateDescending"><font color="#698d73">473</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345874&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl27_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/meme_26002300_178_3B00_/default.aspx" rel="tag"><font color="#698d73">meme²</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li><li><a name="345898"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345898.aspx#345898"><font color="#698d73"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></font></a> 09-27-2013 11:32 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345874.aspx#345874">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,951</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345898&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Anonymouse:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div>Did you say shrubberies?</div></blockquote>I used to be a knight like you, but then I took a shrubbery to the Ni!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Feh. Tis but a scratch. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345902"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:40 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345842.aspx#345842">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif"> <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,051</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345902&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><b>HardwareGeek:</b><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li></ul></td></tr></tbody></table></div></li><li><a name="345906"></a> <div class="ForumPostArea"><h4 class="ForumPostHeader"><table cellspacing="0" cellpadding="0"><tbody><tr><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345906.aspx#345906"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a> 09-27-2013 11:56 AM </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345902.aspx#345902">In reply to</a> </td></tr></tbody></table></h4><table cellspacing="0" cellpadding="0"><tbody><tr><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif"> <a href="http://forums.thedailywtf.com/members/joe.edwards.aspx">joe.edwards</a> </li><li class="ForumPostUserAvatar"><img style="border: 1px solid currentColor; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=5616&amp;lastmodified=635155509999307656"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 08-14-2006</li><li class="ForumPostUserAttribute">Dallas, TX</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=5616&amp;o=DateDescending"><font color="#698d73">1,961</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">Re: Ambiguity in Namespaces? No way! </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345906&amp;Quote=False">Reply</a> <a class="CommonImageTextButton CommonContactButton" href="http://forums.thedailywtf.com/#">Contact</a> </div></div><table style="table-layout: fixed;" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Lorne Kates:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mikeTheLiar:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>mott555:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Mcoder:</b></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ben L.:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Ronald:</b></div><div><blockquote><div><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <b>Darsithis:</b></div><div><p mce_keep="true">&nbsp;</p><p>So lately I’ve been getting this error message on a lot of pages in this project in the compiled, published version only:<br><br>BC30456: 'Title' is not a member of xxxx page<br><br>Was driving me nuts. I tried all of the possible fixes: I rebuilt the solution and cleaned it. I deleted the entire site from the publish location so I was sure it was fresh. Nothing worked. Finally I saw what the issue was…<br><br>…that idiot overseas developer that was hired to work on this decided to take a shortcut. He copied all of the Time Card report pages into Work Center without changing the class they inherit from in the markup. That means instead of inheriting from WorkCenter_Reports_XXXXXX, they’d inherit from TC_Reports_XXXXX and most of them <i>had the same name!</i><br><br>So the compiled version of the site was seeing two sets of reports in two places, and that was causing an issue with ambiguity. I want to tear my hair out! <br></p></div></blockquote><p>I've often seen a similar error message when trying to use resources files (string tables) to set the title in a Master Page. That happens mostly when working on themed or multilingual sites. </p><p>ASP.Net Web forms make it very easy to do that kind of thing (global/local resources cascade, locale-specific extensions, etc.) but as usual the Master Pages are sand in the gears.</p></div></blockquote>You shouldn't quote the entire OP.</div></blockquote><p><a href="http://play.golang.org/p/5syv_mZf_i"><font color="#698d73">There you go!</font></a></p><p><font color="#698d73"></font></p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Now, you two!&nbsp; Stop quoting the entire OP!</p></div></blockquote>Stop saying it! Oh know, now I've said it! We're all saying it! Aaahh!!  <p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>FUCKING HELL WHY DOES IT QUOTE TWICE WHEN I PRESS QUOTE ONCE?!?!?!?/</div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>Well, I don't know, but I love geometric progressions. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;  <p mce_keep="true">&nbsp;</p><p>So what happens first-- we discover the value of MAX_POST_SIZE, or a mod gets annoyed? <br></p><p mce_keep="true">&nbsp;</p></div></blockquote>It's probably <code>ntext</code> or <code>nvarchar(max)</code>, so I'm betting on the SQL server running out of disk space first. </div><div class="ForumPostSignature">I spend most of my life pressing buttons to make the pattern of lights change however I want.<br><hr><br><img alt="" src="http://error-unlimited.net/tdwtf/sig.php"><br><p style="font-size: 50%;">Ideas for new messages or themes? PM me.</p></div></div></td></tr></tbody></table></td></tr><tr><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl30_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Have+you+seen+the+size+of+the+tag+cloud+hidden+field_3F00_/default.aspx" rel="tag"><font color="#698d73">Have you seen the size of the tag cloud hidden field?</font></a></span></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li><font color="#698d73"></font></li></ul></td></tr></tbody></table></div></li></ul><div align="right" class="CommonPagingArea">Page 1 of 1 (29 items) </div><table cellspacing="0" cellpadding="0"><tbody><tr><td align="right" colspan="2"><div class="CommonWebFeedArea CommonPrintHidden"><a href="http://forums.thedailywtf.com/forums/rss.aspx?ForumID=18&amp;PostID=345711"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/utility/images/rss.gif"></a></div></td></tr></tbody></table></div></div></td></tr></tbody></table></td></tr></tbody></table></div><p>// // // // // // // // // // // // // // </p><p mce_keep="true">&nbsp;</p></div></blockquote> You win +1 internet, sir.</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>I really want to turn this into a sig hack, but the truth is I'm not that bored yet.</p><p mce_keep="true">&nbsp;</p></div></div><a class="CommonTextButton" id="ctl00_ctl00_bcr_bcr_PostForm_ctl04_ctl03_ctl02_QuoteButton">Quote</a> </div><div class="CommonFormArea"><div class="CommonFormFieldName">Subject <span class="validationWarning" id="ctl00_ctl00_bcr_bcr_PostForm_ctl04_postSubjectValidator" style="color: red; visibility: hidden;">*</span> </div><div class="CommonFormField"></div><div class="CommonFormFieldName">Message &nbsp; &nbsp; </div><div class="CommonFormField"><span class="mceEditorContainer" id="mce_editor_0_parent"><table class="mceEditor" style="width: 100%; height: 296px;" cellspacing="0" cellpadding="0"><tbody><tr><td class="mceToolbarTop"><span class="mceToolbarContainer" id="mce_editor_0_toolbar"><a title="Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X" href="http://forums.thedailywtf.com/#"></a>-- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings<img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif">-- Font size --1 (8 pt)2 (10 pt)3 (12 pt)4 (14 pt)5 (18 pt)6 (24 pt)7 (36 pt)<img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><span class="mceMenuButton" id="mce_editor_0_forecolor"><a class="mceMenuButtonNormal" target="_self"><img title="Select text color" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif"></a><a><img title="Select text color" class="mceMenuButton" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif"></a></span><span class="mceMenuButton" id="mce_editor_0_backcolor"><a class="mceMenuButtonNormal" target="_self"><img title="Select background color" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif"></a><a><img title="Select background color" class="mceMenuButton" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif"></a></span><img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><a class="mceButtonNormal" id="mce_editor_0_cut" target="_self"><img title="Cut" alt="Cut" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/cut.gif"></a><a class="mceButtonNormal" id="mce_editor_0_copy" target="_self"><img title="Copy" alt="Copy" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/copy.gif"></a><a class="mceButtonNormal" id="mce_editor_0_paste" target="_self"><img title="Paste" alt="Paste" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/paste.gif"></a><a class="mceButtonNormal" id="mce_editor_0_pasteword" target="_self"><img title="Paste from Word" alt="Paste from Word" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif"></a><img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><a class="mceButtonNormal" id="mce_editor_0_code" target="_self"><img title="Edit HTML Source" alt="Edit HTML Source" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/code.gif"></a><a class="mceButtonNormal" id="mce_editor_0_iespell" target="_self"><img title="Run spell checking" alt="Run spell checking" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif"></a><br><a class="mceButtonNormal" id="mce_editor_0_bold" target="_self"><img title="Bold (Ctrl+B)" alt="Bold (Ctrl+B)" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/bold.gif"></a><a class="mceButtonNormal" id="mce_editor_0_italic" target="_self"><img title="Italic (Ctrl+I)" alt="Italic (Ctrl+I)" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/italic.gif"></a><a class="mceButtonNormal" id="mce_editor_0_underline" target="_self"><img title="Underline (Ctrl+U)" alt="Underline (Ctrl+U)" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/underline.gif"></a><a class="mceButtonNormal" id="mce_editor_0_strikethrough" target="_self"><img title="Strikethrough" alt="Strikethrough" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif"></a><img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><a class="mceButtonNormal" id="mce_editor_0_indent" target="_self"><img title="Indent" alt="Indent" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/indent.gif"></a><a class="mceButtonDisabled" id="mce_editor_0_outdent" target="_self"><img title="Outdent" alt="Outdent" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/outdent.gif"></a><img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><a class="mceButtonNormal" id="mce_editor_0_bullist" target="_self"><img title="Unordered list" alt="Unordered list" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/bullist.gif"></a><a class="mceButtonNormal" id="mce_editor_0_numlist" target="_self"><img title="Ordered list" alt="Ordered list" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/numlist.gif"></a><img width="2" height="20" class="mceSeparatorLine" alt="" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/separator.gif"><a class="mceButtonDisabled" id="mce_editor_0_link" target="_self"><img title="Insert/edit link" alt="Insert/edit link" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/link.gif"></a><a class="mceButtonDisabled" id="mce_editor_0_unlink" target="_self"><img title="Unlink" alt="Unlink" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/unlink.gif"></a><a class="mceButtonNormal" id="mce_editor_0_image" target="_self"><img title="Insert/edit image" alt="Insert/edit image" src="http://forums.thedailywtf.com/tiny_mce/jscripts/tiny_mce/themes/advanced/images/image.gif"></a><br><a href="http://forums.thedailywtf.com/#"></a></span></td></tr><tr><td align="middle"></td></tr><tr><td class="mceStatusbarBottom"><div class="mceStatusbarPathText" id="mce_editor_0_path" style="display: none;"><a href="http://forums.thedailywtf.com/#"></a>Path: <a title="" class="mcePathItem" target="_self">p</a>&nbsp;</div><div class="mceStatusbarResize" id="mce_editor_0_resize" style="display: block;"></div><br style="clear: both;"></td></tr></tbody></table><span class="mceResizeBox" id="mce_editor_0_resize_box"></span></span>&lt;P&gt;&amp;nbsp;&lt;/P&gt; //  eval(tinyMCE_GZ.scriptData); //  // '}); // ]]&gt;  </div><div class="CommonFormFieldName">Tags </div><div class="CommonFormField">Select Tags... </div></div></div></div></div></div></div></td></tr></tbody></table></td></tr></tbody></table></div>I do wonder why all thedailywtf links are changed to null though...										    									     </div><div class="ForumPostSignature"><i>Because 10 billion years' time is so fragile, so ephemeral... it arouses such a bittersweet, almost heartbreaking fondness.</i></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345964"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345964.aspx#345964"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-27-2013 5:20 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345955.aspx#345955">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345964&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><h1><a href="http://maxgif.com/AAY"><font color="#698d73">SOON</font></a></h1></div><div class="ForumPostSignature"><font color="#698d73"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"></font> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="345996"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/345996.aspx#345996"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-28-2013 6:17 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345837.aspx#345837">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Zemm.aspx">Zemm</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10428&amp;lastmodified=634883015172305703"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 11-26-2007</li><li class="ForumPostUserAttribute">Gold Coast, Australia</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10428&amp;o=DateDescending"><font color="#698d73">1,237</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=345996&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['10428','Zemm','0','1','http://hood.id.au','','','/search/SearchResults.aspx?u=10428&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.</div></blockquote>Well that would just be a Complete Waste Of Time.										    									     </div><div class="ForumPostSignature">Filed Under: Can you think of something that talks, other than a person?</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346015"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346015.aspx#346015"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-28-2013 2:58 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/345996.aspx#345996">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346015&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Zemm:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.</div></blockquote>Well that would just be a <a href="http://llamaslayers.net/time/"><font color="#698d73">Complete Waste Of Time</font></a>.</div></blockquote>LFTY										    									     </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346025"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346025.aspx#346025"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-28-2013 10:35 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346015.aspx#346015">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346025&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Zemm:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.</div></blockquote>Well that would just be a <a href="http://llamaslayers.net/time/"><font color="#698d73">Complete Waste Of Time</font></a>.</div></blockquote>LFTY</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p><span id="waste" style="font: 2em/normal sans-serif; text-align: right; right: 10px; bottom: 10px; font-size-adjust: none; font-stretch: normal; text-shadow: 0px 0px 1px #fff;">You have wasted <b id="time">please enable JavaScript</b> seconds of your life. <br><span style="font-size: 0.75em;">Global time wasted since June 7<sup><font size="3">th</font></sup>, 2010:<br><b id="total">Unknown</b></span></span> <br></p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346026"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346026.aspx#346026"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-28-2013 10:40 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346025.aspx#346025">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346026&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Zemm:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.</div></blockquote>Well that would just be a <a href="http://llamaslayers.net/time/"><font color="#698d73">Complete Waste Of Time</font></a>.</div></blockquote>LFTY</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p><span id="waste" style="font: 2em/normal sans-serif; text-align: right; right: 10px; bottom: 10px; font-size-adjust: none; font-stretch: normal; text-shadow: 0px 0px 1px #fff;">You have wasted <b id="time">please enable JavaScript</b> seconds of your life. <br><span style="font-size: 0.75em;">Global time wasted since June 7<sup><font size="3">th</font></sup>, 2010:<br><b id="total">Unknown</b></span></span> <br></p></div></blockquote><p>So you're one of those.										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346030"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346030.aspx#346030"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 12:16 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346026.aspx#346026">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ben-L_2E00_.aspx">Ben L.</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=55004&amp;lastmodified=634285617912966250"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 12-22-2010</li><li class="ForumPostUserAttribute">HELP I'M TRAPPED IN A COMMUNITY SERVER FACTORY</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=55004&amp;o=DateDescending"><font color="#698d73">2,454</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346030&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['55004','Ben L.','0','1','','','','/search/SearchResults.aspx?u=55004&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ronald:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Zemm:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>boomzilla:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>El_Heffe:</strong></div><div>And just about anything is more amusing than copy/pasting Monty Python. </div></blockquote>That's true. The accents just don't come across, and without the stupid accents it's just not the same. But it's better than posting about video games. Maybe unless it was a Monty Python video game.</div></blockquote>Well that would just be a <a href="http://llamaslayers.net/time/"><font color="#698d73">Complete Waste Of Time</font></a>.</div></blockquote>LFTY</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p><span id="waste" style="font: 2em/normal sans-serif; text-align: right; right: 10px; bottom: 10px; font-size-adjust: none; font-stretch: normal; text-shadow: 0px 0px 1px #fff;">You have wasted <b id="time">please enable JavaScript</b> seconds of your life. <br><span style="font-size: 0.75em;">Global time wasted since June 7<sup><font size="3">th</font></sup>, 2010:<br><b id="total">Unknown</b></span></span> <br></p></div></blockquote><p>So you're one of those.</p></div></blockquote>How do you propose I show you the amount of time you've been on a page without javascript?										    									     </div><div class="ForumPostSignature">&lt;DF ER&gt;O X&gt;B N BRY UGJTCBI JDABI&gt; DCO OCIBAYGP&gt; &gt;K&gt;PZ RD MF IRE ECE D&gt; HGOY JDABI&gt; DCO OCIBAYGP&gt;Z!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346035"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346035.aspx#346035"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 3:21 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346030.aspx#346030">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Ronald.aspx">Ronald</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=125678&amp;lastmodified=635050416500583438"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 05-16-2013</li><li class="ForumPostUserAttribute">Flying on a jetplane</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=125678&amp;o=DateDescending"><font color="#698d73">1,299</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346035&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['125678','Ronald','0','1','','','','/search/SearchResults.aspx?u=125678&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div> How do you propose I show you the amount of time you've been on a page without javascript?</div></blockquote><p>Flash. Silverlight. Java applet. ActiveX control. All big winners.										    									     </p></div><div class="ForumPostSignature"><img width="300" alt="" src="http://img7.joyreactor.com/pics/post/auto-334097.jpeg"> <br><br><span style="color: rgb(102, 102, 102); font-family: Courier New; font-size: 9px;">If you disagree you are a racist.</span><br><br><img style="display: none;" alt="Hit Counter" src="http://www.e-zeeinternet.com/count.php?page=1000285&amp;style=default&amp;nbdigits=7" border="0"> </div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346037"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346037.aspx#346037"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 6:29 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346030.aspx#346030">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Zemm.aspx">Zemm</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=10428&amp;lastmodified=634883015172305703"></li><li class="ForumPostUserIcons"><img title="Top 50 Contributor" alt="Top 50 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop50.gif"></li><li class="ForumPostUserAttribute">Joined on 11-26-2007</li><li class="ForumPostUserAttribute">Gold Coast, Australia</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=10428&amp;o=DateDescending"><font color="#698d73">1,237</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346037&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['10428','Zemm','0','1','http://hood.id.au','','','/search/SearchResults.aspx?u=10428&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div>How do you propose I show you the amount of time you've been on a page without javascript?</div></blockquote>Animated GIF										    									     </div><div class="ForumPostSignature">Filed Under: Can you think of something that talks, other than a person?</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346045"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346045.aspx#346045"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 10:51 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346037.aspx#346037">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346045&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Zemm:</strong></div><div><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Ben L.:</strong></div><div>How do you propose I show you the amount of time you've been on a page without javascript?</div></blockquote>Animated GIF</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>frameset, with one frame being the page, and another being a just-tall-enough bottom frame with src="UserTime.php?user_id=1&amp;page_id=2&amp;visit_id=3"</p><p>UserTime.php, of course,&nbsp; just emits at 301 Redirect back to itself with a 1 second timeout.</p><p>No, there are no sessions. Yes, the querystring values are unencoded.</p><p>Version 2 of UserTime.php contains a hillarious attempt by a php "coder" to compensate for network lag. <br></p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl48_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/If+I+had+a+nickle+for+each+time+I+hit+F5+on+a+frameset+site+and+fucked+up+my+navigation+I_2700_d+have+enough+giraffes+to+punch+the+whole+world+with/default.aspx" rel="tag">If I had a nickle for each time I hit F5 on a frameset site and fucked up my navigation I'd have enough giraffes to punch the whole world with</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl48$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl48_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FIf%2BI%2Bhad%2Ba%2Bnickle%2Bfor%2Beach%2Btime%2BI%2Bhit%2BF5%2Bon%2Ba%2Bframeset%2Bsite%2Band%2Bfucked%2Bup%2Bmy%2Bnavigation%2BI_2700_d%2Bhave%2Benough%2Bgiraffes%2Bto%2Bpunch%2Bthe%2Bwhole%2Bworld%2Bwith%2Fdefault.aspx%22%20rel%3D%22tag%22%3EIf%20I%20had%20a%20nickle%20for%20each%20time%20I%20hit%20F5%20on%20a%20frameset%20site%20and%20fucked%20up%20my%20navigation%20I'd%20have%20enough%20giraffes%20to%20punch%20the%20whole%20world%20with%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346046"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346046.aspx#346046"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 11:25 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346045.aspx#346045">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif">									                									            									         <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,963</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346046&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['1253','dhromed','0','1','http://www.pliv.com/','','','/search/SearchResults.aspx?u=1253&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div>frameset</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>iframe would do fine. </p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl49_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/optimize+the+ridiculous/default.aspx" rel="tag">optimize the ridiculous</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl49$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl49_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2Foptimize%2Bthe%2Bridiculous%2Fdefault.aspx%22%20rel%3D%22tag%22%3Eoptimize%20the%20ridiculous%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346047"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346047.aspx#346047"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 11:58 AM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346046.aspx#346046">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOffline.gif">									            									         <a href="http://forums.thedailywtf.com/members/Lorne-Kates.aspx">Lorne Kates</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=23116&amp;lastmodified=634347527557808750"></li><li class="ForumPostUserIcons"><img title="Top 25 Contributor" alt="Top 25 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop25.gif"></li><li class="ForumPostUserAttribute">Joined on 01-19-2010</li><li class="ForumPostUserAttribute">Markham, ON</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=23116&amp;o=DateDescending"><font color="#698d73">2,061</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">						    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346047&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['23116','Lorne Kates','0','1','','','','/search/SearchResults.aspx?u=23116&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>dhromed:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div>frameset</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>iframe would do fine. </p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Which is exactly why we <b>must</b> use a Frameset. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><blockquote><br><img alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"><strong>HardwareGeek:</strong><br><br><a href="http://forums.thedailywtf.com/forums/p/29652/345690.aspx#345690"><font color="#698d73">&lt;blink&gt; and you're dead!</font></a><br></blockquote><br><font color="#698d73"><img width="50" height="50" align="" alt="" src="http://i.imgur.com/uvwG2JK.png" border="0" hspace="-1"><br></font><a href="http://mail.mozilla.org/pipermail/firefox-dev/attachments/20130701/86725128/attachment-0001.pdf" target="_blank"><br><font color="#698d73">"Where is grumpy cat?"</font></a> - Mozilla's MOST ADVANCED USER!</div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><div><span id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl50_ctl23_ctl01">Filed under: <a href="http://forums.thedailywtf.com/tags/Trying+to+push+this+fucker+to+50/default.aspx" rel="tag">Trying to push this fucker to 50</a></span><input name="ctl00$ctl00$bcr$bcr$ctl00$PostList$ctl50$ctl23$ctl01" id="ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl50_ctl23_ctl01_State" type="hidden" value="value:Filed%20under%3A%20%3Ca%20href%3D%22%2Ftags%2FTrying%2Bto%2Bpush%2Bthis%2Bfucker%2Bto%2B50%2Fdefault.aspx%22%20rel%3D%22tag%22%3ETrying%20to%20push%20this%20fucker%20to%2050%3C%2Fa%3E"></div><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li><li><a name="346048"></a>				     <div class="ForumPostArea"><h4 class="ForumPostHeader"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="middle"><td align="left"><a href="http://forums.thedailywtf.com/forums/p/29691/346048.aspx#346048"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon_post_show.gif"></a>								        09-29-2013 12:52 PM    								     </td><td align="right"><a href="http://forums.thedailywtf.com/forums/p/29691/346047.aspx#346047">In reply to</a>								    								     </td></tr></tbody></table></h4><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr valign="top"><td class="ForumPostUserArea" rowspan="2"><div class="ForumPostUserContent"><ul class="ForumPostUserPropertyList"><li class="ForumPostUserName"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/user_IsOnline.gif">									                									            									         <a href="http://forums.thedailywtf.com/members/dhromed.aspx">dhromed</a>									     </li><li class="ForumPostUserAvatar"><img style="border-width: 1px; border-style: solid; max-height: 80px; max-width: 80px;" alt="" src="http://forums.thedailywtf.com/users/avatar.aspx?userid=1253&amp;lastmodified=635148257084632422"></li><li class="ForumPostUserIcons"><img title="Top 10 Contributor" alt="Top 10 Contributor" src="http://forums.thedailywtf.com/Themes/leanandgreen/images/rankicons/rankTop10.gif"></li><li class="ForumPostUserAttribute">Joined on 04-13-2005</li><li class="ForumPostUserAttribute">Dutchland</li><li class="ForumPostUserAttribute">Posts <a href="http://forums.thedailywtf.com/search/SearchResults.aspx?u=1253&amp;o=DateDescending"><font color="#698d73">10,963</font></a></li></ul></div></td><td class="ForumPostContentArea"><div class="ForumPostTitleArea"><h4 class="ForumPostTitle">									        										    Re: Ambiguity in Namespaces? No way!									     </h4><div class="ForumPostThreadStatus"></div><div class="ForumPostButtons"><a class="CommonImageTextButton CommonReplyButton" href="http://forums.thedailywtf.com/forums/AddPost.aspx?ReplyToPostID=346048&amp;Quote=False">Reply</a>									        									        									        									         <a class="CommonImageTextButton CommonContactButton" onclick="return window.ctl00_ctl00_bcr_bcr_ctl00_PostList_ctl02_ctl18_ctl00_ClientPopulatedPopupMenu.LoadMenu(this,event,['1253','dhromed','0','1','http://www.pliv.com/','','','/search/SearchResults.aspx?u=1253&amp;o=DateDescending'],null);" href="http://forums.thedailywtf.com/forums/p/29691/345946.aspx#">Contact</a>									        									     </div></div><table width="100%" height="100%" style="table-layout: fixed;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><div class="ForumPostBodyArea"><div class="ForumPostContentText"><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>dhromed:</strong></div><div><p mce_keep="true">&nbsp;</p><blockquote><div><img src="http://forums.thedailywtf.com/Themes/leanandgreen/images/icon-quote.gif"> <strong>Lorne Kates:</strong></div><div>frameset</div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>iframe would do fine. </p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>Which is exactly why we <b>must</b> use a Frameset. <br></p><p mce_keep="true">&nbsp;</p><p mce_keep="true">&nbsp;</p></div></blockquote>&nbsp;<p mce_keep="true">&nbsp;</p><p>It's the only way to be sure. <br></p><p mce_keep="true">&nbsp;</p></div><div class="ForumPostSignature"><img width="600" alt="" src="http://pliv.com/things/asus.jpg"><br><blockquote><span style="font-weight: bold;">snoofle:</span>We don't have staging servers (they cost money)</blockquote><br></div></div></td></tr></tbody></table></td></tr><tr valign="bottom"><td class="ForumPostFooterArea"><ul class="ForumPostStatistics CommonPrintHidden" style="clear: both;"><li></li>								        									    									    									    								     </ul></td></tr></tbody></table></div></li></ul><div align="right" class="CommonPagingArea">Page 1 of 2 (53 items) 1 <a href="http://forums.thedailywtf.com/forums/t/29691.aspx?PageIndex=2"><font color="#666666">2</font></a>&nbsp;<a href="http://forums.thedailywtf.com/forums/t/29691.aspx?PageIndex=2"><font color="#666666">Next &gt;</font></a></div><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="right" colspan="2"><div class="CommonWebFeedArea CommonPrintHidden"><a href="http://forums.thedailywtf.com/forums/rss.aspx?ForumID=18&amp;PostID=345711"><font color="#666666"><img style="border-width: 0px;" alt="" src="http://forums.thedailywtf.com/utility/images/rss.gif"></font></a>                             </div></td></tr></tbody></table></div></div></td></tr></tbody></table></td><td id="CommonRightColumn" valign="top"></td></tr></tbody></table></div><div id="CommonFooter"><a href="http://communityserver.org/r.ashx?1" target="_blank"><img style="border-width: 0px;" alt="Powered by Community Server (Non-Commercial Edition), by Telligent Systems " src="http://forums.thedailywtf.com/utility/PoweredByCS_personal.gif"></a>        						                                    																 </div></div></div><p mce_keep="true">
    
    <script type="text/javascript"> // </script> <script type="text/javascript"> </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script> <script type="text/javascript"> // </script>

    </form>

     





  • I hit CTRL-End then CTRL-Home and now I'm posting this from a decompression chamber



  • @RTapeLoadingError said:

    I hit CTRL-End then CTRL-Home and now I'm posting this from a decompression chamber
     

    You understand that the Ctrl key doesn't do anything here, right?



  • @dhromed said:

    @RTapeLoadingError said:

    I hit CTRL-End then CTRL-Home and now I'm posting this from a decompression chamber
     

    You understand that the Ctrl key doesn't do anything here, right?


    This thread is out of control.



  • Love the spamrez!

    Also a reminder what we will lose changing from a WTFy forum software...



  • Poor OP. He had literally 1 reply before the thread got permanently derailed.

    I wanted to post something on-topic here but I don't know shit about ASP namespaces or whatever that post is about.



  • All I can add is don't view this thread on a mobile phone.



  • @anonymous234 said:

    Poor OP. He had literally 1 reply before the thread got permanently derailed.
    Seems pretty normal for this place.



  • @El_Heffe said:

    @anonymous234 said:

    Poor OP. He had literally 1 reply before the thread got permanently derailed.
    Seems pretty normal for this place.


    We are all the worst.


Log in to reply