Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2007, 11:12 AM
Registered User
 
Join Date: Aug 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginner waaay stuck- Cant get the download to run

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>
     ...
 
Old August 12th, 2007, 12:26 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Lack of schema info normally does not prevent you from getting a clean build. You'll see this message if VS is having a hard time syncing your code to the expected syntax. You need to look very closely for the real error. You probably have one core error that is triggering a bunch of others.

The code compiles cleanly right out of the distribution archive so you must have modified it?

Eric

 
Old August 12th, 2007, 08:28 AM
Registered User
 
Join Date: Aug 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Eric

I modified exactly nothing! Or, I take it back, I did make one change in order to get past another error also in the web.config. I made no code changes whatsoever.

Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'

So I changed this line from this
<configuration http://schemas.microsoft.com/.NetConfiguration/v2.0>
to this
<configuration >


 
Old January 24th, 2008, 08:13 PM
Registered User
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had the same warnings during my build. After some frustrating research I ran the site and the it ran without issue.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuck on the first chapter flashster BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 September 1st, 2006 03:40 AM
I am deucedly stuck here rbalagr Beginning VB 6 2 July 6th, 2006 07:19 AM
Help - I'm Completely Stuck [email protected] ASP.NET 1.x and 2.0 Application Design 1 May 16th, 2006 10:12 AM
stuck on a field reindeerw Access 0 August 3rd, 2004 10:41 AM
I'm stuck! budman Classic ASP Databases 2 November 3rd, 2003 12:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.