Help!
I am having waaay too many problems getting this thing going! When I try to build, I see this. Any help appreciated. Thanks!
"Could not find schema information for the element 'theBeerHouse'" and the same error for several other elements within 'theBeerHouse'. Below is a snippet from the web.config
<?xml version="1.0"?>
<configuration >
<configSections>
<section name="theBeerHouse" type="MB.TheBeerHouse.TheBeerHouseSection, __code"/>
</configSections>
<theBeerHouse defaultConnectionStringName="LocalSqlServer">
<contactForm mailTo="
[email protected]"/>
<articles pageSize="10" />
<polls archiveIsPublic="true" votingLockByIP="false" />
<newsletters fromEmail="
[email protected]" fromDisplayName="TheBeerHouse" />
<forums threadsPageSize="8" hotThreadPosts="10" bronzePosterPosts="10" silverPosterPosts="20" goldPosterPosts="50" />
<store sandboxMode="true" businessEmail="
[email protected]" />
</theBeerHouse>
<connectionStrings>
...