Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8
This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 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 December 15th, 2005, 09:19 PM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 3 - Try it out, step 5

When I try to rund the Default.aspx, I get a Compilation Error

The error reads:

Compiler Error Message: CS0246: The type or namespace name 'Wrox' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 98: }
Line 99:
Line 100: public virtual Wrox.Commerce.ShoppingCart Cart {
Line 101: get {
Line 102: return ((Wrox.Commerce.ShoppingCart)(this.GetPropertyValu e("Cart")));

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\wroxunited\b150283e\34bd7a6f\App_Code.zsbun_ ai.0.cs Line: 100

Any ideas?



 
Old March 17th, 2009, 11:14 AM
Registered User
 
Join Date: Mar 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default I am getting this same error

now I am getting this new error with WroxUnited as the root of my website . It points to this line in my code
Code:
  ->publicvirtual Wrox.Commerce.ShoppingCart Cart {get {return ((Wrox.Commerce.ShoppingCart)(this.GetPropertyValue("Cart")));}set {this.SetPropertyValue("Cart", value);}}  



C:\Users\AppData\Local\Temp\Temporary ASP.NET Files\wroxunited\b688e64c\1d0dc84c\App_Code.oxwp1f zv.0.cs(100,20): error CS0246: The type or namespace name 'Wrox' could not be found (are you missing a using directive or an assembly reference?)

I tried replacing Wrox.Commerce in above code with WroxUnited but it keeps on generating a number of automated files with above error .

plss help
 
Old March 17th, 2009, 11:00 PM
Registered User
 
Join Date: Mar 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am working on chap 03 -site map control try it out from Beginning ASP.NET 2.0 with C# book

any one got solution for this problem .......





Similar Threads
Thread Thread Starter Forum Replies Last Post
Try it Out Chapter 18 Page 587 Step 4 workib BOOK: Beginning Microsoft Visual C# 2008 ISBN: 978-0-470-19135-4 0 November 6th, 2008 02:01 PM
Chapter 16 Try It Out Page 498 Step 7 workib BOOK: Beginning Microsoft Visual C# 2008 ISBN: 978-0-470-19135-4 1 October 9th, 2008 08:22 PM
We Based Database Step By step desireemm SQL Language 1 October 15th, 2005 08:15 PM
Step by step installation peter_budo Beginning PHP 0 August 31st, 2004 12:04 PM





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