Hello all, my name is Thang. I'm a novice programmer. Currently I'm using the book Beginning ASP.NET 1.1 with Visual C# .NET 2003 (ISBN: 0-7645-5708-4)
Now the problem I'm having is in Chapter 13, page 487.
I know from reading the book that Ms. Chris Hart is responsible for this chapter but her email is not listed in the book so I couldn't contact her.
Description: After creating the necessary files for the "TryItOut" on page 482 I ran "Default.aspx" and got the following error message:
Compiler Error Message: CS0246: The type or namespace name 'DataAccessCode' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 22: public Calendar EventCalendar;
Line 23: System.Collections.Hashtable DateList;
Line 24: public DataAccessCode Data = new DataAccessCode();
Line 25:
Line 26:
Source File: C:\BegASPNET11\Ch13\WroxUnited3\Default.aspx.cs
Line: 24
I have tried the "Errata" for this book here at Wrox.com, but there is nothing in it for chapter 13. I also tried consulting the following article:
http://support.microsoft.com/default.aspx?kbid=304656
but nothing is working. Any help from any of you great professionals would be very much appreciated.
Thank you.
Thang