Am I missing something or have I not got to the section where the Index pages have been removed from the home folder.
I get an error when I added this section to my main page
<% var poll = (new TheBeerHouseDataContext()).Polls.CurrentPoll(); %>
<% if (poll != null && Request.Cookies["poll_" + poll.PollID] == null) { %>
<% Html.RenderPartial("~/Views/Shared/Poll/PollItem.ascx", poll); %>
<% } else { %>
<% Html.RenderPartial("~/Views/Shared/Poll/PollResultItem.ascx", poll); %>
<% } %>
The error is on the TheBeerhousedataContext()