Errors TBH Starter Kit

P

Paulo

Hi,

I have downloaded the final The Beer House VB source-code and I hit Ctrl+F5,
I receive a lot of errors, like that:

Error 1 c:\inetpub\wwwroot\TBH_Web\Controls\ProductListing.ascx.vb(6): error
ASPNET: Make sure that the class defined in this code file matches the
'inherits' attribute, and that it extends the correct base class (e.g. Page
or UserControl). c:\inetpub\wwwroot\TBH_Web\Admin\SendNewsletter.aspx 1

Error 2 Make sure that the class defined in this code file matches the
'inherits' attribute, and that it extends the correct base class (e.g. Page
or UserControl). c:\inetpub\wwwroot\TBH_Web\Controls\ProductListing.ascx.vb
6

Error 9 'Page' is not a member of 'ASP.controls_productlisting_ascx'.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\tbh_web\94767118\68e0e9f5\App_Web_vz4-pjdx.0.vb 790

Error 21 Name 'Eval' is not declared.
c:\inetpub\wwwroot\TBH_Web\Controls\ProductListing.ascx 48

....etc...

and lot more... totalizing 60 errors...

How can I fix it ? Can you help me ?

Thanks in advance
 
C

Cowboy \(Gregory A. Beamer\)

I have not tried the starter kit yet, but I have a few ideas what might
cause the problem:

1. You are opening in Visual Studio 2003 instead of 2005.
2. The BeerHouse project was compiled using the older ASP.NET 1.1 model and
you are using ASP.NET 2.0 (Web developer express, Visual Studio 2005). If
so, download the web applications project, which uses that model:
http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
P

Paulo Roberto

I am using VS 2005 Pro... do you think it was made in VS 2003?

There is no compatibility?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top